laplace-smoothing topic

List laplace-smoothing repositories

ngram-language-model

76
Stars
26
Forks
Watchers

Python implementation of an N-gram language model with Laplace smoothing and sentence generation.

naive-bayes

36
Stars
27
Forks
Watchers

A Python implementation of Naive Bayes from scratch.