DOGMA is a MATLAB toolbox for discriminative online learning. It implements all the state of the art algorithms in a unique and simple framework. Examples are Perceptron, Passive-Aggresive, ALMA, NORMA, SILK, Projectron, RBP, Banditron, etc.
Content-based Image Retrieval (CBIR) consists of retrieving visually similar images to a given query image from a database of images. It is done by comparing selected visual features such as color, texture and shape from the image database.
This project applies an interpretation of a k-NN algorithm to a library of GPS commuter data for speed prediction. The overall goal is to lay the foundation for a power management protocol for use in electric vehicles with hybrid energy storage.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
An adaptive neural network and evolutionary algorithms approach to the machinelearning tasks, based on the modular graph grammars. Tested on the "two spirals problem" and other tasks.
Implemented in Matlab and C++.
A MATLAB spectral clustering package to handle large data sets (200,000 RCV1 data) on a 4GB memory general machine. We implement various ways of approximating the dense similarity matrix, including nearest neighbors and the Nystrom method.
A graphical MatLab framework for estimating the parameters of, modeling and simulating static and dynamic linear and polynomial systems in the errors-in-variables context with the intent of comparing various estimation strategies.
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
The project goal is to develop several IP cores that would implement artificial neural networks using FPGA resources. These cores will be designed in such a way to allow easy integration in the Xilinx EDK framework.
The simpleSVM project contains MachineLearning codes for algorithms based on the SimpleSVM. It provides methods for Support Vector Machines and related methods, such as One-Clas SVM, nu-SVM...
Function
1. classifier_knn
2. accuracy_knn
Description
1. Returns the estimated label of one test instance, the k nearest training instances, the k nearest training labels and creates a chart circulating the nearest training instances (chart 2-D of the first two features of each instance).
2. Returns the estimated labels of one or multiple test instances and the accuracy of the estimates.
GURLS - (Grand Unified Regularized Least Squares) is a software package for training multiclass classifiers based on the Regularized Least Squares (RLS) loss function.
The initial version has been designed and implemented in Matlab. Teh current goal is to implement an object-oriented C++ version to allow for a wider distribution of the library within the open-source developers' comunity.
Main functionalities already implemented are:
* Automatic parameter selection.
* Handle...