Skip to content

Tensorflow tutorial of building different dynamic recurrent neural network

License

Notifications You must be signed in to change notification settings

KnHuq/Dynamic-Tensorflow-Tutorial

Repository files navigation

Tensorflow tutorial to build any model from scratch.

In this repo these are presented

  1. Dynamic Vanilla RNN ---> Notebook , Code
  2. Dynamic GRU ---> Notebook , Code
  3. Dynamic LSTM ---> Notebook , Code
  4. Dynamic 2layerStacked LSTM ---> Notebook , Code
  5. Dynamic BiDirectional LSTM ---> Notebook , Code
  6. Tensorboard Example --->Notebook
  7. Tensorflow LSTM implementation with dynamic batch--->Notebook

These RNN, GRU, LSTM and 2layer Stacked LSTM is implemented with 8 by 8 MNIST dataset for checking.

This repository contains the simple example of dynamic seqence and batch vhanilla RNN,GRU, LSTM,2layer Stacked LSTM, BiDirectional LSTM written in tensorflow using scan and map ops.

Every folder contains with .python file and ipython notebook for convenience.

This examples gives a very good understanding of the implementation of Dynamic RNN in tensorflow. These code can be extended to create neural stack machine, neural turing machine, RNN-EMM in tensorflow.

For any questions please ask them on twitter and I will love to answer those. Follow me on twitter for more updates.

About

Tensorflow tutorial of building different dynamic recurrent neural network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published