Skip to content

chliviu/char-language-model-bigram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bigram-char-language-model

A simple and weak bigram character-level language model

Character Level Language model

Every line is treated as an example, within each example, it's treating them all, as a sequence of individual characters.

Being a character level language model is modelling those sequences of characters and knows how to predict the next character in the sequence.

Bigram language model

A simple and weak language model.

Given a single character, we're trying to predict the next character in the sequence.

About

A simple and weak bigram character-level language model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published