Projects that are tagged with nips2008.
Showing Items 1-20 of 21 on page 1 of 2: 1 2 Next

Logo MLPY Machine Learning Py 2.1.0

by albanese - November 24, 2009, 10:27:46 CET [ Project Homepage BibTeX Download ] 11948 views, 2710 downloads, 2 subscriptions

About: Machine Learning PYthon (mlpy) is a high-performance Python package for predictive modeling.

Changes:

New features:

  • Svm optimal offset option added
  • FSSun for feature weighting/selection added
  • Dlda: adaptive offset for classification implemented
  • Srda: memory usage optimization, speeded up
  • added Tversky kernel for SVM

Bug fixes:

  • fixed gaussian weights for SVM

Logo MLPACK 0.2

by fastlab - November 20, 2009, 04:01:36 CET [ BibTeX BibTeX for corresponding Paper Download ] 5661 views, 1381 downloads, 3 subscriptions

About: MLPACK is the first comprehensive scalable machine learning library.

Changes:

Initial Announcement on mloss.org.


Logo kernlab 0.9-9

by alexis - November 2, 2009, 16:03:50 CET [ Project Homepage BibTeX Download ] 3831 views, 867 downloads, 0 subscriptions

About: kernlab provides kernel-based machine learning methods for classification, regression, clustering, novelty detection, quantile regression and dimensionality reduction. Among other methods kernlab [...]

Changes:

minor fixes in kcca and ksvm functions


Logo Shark 2.3.0

by igel - October 24, 2009, 22:12:48 CET [ Project Homepage BibTeX Download ] 11303 views, 1898 downloads, 1 subscription

Rating Whole StarWhole StarWhole StarWhole StarEmpty Star
(based on 3 votes)

About: SHARK is a modular C++ library for the design and optimization of adaptive systems. It provides various machine learning and computational intelligence techniques.

Changes:
  • new build system
  • minor bug fixes

Logo Elefant 0.4

by kishorg - October 17, 2009, 08:48:19 CET [ Project Homepage BibTeX Download ] 5875 views, 3801 downloads, 2 subscriptions

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

About: Elefant is an open source software platform for the Machine Learning community licensed under the Mozilla Public License (MPL) and developed using Python, C, and C++. We aim to make it the platform [...]

Changes:

This release contains the Stream module as a first step in the direction of providing C++ library support. Stream aims to be a software framework for the implementation of large scale online learning algorithms. Large scale, in this context, should be understood as something that does not fit in the memory of a standard desktop computer.

Added Bundle Methods for Regularized Risk Minimization (BMRM) allowing to choose from a list of loss functions and solvers (linear and quadratic).

Added the following loss classes: BinaryClassificationLoss, HingeLoss, SquaredHingeLoss, ExponentialLoss, LogisticLoss, NoveltyLoss, LeastMeanSquareLoss, LeastAbsoluteDeviationLoss, QuantileRegressionLoss, EpsilonInsensitiveLoss, HuberRobustLoss, PoissonRegressionLoss, MultiClassLoss, WinnerTakesAllMultiClassLoss, ScaledSoftMarginMultiClassLoss, SoftmaxMultiClassLoss, MultivariateRegressionLoss

Graphical User Interface provides now extensive documentation for each component explaining state variables and port descriptions.

Changed saving and loading of experiments to XML (thereby avoiding storage of large input data structures).

Unified automatic input checking via new static typing extending Python properties.

Full support for recursive composition of larger components containing arbitrary statically typed state variables.


Logo JMLR RL Glue and Codecs -- Glue 3.x and Codecs

by btanner - October 12, 2009, 07:50:03 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 4805 views, 690 downloads, 1 subscription

About: RL-Glue allows agents, environments, and experiments written in Java, C/C++, Matlab, Python, and Lisp to inter operate, accelerating research by promoting software re-use in the community.

Changes:

RL-Glue paper has been published in JMLR.


Logo BCPy2000 13637

by jez - September 22, 2009, 23:53:02 CET [ Project Homepage BibTeX Download ] 4287 views, 821 downloads, 1 subscription

About: BCPy2000 provides a platform for rapid, flexible development of experimental Brain-Computer Interface systems based on the BCI2000.org project. From the developer's point of view, the implementation [...]

Changes:

Minor fixes since the last release, ready for the tutorial at the BCI2000 workshop http://bci2000.org/BCI2000/Workshop.html


Logo JMLR Model Monitor 1.0

by traeder - August 17, 2009, 11:05:06 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 4289 views, 809 downloads, 0 comments, 1 subscription

About: Model Monitor is a Java toolkit for the systematic evaluation of classifiers under changes in distribution. It provides methods for detecting distribution shifts in data, comparing the performance [...]

Changes:

Improved AUROC calculation. Several minor bug fixes.


Logo Debellor 1.0

by mwojnars - July 30, 2009, 16:48:05 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 2736 views, 725 downloads, 1 subscription

About: Debellor is a scalable and extensible platform which provides common architecture for data mining and machine learning algorithms of various types.

Changes:
  • Naming of numerous classes/methods/fields changed to be more accurate and comprehensible
  • Weka and Rseslib libraries updated to the newest versions: Weka 3.6.1 & Rseslib 3.0.1. Debellor's wrappers adapted
  • New class: CrossValidation - evaluator of trainable cells through cross-validation
  • New class: RMSE - calculation of Root Mean Squared Error score
  • Data objects can be compared and used in collections
  • ArffReader can read from a user-provided java.io.InputStream
  • More convenient use of parameters (setting values)
  • More convenient use of data objects and data types (construction, type casting)
  • Other minor improvements to existing classes
  • Javadoc extended

Logo MDP Modular toolkit for Data Processing 2.5

by otizonaizit - June 30, 2009, 14:59:55 CET [ Project Homepage BibTeX Download ] 4488 views, 1264 downloads, 1 subscription

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

About: Modular toolkit for Data Processing (MDP) is a library of widely used data processing algorithms that can be combined according to a pipeline analogy to build more complex data processing software.

Changes:

Get a full list of changes at http://mdp-toolkit.sourceforge.net/CHANGES


About: FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces. It contains a collection of algorithms we found to work best for nearest neighbor search.

Changes:

See project page for changes.


Logo JMLR Nieme 1.0

by francis - April 2, 2009, 10:57:38 CET [ Project Homepage BibTeX Download ] 6769 views, 999 downloads, 1 subscription

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

About: Nieme is a C++ machine learning library for large-scale classification, regression and ranking. It provides a simple interface available in C++, Python and Java and a user interface for visualization.

Changes:

Released Nieme 1.0


Logo BenchMarking Via Weka 0.0.4

by fracpete - December 4, 2008, 01:15:15 CET [ Project Homepage BibTeX Download ] 2510 views, 535 downloads, 0 comments, 2 subscriptions

About: BenchMarking Via Weka is a client-server architecture that supports interoperability between different machine learning systems. Machine learning systems need to provide mechanisms for processing [...]

Changes:

Initial Announcement on mloss.org.


Logo Experiment Databases for Machine Learning 0.1

by JoaquinVanschoren - October 7, 2008, 18:06:55 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 2534 views, 413 downloads, 1 subscription

About: Experiment Databases for Machine Learning is a large public database of machine learning experiments as well as a framework for producing similar databases for specific goals. It provides a way to [...]

Changes:

Initial Announcement on mloss.org.


Logo chestnut Machine Learning Suite 0.1.1

by damianeads - October 7, 2008, 13:04:19 CET [ Project Homepage BibTeX Download ] 1604 views, 344 downloads, 1 subscription

About: The Chestnut Machine Learning Library is a suite of machine learning algorithms written in Python with some code written in C for efficiency. Most algorithms are called with a simple, functional API [...]

Changes:

Initial Announcement on mloss.org.


Logo Disco 0.1

by tuulos - October 6, 2008, 11:14:48 CET [ Project Homepage BibTeX Download ] 2457 views, 456 downloads, 1 subscription

About: Disco is an open-source implementation of the [Map-Reduce framework](http://en.wikipedia.org/wiki/MapReduce) for distributed computing. As the original framework, Disco supports parallel [...]

Changes:

Initial Announcement on mloss.org.


Logo SnOB beta

by risi - October 5, 2008, 21:39:18 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1413 views, 309 downloads, 1 subscription

About: SnOB is a C++ library implementing fast Fourier transforms on the symmetric group (group of permutations). Such Fourier transforms are used by some ranking and identity management algorithms, as [...]

Changes:

Initial Announcement on mloss.org.


Logo Torch 5 5.1

by andresy - October 1, 2008, 04:25:12 CET [ Project Homepage BibTeX Download ] 3909 views, 686 downloads, 2 subscriptions

Rating Whole StarWhole StarWhole StarWhole StarEmpty Star
(based on 1 vote)

About: Torch5 provides a matlab-like environment for state-of-the-art machine learning algorithms. It is easy to use and provides a very efficient implementation, thanks to a easy and fast scripting [...]

Changes:

Initial Announcement on mloss.org.


Logo Spike train feature extraction by Bayesian binning 0.1

by dendres - September 24, 2008, 16:19:14 CET [ BibTeX BibTeX for corresponding Paper Download ] 2121 views, 607 downloads, 0 comments, 1 subscription

About: *binsdfc* is a command line implementation of the algorithm described in [Endres,Oram,Schindelin,Foldiak:*Bayesian binning beats approximate alternatives: estimating peri-stimulus time histograms*, [...]

Changes:

Initial Announcement on mloss.org.


Logo Graph kernel based on iterative graph similarity and optimal assignments 2008-01-15

by mrupp - September 22, 2008, 13:42:28 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 2699 views, 466 downloads, 2 subscriptions

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

About: Java package implementing a kernel for (molecular) graphs based on iterative graph similarity and optimal assignments.

Changes:

Initial Announcement on mloss.org.


Showing Items 1-20 of 21 on page 1 of 2: 1 2 Next