Skip to content

The simple, two-layer neural network implemented from scratch using just NumPy.

License

Notifications You must be signed in to change notification settings

mmaku/nn_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The simple, two-layer neural network implemented from scratch using just NumPy.

Topics

Resources

License

Stars

Watchers

Forks