Skip to content

This n-gram prediction model uses bootstrap re-sampling, *i.e.*, successive *corpora* or 0.1% random samples to predict the fourth word in a quadrigram (n=4) from the first three words, *e.g.*, "churches" is the fourth word in the quadrigram "new york city churches"

Notifications You must be signed in to change notification settings

d2i2k2w/DataScienceCapstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataScienceCapstone

This n-gram prediction model uses bootstrap re-sampling, i.e., successive corpora or 0.1% random samples to predict the next word from the first n words, e.g., "city" is the third word in the trigram (n=3) "new york city."

About

This n-gram prediction model uses bootstrap re-sampling, *i.e.*, successive *corpora* or 0.1% random samples to predict the fourth word in a quadrigram (n=4) from the first three words, *e.g.*, "churches" is the fourth word in the quadrigram "new york city churches"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published