Code lab for deep learning. Including rnn,seq2seq,word2vec,cross entropy,bidirectional rnn,convolution operation,pooling operation,InceptionV3,transfer learning.
-
Updated
Dec 9, 2018 - Python
Code lab for deep learning. Including rnn,seq2seq,word2vec,cross entropy,bidirectional rnn,convolution operation,pooling operation,InceptionV3,transfer learning.
Recurrent Neural Networks (RNN, GRU, LSTM) and their Bidirectional versions (BiRNN, BiGRU, BiLSTM) for word & character level language modelling in Theano
Tensorflow implementation of Attention-based Bidirectional RNN text classification.
Its a social networking chat-bot trained on Reddit dataset . It supports open bounded queries developed on the concept of Neural Machine Translation. Beware of its being sarcastic just like its creator 😝 BDW it uses Pytorch framework and Python3.
Character level recurrent neural networks for Sentiment Analysis
Unsupervised video summarization with deep(GAN) reinforcement learning
Multi-Agent Reinforcement Learning with Particle Env. (on going)
build a deep neural network that functions as part of an end-to-end machine translation pipeline; the completed pipeline accepts English text as input and returns the French translation.
RNN
This repository contains three variants of a Sentiment Analysis model that uses a GRU (Gated Recurrent Unit) to predict the sentiment of a given text as either positive or negative. The models were built using PyTorch, and the training and testing data came from DLStudio
This package uses Long Short-Term Memory (LSTM) to forecast a stock price that user enters.
Implementation of 'DeepTriage: Exploring the Effectiveness of Deep Learning for Bug Triaging'
Given 10 predefined relations like cause-effect, product-producer, etc, the goal was to define the relation and the direction of the relation b/w 2 entities in a sentence.
Sequence-to-Sequence Deep Learning approach to Machine Translation
A biRNN for emotion prediction/sentiment analysis of tweets implemented with Tensorflow. Semester project for the course "Deep Learning" at the University of Tübingen in the summer semester 2017.
Add a description, image, and links to the bidirectional-rnn topic page so that developers can more easily learn about it.
To associate your repository with the bidirectional-rnn topic, visit your repo's landing page and select "manage topics."