https://github.com/ggordonhall/numpy_net
Numpy neural network
https://github.com/ggordonhall/numpy_net
Last synced: 3 months ago
JSON representation
Numpy neural network
- Host: GitHub
- URL: https://github.com/ggordonhall/numpy_net
- Owner: ggordonhall
- Created: 2018-10-25T16:21:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T13:23:14.000Z (over 6 years ago)
- Last Synced: 2024-12-26T21:40:34.414Z (4 months ago)
- Language: Python
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Numpy Neural Network
A feedforward neural network with a variable number of layers written in NumPy.
Configuration can be specified in ``config.json``.