https://github.com/0oastro/neural_network_karpathy
https://github.com/0oastro/neural_network_karpathy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0oastro/neural_network_karpathy
- Owner: 0oAstro
- License: mit
- Created: 2024-12-05T21:22:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-17T04:56:00.000Z (over 1 year ago)
- Last Synced: 2025-03-31T04:11:15.452Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neural Network: Zero to Hero
This repository documents my journey of following along with the "Neural Network: Zero to Hero" course by Andrej Karpathy. It contains my notes, code, and experiments as I learn and implement various neural network concepts.
- **Course**: Neural Network: Zero to Hero by Andrej Karpathy
- **Objective**: To gain a solid understanding of neural networks from the basics to advanced topics.
Feel free to explore and learn along with me!
Current Progress
[x] Bigram
[x] MLP
[x] MLP 2