Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codicocodes/nn-zero-to-hero
Neural Networks: Zero to Hero with Andrej Karpathy
https://github.com/codicocodes/nn-zero-to-hero
Last synced: about 1 month ago
JSON representation
Neural Networks: Zero to Hero with Andrej Karpathy
- Host: GitHub
- URL: https://github.com/codicocodes/nn-zero-to-hero
- Owner: codicocodes
- Created: 2023-09-23T19:02:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T21:30:19.000Z (about 1 year ago)
- Last Synced: 2023-10-03T05:19:34.020Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 764 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Neural Networks: Zero to Hero](https://github.com/karpathy/nn-zero-to-hero)
## micrograd
A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
## makemore
An autoregressive character-level language model for making more things
## GPT