Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gypsydangerous/neural-network-library-2.0
version 2.0 of my neural network library in python
https://github.com/gypsydangerous/neural-network-library-2.0
Last synced: 21 days ago
JSON representation
version 2.0 of my neural network library in python
- Host: GitHub
- URL: https://github.com/gypsydangerous/neural-network-library-2.0
- Owner: GypsyDangerous
- License: apache-2.0
- Created: 2019-03-26T15:42:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T20:21:38.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T21:27:44.820Z (3 months ago)
- Language: Python
- Size: 21.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Neural-Network-Library-2.0
# Coming Soon[![changelog](https://img.shields.io/badge/2.0-changelog-green.svg)](https://github.com/GypsyDangerous/Neural-Network-Library-2.0/blob/master/changelog.md)
## files
* NeuralNetWork2_0.py - the neural network itself
* Layer.py - the networks layer class
* activations.py - helper module for network activation functions
* loss.py - helper module for network loss functions
* misc.py - helper module for miscellaneous functions
* mnistdata.py - helper module for loading mnist data
* mnist2_0.py - programing testing the network on mnist data
* models - folder of saved models
* dataset - folder of mnist dataset