lstm-cells

There are 14 repositories under lstm-cells topic.

  • okuchaiev/f-lm

    Language Modeling

    Language:Python15616638
  • 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.

    Language:Python1244637
  • navjindervirdee/neural-networks

    Implemented Convolutional Neural Network, LSTM Neural Network, and Neural Network From Scratch in Python Language.

    Language:Jupyter Notebook394123
  • lucylow/Yeezy-Taught-Me

    Yeezy Taught Me Text Generation. Training next character predictions RNN LSTM model with user input text corpus

    Language:JavaScript10351
  • alexaapo/Bidirectional-stacked-RNN-with-LSTM-GRU

    Sentiment Classifier using a bidirectional stacked RNN with LSTM/GRU cells for the Twitter sentiment analysis dataset

    Language:Jupyter Notebook4101
  • prashant-kikani/text-generator-by-LSTM

    Generates shakespeare style play by LSTM (RNN) network.

    Language:Jupyter Notebook4101
  • anilknayak/ImageCaptioning

    Image captioning

    Language:Jupyter Notebook3223
  • 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

    Language:Python3200
  • anjanatiha/Twitter-US-Airline-Sentiment

    Twitter data on US Airlines Sentiment Analysis with Deep Learning (LSTM and CNN)

    Language:Jupyter Notebook2202
  • bombs-kim/handmade_lstm

    A LSTM implementation with only using basic components of pytorch

    Language:Jupyter Notebook2101
  • 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.

    Language:Python2200
  • tompntn/LSTM-RNN

    Implementation of a Recurrent Neural Network with LSTM cells, in pure Python.

    Language:Python2114
  • BarfiChief/LSTM-Networks

    Application of LSTM networks and modified RNN cells to various Time Series Classification problems

    Language:Python1100
  • denizetkar/ntmcell_pytorch

    PyTorch implementation of Neural Turing Machine recurrent neural network

    Language:Python0300