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

https://github.com/zombietdv/n_gram-model

n_gram model implementation with numpy only
https://github.com/zombietdv/n_gram-model

backpropagation numpy

Last synced: 18 days ago
JSON representation

n_gram model implementation with numpy only

Awesome Lists containing this project

README

        

# n_gram-model
n_gram model implementation with numpy only

How to use it?

N = n_gram_model()
N.train()
N.sample()

I learned the model from Andrej Karpathy's videos, check it out if you are curious https://youtu.be/PaCmpygFfXo