Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.06 KB

nn_scratch

Neural network without using any ML libraries.

GitHub license made-with-python

That's just an exercise to play with Python. I decided to implement simple two layer neural network from scratch,

Chrislb / CC BY-SA (http://creativecommons.org/licenses/by-sa/3.0/)

Prerequisites

To understand a theory behind the code some knowledge of calculus, linear algebra, and neural networks in general is needed.

Implementation

I used Python 3 and its NumPy package. Everything was written in a single Jupyter notebook.

Meta

Distributed under the GNU GPLv3 license. See LICENSE for more information.

Contributing

I believe any contributions to this project do not make sense, however feel free to use my code.