Skip to content

This is a converging bottom up implementation of the Recurrent Neural Network architecture with 3 layers and a tanh activation function using only numpy in Python.

Notifications You must be signed in to change notification settings

hanskrupakar/RNN-In-Numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

RNN-In-Numpy

This is an attempt at a bottom up implementation of the Recurrent Neural Network architecture with 3 layers and a tanh activation function using only numpy in Python. The LSTM code that is commented out is still a work in progress as there seems to be a logical error in the calculations. Suggestions are welcome.

About

This is a converging bottom up implementation of the Recurrent Neural Network architecture with 3 layers and a tanh activation function using only numpy in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages