Determine Host Target Triplet (Arch, Libc, OS, Vendor) from a filenames / download URL and uname / User-Agent strings.
Organizes aggregated content into a virtual file catalog for use in an Antora documentation pipeline.
Classify the color along the reference color. using algorithm the CIEDE2000, RGB, HSV.
CART decision tree algorithm
Random forest for classification and regression
The best library to work with LLMs
MediaPipe Text Tasks
MediaPipe Audio Tasks
KNN Classifier for TensorFlow.js
Naive Bayes Text Classifier
A library for running evaluations for AI use cases
Classifier english article(a, an).
Programming language classifier
Open Source NaturalNode/Natural NLP Classifier for Talkify
Classifier interface for Talkify
Used by the GenAI Teachable Machine, this package contains the core classifier application code. It allows the creation, loading and saving of GenAI TM projects, as well as the execution of the classifier using HTML Canvas elements for images.
Reference: https://developers.google.com/style/articles
Naive Bayes Classifier for node.js
Core
Naive Bayes classifier
Text classification using n-grams and cosine similarity
Core
Core
Automatic classification of Portfolio Performance securities using MorningStar Direct Web Services
Gem to build simple regressors and classifiers into your application, without necessarily having to understand all the math behind.
A flexible Ruby gem for building LLM-based classifiers. Define categories, system prompts, and domain knowledge using a clean DSL. Supports multiple LLM backends (ruby_llm, OpenAI, Anthropic) and integrates seamlessly with Rails.
Rails AI Kit provides AI building blocks for Rails apps: embeddings (OpenAI, Cohere), vector-based classification, similarity search, and generators. Start with the Classifier feature; more capabilities as the gem grows.
== FEATURES/PROBLEMS: * Presently a superator operand must support having a singleton class. Because true, false, nil, Symbols, and Fixnums are all specially optimized for in MRI and cannot have singleton classes, they can't be given to a superator. There are ways this can be potentially accounted for, but nothing is in place at the moment, causing this to be classified as a bug. * When defining a superator in a class, any operators overloaded after the superator definition will override a superator definition. For example, if you create the superator "<---" and then define the <() operator, the superator will not work. In this case, the superator's definition should be somewhere after the <() definition. * Superators work by handling a binary Ruby operator specially and then building a chain of unary operators after it. For this reason, a superator must match the regexp /^(\*\*|\*|\/|%|\+|\-|<<|>>|&|\||\^|<=>|>=|<=|<|>|===|==|=~)(\-|~|\+)+$/. == SYNOPSIS: