https://github.com/sentdex/nnfs_book
Sample code from the Neural Networks from Scratch book.
https://github.com/sentdex/nnfs_book
deep-learning machine-learning neural-networks python python3
Last synced: about 1 year ago
JSON representation
Sample code from the Neural Networks from Scratch book.
- Host: GitHub
- URL: https://github.com/sentdex/nnfs_book
- Owner: Sentdex
- License: mit
- Created: 2021-01-05T16:28:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T04:33:34.000Z (about 2 years ago)
- Last Synced: 2025-03-29T23:08:07.339Z (about 1 year ago)
- Topics: deep-learning, machine-learning, neural-networks, python, python3
- Language: Python
- Homepage: https://nnfs.io
- Size: 72.3 KB
- Stars: 310
- Watchers: 11
- Forks: 115
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neural Networks from Scratch (NNFS) book code
Code from the NNFS book (https://nnfs.io) separated by chapter. The NNFS book is written with the Python programming lanauge. If you're interested in seeing this same content, but with 40+ other programming languages, check out: https://github.com/sentdex/nnfsix