Skip to content

Collection of character level language models implemented from scratch

Notifications You must be signed in to change notification settings

parthsolanke/sesamestreet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sesamestreet

sesamestreet

Collection of character level language models implemented from scratch

  1. cookiemonster - bigrams language model with typical Bigram statistics and neural network approach
  2. elmo - multilayer perceptron for character level language model (training custom embeddings)
  3. ernie - multilayer perceptron for character level language model (with implemented custom backpropagation)
  4. grover - convolutional neural network architecture similar to the WaveNet (2016) from DeepMind

About

Collection of character level language models implemented from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published