About: LogReg-Crowds is a collection of Julia implementations of various approaches for learning a logistic regression model multiple annotators and crowds, namely the works of Raykar et al. (2010), Rodrigues et al. (2013) and Dawid and Skene (1979). Changes:Initial Announcement on mloss.org. Added GitHub page.
|
About: FAST is an implementation of Hidden Markov Models with Features. It allows features to modify both emissions and transition probabilities. Changes:Initial Announcement on mloss.org.
|
About: Hivemall is a scalable machine learning library running on Hive/Hadoop. Changes:
|
About: Efficient implementation of Semi-Stochastic Gradient Descent algorithm (S2GD) for training logistic regression (L2-regularized). Changes:Initial Announcement on mloss.org.
|
About: DAL is an efficient and flexibible MATLAB toolbox for sparse/low-rank learning/reconstruction based on the dual augmented Lagrangian method. Changes:
|
About: The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library that has been specifically designed for real-time gesture recognition. It features a large number of machine-learning algorithms for both classification and regression in addition to a wide range of supporting algorithms for pre-processing, feature extraction and dataset management. The GRT has been designed for real-time gesture recognition, but it can also be applied to more general machine-learning tasks. Changes:Added Decision Tree and Random Forests.
|
About: The glm-ie toolbox contains scalable estimation routines for GLMs (generalised linear models) and SLMs (sparse linear models) as well as an implementation of a scalable convex variational Bayesian inference relaxation. We designed the glm-ie package to be simple, generic and easily expansible. Most of the code is written in Matlab including some MEX files. The code is fully compatible to both Matlab 7.x and GNU Octave 3.2.x. Probabilistic classification, sparse linear modelling and logistic regression are covered in a common algorithmical framework allowing for both MAP estimation and approximate Bayesian inference. Changes:added factorial mean field inference as a third algorithm complementing expectation propagation and variational Bayes generalised non-Gaussian potentials so that affine instead of linear functions of the latent variables can be used
|
About: Matlab implementation of variational gaussian approximate inference for Bayesian Generalized Linear Models. Changes:Code restructure and bug fix.
|
About: A fast implementation of several stochastic gradient descent learners for classification, ranking, and ROC area optimization, suitable for large, sparse data sets. Includes Pegasos SVM, SGD-SVM, Passive-Aggressive Perceptron, Perceptron with Margins, Logistic Regression, and ROMMA. Commandline utility and API libraries are provided. Changes:Initial Announcement on mloss.org.
|