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

https://github.com/charlieroth/makemore

An autoregressive bigram character-level language model in Elixir
https://github.com/charlieroth/makemore

Last synced: over 1 year ago
JSON representation

An autoregressive bigram character-level language model in Elixir

Awesome Lists containing this project

README

          

# makemore

An Elixir implementation of "an autoregressive bigram character-level language model"

Following Andrej Karpathy's 'Building makemore' series on YouTube:

* [Part 1: Intro](https://www.youtube.com/watch?v=PaCmpygFfXo)
* [Part 2: MLP](https://www.youtube.com/watch?v=TCH_1BHY58I)
* [Part 3: Activations & Gradients, BatchNorm](https://www.youtube.com/watch?v=P6sfmUTpUmc)
* [Part 4: Becoming a Backprop Ninja](https://www.youtube.com/watch?v=q8SA3rM6ckI)
* [Part 5: Building a WaveNet](https://www.youtube.com/watch?v=t3YJ5hKiMQ0)