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

https://github.com/mayukhdeb/gradient-games

mostly contains scratchy numpy code to build and train basic neural networks. You might also find a few experiments on torch.
https://github.com/mayukhdeb/gradient-games

neural-networks numpy

Last synced: 10 months ago
JSON representation

mostly contains scratchy numpy code to build and train basic neural networks. You might also find a few experiments on torch.

Awesome Lists containing this project

README

          

# gradient-games
scratchy numpy code to build and train basic neural networks because why not

## [Visualizing weights as they train in a simple 2 layer neural network](https://github.com/Mayukhdeb/gradient-games/blob/master/visualize_nn_on_numpy.ipynb)

## [More weights and layers gives the model a higher capacity to map non-linear data](https://github.com/Mayukhdeb/gradient-games/blob/master/layers_and_non_linearity.ipynb)