https://github.com/amanchadha/neural-net-from-scratch
Neural network from scratch implementing the XOR function
https://github.com/amanchadha/neural-net-from-scratch
Last synced: 6 months ago
JSON representation
Neural network from scratch implementing the XOR function
- Host: GitHub
- URL: https://github.com/amanchadha/neural-net-from-scratch
- Owner: amanchadha
- Created: 2019-04-02T07:49:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T08:13:04.000Z (over 6 years ago)
- Last Synced: 2025-03-26T09:11:29.145Z (7 months ago)
- Language: Python
- Size: 438 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neural-net-from-scratch
Python | NumPyAuthor: Aman Chadha
Neural network from scratch implementing the XOR function.

