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
- Host: GitHub
- URL: https://github.com/charlesaverill/vannilla
- Owner: CharlesAverill
- Created: 2021-02-16T04:18:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-24T04:00:33.000Z (about 4 years ago)
- Last Synced: 2025-01-14T10:58:54.037Z (3 months ago)
- Topics: artificial-neural-networks, neural-network, vanilla
- Language: Python
- Homepage:
- Size: 351 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vANNilla
An Artificial Neural Network written in Vanilla PythonNo external packages
No stdlib packages
Just lists, floats, and classes B)
# Notable Moments
### First time I got the loss to minimize

### First successful linear regression
