Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 338 Bytes

File metadata and controls

7 lines (5 loc) · 338 Bytes

javascript-modeling

Some fun and somewhat silly modeling modules written in pure JavaScript, tf-idf, and bigram and trigram generative models

I've started with two very basic text models, one maps documents into tf-idf vectors for indexing or other fun purposes. The other implements a very rudimentary bigrams generative model.

:D