All entries.
Showing Items 221-240 of 676 on page 12 of 34: First Previous 7 8 9 10 11 12 13 14 15 16 17 Next Last

Logo GibbsLDA 0.2

by pxhieu - May 9, 2008, 22:18:52 CET [ Project Homepage BibTeX Download ] 11662 views, 4182 downloads, 0 subscriptions

About: GibbsLDA++: A C/C++ Implementation of Latent Dirichlet Allocation (LDA) using Gibbs Sampling for parameter estimation and inference. GibbsLDA++ is fast and is designed to analyze hidden/latent topic [...]

Changes:

Initial Announcement on mloss.org.


Logo r-cran-lars 1.1

by r-cran-robot - February 20, 2012, 00:00:00 CET [ Project Homepage BibTeX Download ] 18672 views, 4167 downloads, 0 subscriptions

About: Least Angle Regression, Lasso and Forward Stagewise

Changes:

Fetched by r-cran-robot on 2013-04-01 00:00:05.906244


Logo LASVM 1.1

by leonbottou - August 3, 2009, 15:50:30 CET [ Project Homepage BibTeX Download ] 20721 views, 4164 downloads, 0 subscriptions

About: Reference implementation of the LASVM online and active SVM algorithms as described in the JMLR paper. The interesting bit is a small C library that implements the LASVM process and reprocess [...]

Changes:

Minor bug fix


Logo K tree 0.4.2

by cdevries - July 4, 2011, 06:01:59 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 19421 views, 4149 downloads, 0 subscriptions

About: The K-tree is a scalable approach to clustering inspired by the B+-tree and k-means algorithms.

Changes:

Release of K-tree implementation in Python. This is targeted at a research and rapid prototyping audience.


Logo Easysvm 0.3

by gxr - June 25, 2009, 18:33:04 CET [ Project Homepage BibTeX Download ] 18883 views, 4118 downloads, 0 subscriptions

About: The Easysvm package provides a set of tools based on the Shogun toolbox allowing to train and test SVMs in a simple way.

Changes:

Fixes for shogun 0.7.3.


Logo SVM with uncertain labels 0.2

by rflamary - July 17, 2012, 11:06:23 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 19997 views, 4105 downloads, 0 subscriptions

About: Matlab code for learning probabilistic SVM in the presence of uncertain labels.

Changes:

Added missing dataset function (thanks to Hao Wu)


Logo GradMC 2.00

by tur - April 14, 2014, 15:48:48 CET [ BibTeX Download ] 12587 views, 4102 downloads, 0 subscriptions

About: GradMC is an algorithm for MR motion artifact removal implemented in Matlab

Changes:

Added support for multi-rigid motion correction.


Logo Neural network designer 1.1.1

by bragi - December 28, 2012, 11:38:10 CET [ Project Homepage BibTeX Download ] 15955 views, 4097 downloads, 0 subscriptions

About: a dbms for resonating neural networks. Create and use different types of machine learning algorithms.

Changes:

AIML compatible (AIML files can be imported); new 'Grid channel' for developing board games; improved topics editor; new demo project: ALice (from AIML); lots of bug-fixes and speed improvements


Logo LIBOCAS 0.93

by vf - June 20, 2010, 12:22:05 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 23848 views, 4096 downloads, 0 subscriptions

About: The library implements Optimized Cutting Plane Algorithm (OCAS) for efficient training of linear SVM classifiers from large-scale data.

Changes:

Implemented COFFIN framework which allows efficient training of invariant image classifiers via virtual examples.


Logo hapFabia 1.4.2

by hochreit - December 28, 2013, 17:24:29 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 19869 views, 4088 downloads, 0 subscriptions

About: hapFabia is an R package for identification of very short segments of identity by descent (IBD) characterized by rare variants in large sequencing data. It detects 100 times smaller segments than previous methods.

Changes:

o citation update

o plot function improved


Logo asp 0.3

by sonne - May 7, 2010, 10:25:39 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 21545 views, 4050 downloads, 0 subscriptions

About: Accurate splice site predictor for a variety of genomes.

Changes:

Asp now supports three formats:

-g fname for gff format

-s fname for spf format

-b dir for a binary format compatible with mGene.

And a new switch

-t which switches on a sigmoid-based transformation of the svm scores to get scores between 0 and 1.


Logo r-cran-partykit 0.1-5

by r-cran-robot - March 22, 2013, 00:00:00 CET [ Project Homepage BibTeX Download ] 16992 views, 4031 downloads, 0 subscriptions

About: A Toolkit for Recursive Partytioning

Changes:

Fetched by r-cran-robot on 2013-04-01 00:00:06.838561


Logo PyML a python machine learning library focused on kernel methods 0.7.0

by asa - May 29, 2008, 22:23:39 CET [ Project Homepage BibTeX Download ] 15083 views, 4003 downloads, 0 comments, 0 subscriptions

Rating Whole StarWhole StarWhole StarWhole Star1/2 Star
(based on 1 vote)

About: PyML is an interactive object oriented framework for machine learning in python with a focus on kernel methods.

Changes:

Initial Announcement on mloss.org.


Logo Oger 1.1.3

by dvrstrae - August 13, 2012, 14:55:41 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 11769 views, 3997 downloads, 0 subscriptions

About: The OrGanic Environment for Reservoir computing (Oger) toolbox is a Python toolbox for rapidly building, training and evaluating modular learning architectures on large datasets.

Changes:

Initial Announcement on mloss.org.


Logo Online Random Forests 0.11

by amirsaffari - October 3, 2009, 17:25:41 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 21656 views, 3994 downloads, 0 subscriptions

About: This package implements the “Online Random Forests” (ORF) algorithm of Saffari et al., ICCV-OLCV 2009. This algorithm extends the offline Random Forests (RF) to learn from online training data samples. ORF is a multi-class classifier which is able to learn the classifier without 1-vs-all or 1-vs-1 binary decompositions.

Changes:

Initial Announcement on mloss.org.


Logo ABACOC Adaptive Ball Cover for Classification 2.0

by kikot - May 29, 2015, 11:57:28 CET [ BibTeX BibTeX for corresponding Paper Download ] 15891 views, 3989 downloads, 0 subscriptions

About: Incremental (Online) Nonparametric Classifier. You can classify both points (standard) or matrices (multivariate time series). Java and Matlab code already available.

Changes:

version 2: parameterless system, constant model size, prediction confidence (for active learning).

NEW!! C++ version at: https://github.com/ilaria-gori/ABACOC


Logo r-cran-glmpath 0.97

by r-cran-robot - February 5, 2013, 00:00:00 CET [ Project Homepage BibTeX Download ] 18386 views, 3978 downloads, 0 subscriptions

About: L1 Regularization Path for Generalized Linear Models and Cox Proportional Hazards Model

Changes:

Fetched by r-cran-robot on 2013-04-01 00:00:05.305206


Logo OpenKernel library 0.1

by allauzen - April 23, 2010, 05:25:20 CET [ Project Homepage BibTeX Download ] 21792 views, 3968 downloads, 0 subscriptions

Rating Whole StarWhole Star1/2 StarEmpty StarEmpty Star
(based on 1 vote)

About: OpenKernel is a library for creating, combining, learning and using kernels for machine learning applications.

Changes:

Initial Announcement on mloss.org.


Logo scikits.learn 0.6

by fabianp - December 22, 2010, 11:58:30 CET [ Project Homepage BibTeX Download ] 19168 views, 3961 downloads, 0 subscriptions

Rating Whole StarWhole StarWhole StarWhole Star1/2 Star
(based on 3 votes)

About: Obsolete. Use https://mloss.org/software/view/240/ instead.

Changes:

0.6 release


Logo r-cran-TWIX 0.2.10

by r-cran-robot - February 1, 2012, 00:00:12 CET [ Project Homepage BibTeX Download ] 18702 views, 3959 downloads, 0 subscriptions

About: Trees WIth eXtra splits

Changes:

Fetched by r-cran-robot on 2012-02-01 00:00:12.077735


Showing Items 221-240 of 676 on page 12 of 34: First Previous 7 8 9 10 11 12 13 14 15 16 17 Next Last