Simple Bayes - A Naive Bayes implementation with TF-IDF in Elixir

Please check it out and let me know if you have any feedback, I am still learning Elixir and machine learning algorithms. :slight_smile:

Features

  • Multinomial Naive Bayes algorithm
  • No external dependencies
  • Ignores stop words
  • Additive smoothing
  • TF-IDF
  • Optional keywords weighting
  • Optional word stemming via Stemmer
4 Likes

Nice interface for it. :slight_smile:

1 Like