Projects supporting the none data format.
Showing Items 1-20 of 151 on page 1 of 8: 1 2 3 4 5 6 Next Last

Logo ALGLIB 2.4.0

by Sergey_Bochkanov - March 10, 2010, 14:07:35 CET [ Project Homepage BibTeX Download ] 525 views, 85 downloads, 1 subscription

About: ALGLIB is an open source numerical analysis library distributed under GPL 2+. It implements both general numerical algorithms and machine learning algorithms. ALGLIB can be used from C#, C++, FreePascal, VBA and other languages. It is the only numerical analysis library which uses automatic translation to generate source code written in different programming languages with 100% identical functionality.

Changes:
  1. New algorithms implemented: exact and approximate nearest neighbor search using kd-trees, new multidimensional scattered data interpolation/fitting algorithm with O(N·logN) complexity (modified Shepard's method with fast k-NN queries), linear algebra algorithms

  2. faster QR/LQ, matrix inversion, condition number estimation.

  3. Minor fixes


Logo dlib ml 17.26

by davis685 - March 7, 2010, 21:37:42 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 9262 views, 2073 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:

This release adds a general purpose implementation of the OCA optimizer, OCAS SVM trainer, and support for loading and saving LIBSVM formatted data files.


Logo JMLR PyBrain 0.3

by bayerj - March 3, 2010, 15:00:08 CET [ Project Homepage BibTeX Download ] 3254 views, 474 downloads, 2 subscriptions

About: PyBrain is a versatile machine learning library for Python. Its goal is to provide flexible, easy-to-use yet still powerful algorithms for machine learning tasks, including a variety of predefined [...]

Changes:
  • more documentation, including new tutorials
  • new and updated example scripts
  • major restructuring of the reinforcement learning part
  • homogeneous interface for optimization algorithms
  • fast networks (arac) are now in an independent package
  • new algorithms, network structures, tools...

Logo LIBSVM 2.9

by cjlin - February 27, 2010, 01:09:23 CET [ Project Homepage BibTeX Download ] 3962 views, 866 downloads, 1 subscription

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

About: LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC ), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class [...]

Changes:

Initial Announcement on mloss.org.


Logo GPUML GPUs for kernel machines 4

by balajivasan - February 26, 2010, 18:12:46 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 236 views, 37 downloads, 1 subscription

About: GPUML is a library that provides a C/C++ and MATLAB interface for speeding up the computation of the weighted kernel summation and kernel matrix construction on GPU. These computations occur commonly in several machine learning algorithms like kernel density estimation, kernel regression, kernel PCA, etc.

Changes:

Initial Announcement on mloss.org.


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 ] 9989 views, 1921 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 UniverSVM 1.2

by fabee - January 13, 2010, 16:41:36 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 3907 views, 693 downloads, 0 subscriptions

About: The UniverSVM is a SVM implementation written in C/C++. Its functionality comprises large scale transduction via CCCP optimization, sparse solutions via CCCP optimization and data-dependent [...]

Changes:

Initial Announcement on mloss.org.


Logo WEKA 3.7.1

by mhall - January 12, 2010, 21:50:10 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 7041 views, 1465 downloads, 2 subscriptions

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

About: The Weka workbench contains a collection of visualization tools and algorithms for data analysis and predictive modelling, together with graphical user interfaces for easy access to this [...]

Changes:

Initial Announcement on mloss.org.


Logo Milk alpha-1

by luispedro - December 17, 2009, 18:44:18 CET [ Project Homepage BibTeX Download ] 974 views, 170 downloads, 1 subscription

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

About: Python Machine Learning Toolkit

Changes:

Improved Performance. Removed files from the distribution that were mistakenly included.


Logo Maja Machine Learning Framework 0.9.6

by jhm - December 4, 2009, 08:14:56 CET [ Project Homepage BibTeX Download ] 598 views, 143 downloads, 1 subscription

About: The Maja Machine Learning Framework (MMLF) is a general framework for problems in the domain of Reinforcement Learning (RL) written in python. It provides a set of RL related algorithms and a set of benchmark domains. Furthermore it is easily extensible and allows to automate benchmarking of different agents.

Changes:

Initial Announcement on mloss.org.


About: A Java library to create, process and manage mixtures of exponential families.

Changes:

Initial Announcement on mloss.org.


Logo MLPY Machine Learning Py 2.1.0

by albanese - November 24, 2009, 10:27:46 CET [ Project Homepage BibTeX Download ] 12064 views, 2730 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 ] 5742 views, 1397 downloads, 3 subscriptions

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

Changes:

Initial Announcement on mloss.org.


Logo LWPR 1.2.3

by sklanke - November 12, 2009, 11:57:54 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 10698 views, 1227 downloads, 1 subscription

About: Locally Weighted Projection Regression (LWPR) is a recent algorithm that achieves nonlinear function approximation in high dimensional spaces with redundant and irrelevant input dimensions. At its [...]

Changes:

Version 1.2.3

  • Corrected bugs in the Python module (missing Py_DECREF in functions returning multiple numpy arrays that led to a memory leak, as well as bad preprocessor directive "USE_EXPAT" instead of "HAVE_LIBEXPAT") Thanks to Benjamin Dittes

  • Corrected bad preprocessor directive (see above) in C++ wrapper lwpr.hh. Also added casts between signed and unsigned integers in lwpr.hh and cross.cc Thanks to Peter Pastor, Robert Nickl and Adrian Haith


Logo kernlab 0.9-9

by alexis - November 2, 2009, 16:03:50 CET [ Project Homepage BibTeX Download ] 3858 views, 869 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 seqan 1.2

by sonne - November 2, 2009, 14:54:08 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1445 views, 306 downloads, 1 subscription

About: SeqAn is an open source C++ library of efficient algorithms and data structures for the analysis of sequences with the focus on biological data.

Changes:
  • 5 more applications, i.e. DFI, MicroRazerS, PairAlign, SeqCons, TreeRecon
  • stable release of RazerS supporting paired-end read mapping and configurable sensitivity
  • new alignment algorithms, e.g. banded, configurable alignments (overlap, semi-global, ...)
  • realignment algorithm
  • NGS data structures and formats, e.g. SAM, Amos, ...
  • new alphabets, e.g. Dna with base call qualities, profile characters
  • auxiliary data structures and algorithms, e.g. double ended queue, command line parser
  • positional scores
  • CMake support

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 ] 4885 views, 700 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 Circular Statistics Toolbox 3.0

by phb - October 9, 2009, 13:53:16 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 3248 views, 409 downloads, 1 subscription

About: Toolbox for circular statistics with Matlab (The Mathworks).

Changes:

New functions and reference.


Logo EANT Without Structural Optimization 1.0

by yk - September 28, 2009, 12:34:38 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 951 views, 259 downloads, 1 subscription

About: EANT Without Structural Optimization is used to learn a policy in either complete or partially observable reinforcement learning domains of continuous state and action space.

Changes:

Initial Announcement on mloss.org.


Logo BCPy2000 13637

by jez - September 22, 2009, 23:53:02 CET [ Project Homepage BibTeX Download ] 4338 views, 827 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


Showing Items 1-20 of 151 on page 1 of 8: 1 2 3 4 5 6 Next Last