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

https://github.com/charlesaverill/vannilla

An Artificial Neural Network written in vanilla Python, No Imports
https://github.com/charlesaverill/vannilla

artificial-neural-networks neural-network vanilla

Last synced: about 2 months ago
JSON representation

An Artificial Neural Network written in vanilla Python, No Imports

Awesome Lists containing this project

README

        

# vANNilla
An Artificial Neural Network written in Vanilla Python

No external packages

No stdlib packages

Just lists, floats, and classes B)

# Notable Moments
### First time I got the loss to minimize
![](images/first_loss_minimization.png)
### First successful linear regression
![](images/uniform_linear_regression.png)