https://github.com/willdunklin/feed-forward-classifier
Hand implemented neural net with backpropagation to solve binary classification
https://github.com/willdunklin/feed-forward-classifier
Last synced: 2 months ago
JSON representation
Hand implemented neural net with backpropagation to solve binary classification
- Host: GitHub
- URL: https://github.com/willdunklin/feed-forward-classifier
- Owner: willdunklin
- Created: 2021-10-13T14:11:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T22:13:49.000Z (over 4 years ago)
- Last Synced: 2025-12-07T09:51:35.983Z (7 months ago)
- Language: Python
- Size: 6.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feed-forward-classifier
Hand implemented neural net with backpropagation to solve binary classification