An open API service indexing awesome lists of open source software.

https://github.com/0oastro/neural_network_karpathy


https://github.com/0oastro/neural_network_karpathy

Last synced: 3 months ago
JSON representation

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