Skip to content

Latest commit

 

History

History

rnn_from_scratch

Build Recurrent Neural Networks from Scratch

This repository are inspired by suriyadeepan/rnn-from-scratch, most codes in this repository is borrowed from this original project. The author also wrote two useful and easily understandable posts (Unfolding RNNs and Unfolding RNNs II) to teach how to build RNN (vanilla, lstm, gru) models using tensorflow from scratch.

In this repository, I changed a lot codes structure as well as the some codes to make them more readable and fit to train on tensorflow 1.0.0 (original repo is trained on tensorflow 0.12.0).

Details in Reference.

Reference