Implementing varity of Neural Network Algorithms only using Numpy Library, and maybe Sklearn (only to generate training data.)
For more tutorial Visit my You Tube Channel: https://www.youtube.com/c/JaeDukSeo.
Also, Follow me on Twitter: https://twitter.com/JaeDukSeo.
Also, Follow me on Medium: https://medium.com/@SeoJaeDuk.
- ANN Basic And Gate
- ANN Basic Constant Learning Rate
- ANN Basic Constant Step Decay
- RNN without Activation Function
- RNN with Activation Function
- Sythentic Gradient
- Sythentic Gradient (Multi Threaded)
- I have a Youtube channel where I try to explain things follow this Link
Only Numpy: Vanilla Recurrent Neural Network Deriving Back propagation Through Time Practice
$ git clone https://github.com/JaeDukSeo/Only_Numpy_Basic
$ cd Only_Numpy_Basic
$ cd 2_Decoupled_Neural_Network
$ python3 1_Red_Box_Case