Skip to content

vithushanms/makemore-language-model

Repository files navigation

makemore-language-model

a language model that create names. inspired by Andrej Karpathy

The model get enhanced as per the following implimentations

  1. Biagram - basic probability based model
    • implemented in the [Language_Models]_makemore.ipynb
  2. MLP: A Neural Probabilistic Language Model
  3. CN: Paper by deepmind
    • In progress
  4. RNN: Recurrent neural network based language model
    • In progress
  5. LSTM: Generating Sequences With Recurrent Neural Networks
    • In progress
  6. GRU: On the Properties of Neural Machine Translation: Encoder-Decoder Approaches
    • In progress
  7. Transformer Attention Is All You Need
    • In progress

About

a language model that create names. inspired by Andrej https://github.com/karpathy/makemore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published