All entries.
Showing Items 1-10 of 270 on page 1 of 27: 1 2 3 4 5 6 Next Last

Logo Elefant 0.4

by kishorg - October 17, 2009, 08:48:19 CET [ Project Homepage BibTeX Download ] 7325 views, 4479 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 MLPY Machine Learning Py 2.2.1

by albanese - August 17, 2010, 14:45:50 CET [ Project Homepage BibTeX Download ] 15663 views, 3358 downloads, 2 subscriptions

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

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

Changes:

New features:

  • Elastic Net
  • FSSun speeded up
  • doctests added (mlpy-tests)
  • Documentation improved

Several bugs fixed


Logo r-cran-caret 4.51

by r-cran-robot - August 10, 2010, 00:00:00 CET [ Project Homepage BibTeX Download ] 10463 views, 3072 downloads, 1 subscription

About: Classification and Regression Training

Changes:

Fetched by r-cran-robot on 2010-08-12 12:52:46.376590


Logo MPIKmeans 1.5

by pgehler - January 16, 2009, 15:48:47 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 17309 views, 3046 downloads, 1 subscription

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

About: A K-means clustering implementation for command-line, Python, Matlab and C. This algorithm yields the very same solution as standard Kmeans, even after each iteration. However it uses some triangle [...]

Changes:

Initial Announcement on mloss.org.


Logo dlib ml 17.30

by davis685 - July 29, 2010, 03:08:47 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 13811 views, 2947 downloads, 1 subscription

About: A C++ toolkit containing machine learning algorithms and tools that facilitate creating complex software in C++ to solve real world problems.

Changes:

Minor bug fixes


Logo JMLR SHOGUN 0.9.3

by sonne - July 2, 2010, 23:33:12 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 14905 views, 2861 downloads, 4 subscriptions

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

About: The SHOGUN machine learning toolbox's focus is on large scale learning methods with focus on Support Vector Machines (SVM), providing interfaces to python, octave, matlab, r and the command line.

Changes:

This release contains several enhancements, cleanups and bugfixes:

Features

  • Experimental lp-norm MCMKL
  • New Kernels: SpectrumRBFKernelRBF, SpectrumMismatchRBFKernel, WeightedDegreeRBFKernel
  • WDK kernel supports amino acids
  • String Features now support append operations
  • python-dbg support
  • Allow floats as input for custom kernel (and matrices > 4GB in size)

Bugfixes

  • Static linking fix.
  • Fix sparse linear kernel's add_to_normal

Cleanup and API Changes

  • Remove init() function in Performance Measures
  • Adjust .so suffix for python and use python distutils to figure out install paths

Logo PyMVPA Multivariate Pattern Analysis in Python 0.4.4

by yarikoptic - February 7, 2010, 16:48:00 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 13034 views, 2638 downloads, 1 subscription

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

About: Python module to ease pattern classification analyses of large datasets. It provides high-level abstraction of typical processing steps (e.g. data preparation, classification, feature selection, [...]

Changes:

0.4.4 (Mon, Feb 2 2010) (Total: 144 commits)

Primarily a bugfix release, probably the last in 0.4 series since development for 0.5 release is leaping forward.

  • New functionality (19 NF commits):

o GNB implements Gaussian Naïve Bayes Classifier.

o read_fsl_design() to read FSL FEAT design.fsf files (Contributed by Russell A. Poldrack).

o SequenceStats to provide basic statistics on labels sequence (counter-balancing, autocorrelation).

o New exceptions DegenerateInputError and FailedToTrainError to be thrown by classifiers primarily during training/testing.

o Debug target STATMC to report on progress of Monte-Carlo sampling (during permutation testing).

  • Refactored (15 RF commits):

o To get users prepared to 0.5 release, internally and in some examples/documentation, access to states and parameters is done via corresponding collections, not from the top level object (e.g. clf.states.predictions instead of soon-to-be-deprecated clf.predictions). That should lead also to improved performance.

o Adopted copy.py from python2.6 (support Ellipsis as well). ed (38 BF commits):

o GLM output does not depend on the enabled states any more.

o Variety of docstrings fixed and/or improved.

o Do not derive NaN scaling for SVM’s C whenever data is degenerate (lead to never finishing SVM training).

o sg : + KRR is optional now – avoids crashing if KRR is not available.

  • tolerance to absent set_precompute_matrix in svmlight in recent shogun versions.

  • support for recent (present in 0.9.1) API change in exposing debug levels.

o Python 2.4 compatibility issues: kNN and IFS


Logo Shark 2.3.0

by igel - October 24, 2009, 22:12:48 CET [ Project Homepage BibTeX Download ] 13761 views, 2561 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 Armadillo library 0.9.60

by cu24gjf - August 5, 2010, 13:16:54 CET [ Project Homepage BibTeX Download ] 7508 views, 1983 downloads, 1 subscription

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

About: Armadillo is a template C++ linear algebra library aiming towards a good balance between speed and ease of use. Matrix decompositions are provided through optional integration with LAPACK and ATLAS.

Changes:
  • Added detection of MKL & ACML (high speed LAPACK) during installation
  • Added MSVC project files for compiling examples
  • Added conversions to/from std::vector
  • Added convolution operation
  • Added toeplitz()
  • Added matrix initialisation via the << operator
  • More flexible reshape()
  • More consistent success indication by decomposition functions
  • Faster compilation by omitting Boost where possible
  • Various speedups and bug fixes

Logo OpenOpt 0.29

by Dmitrey - June 15, 2010, 21:52:40 CET [ Project Homepage BibTeX Download ] 8595 views, 1863 downloads, 1 subscription

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

About: Universal Python-written numerical optimization toolbox. Problems: NLP, LP, QP, NSP, MILP, LSP, LLSP, MMP, GLP, SLE etc; automatic differentiation is available

Changes:

http://openopt.org/Changelog


Showing Items 1-10 of 270 on page 1 of 27: 1 2 3 4 5 6 Next Last