How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
This wrapper is based on C-code by David M. Blei. In a nutshell, it can be used to automatically cluster documents into topics. The number of topics are chosen beforehand and the topics found are usually fairly intuitive. Details of the implementation can be found in the paper by Blei, Ng, and…
Linnaeus is a redis-backed naive Bayesian classification system. Please see the rdoc for more information. Ruby 1.9 is required.
ID3-based implementation of the ML Decision Tree algorithm
A Ruby interface to the Timbl machine-learning library
The main features of maspwr/rtimbl are: Machine Learning Libraries, Statistical and Predictive Models.
Open-source alternatives to maspwr/rtimbl include: mustafaturan/omnicat — A generalized framework for text classifications. igrigorik/decisiontree — ID3-based implementation of the ML Decision Tree algorithm. ealdent/lda-ruby — This wrapper is based on C-code by David M. Blei. In a nutshell, it can be used to automatically cluster documents… djcp/linnaeus — Linnaeus is a redis-backed naive Bayesian classification system. Please see the rdoc for more information. Ruby 1.9 is… febeling/rb-libsvm — Ruby language bindings for LIBSVM. mustafaturan/omnicat-bayes — A Naive Bayes text classification implementation as an OmniCat classifier strategy.