Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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