Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 856 Bytes

File metadata and controls

31 lines (17 loc) · 856 Bytes

Recurent-Neural-Network-From-Scratch

Recurrent Neural Network, created from scratch using numpy package and python programming language. The main Jupyter presents mathematical background behind RNNs, including backpropagation. Network performs pet exercise - it adds two binary numbers

drawing

Getting Started

To run it You need jupyter notebook installed or You can run it using google colab The main file is The main file is Recurrent_Neural_Net.ipynb

Prerequisites

-numpy
-tqdm
-matplotlib

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details