An open API service indexing awesome lists of open source software.

https://github.com/acroz/neuralnetwork

A neural network implementation using Python and NumPy.
https://github.com/acroz/neuralnetwork

Last synced: 2 months ago
JSON representation

A neural network implementation using Python and NumPy.

Awesome Lists containing this project

README

        

# Neural Network

This repository implements a basic Neural Network using NumPy and SciPy, and
accompanies my
[series of blog posts](http://acroz.github.io/2016/02/16/neural-networks/) on
the subject.