classifier-reborn
Classifier
A general classifier module with Bayesian and LSI classification capabilities
A general classifier module to allow Bayesian and other types of classifications. A fork of cardmagic/classifier.
552 stars
20 watching
109 forks
Language: Ruby
last commit: 6 months ago
Linked from 3 awesome lists
bayesian-classifierrubyrubyml
Related projects:
Repository | Description | Stars |
---|---|---|
cardmagic/classifier | A module for text classification using Bayesian and Latent Semantic Indexing algorithms | 660 |
djcp/linnaeus | A Redis-backed system for classifying documents into categories based on their content. | 38 |
jbrukh/bayesian | Naive Bayesian classification library for Go. | 805 |
reddavis/naive-bayes | A simple implementation of a Naive Bayes classifier for text classification tasks | 49 |
mustafaturan/omnicat-bayes | An implementation of the Naive Bayes algorithm as a text classification strategy in Ruby. | 32 |
thomasp85/lime | An R package for providing explanations of predictions made by black box classifiers. | 485 |
ibm/max-inception-resnet-v2 | An image classification model using a third-generation deep residual network. | 28 |
benedekrozemberczki/shapley | An open-source Python library for evaluating and explaining the contribution of individual classifiers in machine learning ensembles. | 218 |
eaigner/shield | A flexible Bayesian text classifier with backend storage support | 158 |
mustafaturan/omnicat | A framework providing a generalized strategy holder for text classification | 11 |
davidavdav/rocanalysis.jl | A tool for analyzing and evaluating probabilistic binary classifiers | 32 |
oasic/nbayes | A Ruby implementation of Naive Bayes for probability estimation and classification tasks | 153 |
hiroyuki-kasai/classifiertoolbox | A collection of algorithms and tools for building classifiers in various machine learning applications. | 85 |
felixgwu/img_classification_pk_pytorch | A PyTorch project for comparing image classification models and facilitating quick experiment setup | 365 |
lucasjinreal/pytorch_image_classifier | An image classification system built using PyTorch, capable of fine-tuning on various models and datasets. | 113 |