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: about 2 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.
- Host: GitHub
- URL: https://github.com/mayukhdeb/gradient-games
- Owner: Mayukhdeb
- Created: 2020-08-15T14:49:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T07:24:52.000Z (almost 6 years ago)
- Last Synced: 2025-04-06T16:31:38.635Z (about 1 year ago)
- Topics: neural-networks, numpy
- Language: Jupyter Notebook
- Homepage:
- Size: 1.61 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)