https://github.com/ppmpreetham/haskell-neural-network
implementing a neural network from scratch
https://github.com/ppmpreetham/haskell-neural-network
Last synced: 24 days ago
JSON representation
implementing a neural network from scratch
- Host: GitHub
- URL: https://github.com/ppmpreetham/haskell-neural-network
- Owner: ppmpreetham
- License: mit
- Created: 2025-02-18T08:25:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T08:26:22.000Z (over 1 year ago)
- Last Synced: 2025-02-27T23:36:15.241Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# haskell-neural-network
neural network implemented in less than 50 lines of code