lstm-cells
There are 14 repositories under lstm-cells topic.
okuchaiev/f-lm
Language Modeling
nishagandhi/DrowsyDriverDetection
This is a project implementing Computer Vision and Deep Learning concepts to detect drowsiness of a driver and sound an alarm if drowsy.
navjindervirdee/neural-networks
Implemented Convolutional Neural Network, LSTM Neural Network, and Neural Network From Scratch in Python Language.
lucylow/Yeezy-Taught-Me
Yeezy Taught Me Text Generation. Training next character predictions RNN LSTM model with user input text corpus
alexaapo/Bidirectional-stacked-RNN-with-LSTM-GRU
Sentiment Classifier using a bidirectional stacked RNN with LSTM/GRU cells for the Twitter sentiment analysis dataset
prashant-kikani/text-generator-by-LSTM
Generates shakespeare style play by LSTM (RNN) network.
anilknayak/ImageCaptioning
Image captioning
OMEGAMAX10/Text-Generation-with-LSTM
Text generation using a character-based RNN with LSTM cells. We will work with a dataset of Shakespeare's writing from Andrej Karpathy's The Unreasonable Effectiveness of Recurrent Neural Networks. Given a sequence of characters from this data ("Shakespear"), train a model to predict the next character in the sequence ("e"). Longer sequences of text can be generated by calling the model repeatedly. Developed using Keras. Inspired by the following notebook: https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/text/text_generation.ipynb#scrollTo=BwpJ5IffzRG6
anjanatiha/Twitter-US-Airline-Sentiment
Twitter data on US Airlines Sentiment Analysis with Deep Learning (LSTM and CNN)
bombs-kim/handmade_lstm
A LSTM implementation with only using basic components of pytorch
catdance124/Zhang2019_custom_CLSTM_layer
This repo includes Zhang2019's CLSTM implemented using keras(tensorflow2). Zhang2019:Zhang, Haokui, et al. "Exploiting temporal consistency for real-time video depth estimation." Proceedings of the IEEE International Conference on Computer Vision. 2019.
tompntn/LSTM-RNN
Implementation of a Recurrent Neural Network with LSTM cells, in pure Python.
BarfiChief/LSTM-Networks
Application of LSTM networks and modified RNN cells to various Time Series Classification problems
denizetkar/ntmcell_pytorch
PyTorch implementation of Neural Turing Machine recurrent neural network