Skip to content

dshahid380/RNN-Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RNN-Lib

In this repository i have build RNN and LSTM from scratch using numpy only. I am open sourcing it so that anyone can use it in their project. This is a simple RNN & LSTM architechture where all the input length is equal to the output length i.e, T_x=T_y.

Dependencies:

  • python
  • numpy
Reference :
  • deeplearning.ai Convolutional Neural Network course.
  • medium.com
  • analyticsvidya' blog

About

In this repository i have build RNN and LSTM from scratch using numpy only. I am open sourcing it so that anyone can use it in their project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages