An open API service indexing awesome lists of open source software.

https://github.com/es7/rnn-lstm-gru-from-scratch

In this repository, I have created the RNN, LSTM and GRU architectures, provided the code for building it from scratch, and demonstrated how to train it.
https://github.com/es7/rnn-lstm-gru-from-scratch

deep-learning gru lstm machine-learning natural-language-processing neural-networks rnn

Last synced: 10 months ago
JSON representation

In this repository, I have created the RNN, LSTM and GRU architectures, provided the code for building it from scratch, and demonstrated how to train it.

Awesome Lists containing this project

README

          

# RNN-LSTM-GRU-from-Scratch
This project involves the implementation of RNN, LSTM, and GRU models from scratch using PyTorch for sentiment analysis on the IMDB dataset. The goal is to build a comprehensive understanding of these recurrent neural network architectures, train them on a popular dataset for sentiment analysis, and visualize their computational graphs using `torchviz`. The project explores the theoretical foundations, practical implementation, and training processes of these models, aiming to provide insights into their effectiveness in natural language processing tasks.

**For detailed explaination :-** [Building RNN, LSTM, GRU from Scratch](https://medium.com/@sayedebad.777/building-rnn-lstm-and-gru-from-scratch-e27ebb0f8e0f)