Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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