Predicting Star Trek Characters with Naive Bayes
I have been reading "Data Science from Scratch" and porting the python code to perl. In this episode, we use Naive Bayes to predict whether the speaker of a line is either Kirk, Spock or McCoy, with my new, work-in-progress data science library.
tl;dr: is-character.pl
Continue reading Predicting Star Trek Characters with Naive Bayes...