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.
- Host: GitHub
- URL: https://github.com/acroz/neuralnetwork
- Owner: acroz
- License: isc
- Created: 2016-02-17T10:13:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T18:06:45.000Z (about 8 years ago)
- Last Synced: 2025-02-08T09:45:26.844Z (4 months ago)
- Language: Python
- Size: 17.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.