Projects running under macosx.
Showing Items 1-20 of 67 on page 1 of 4: 1 2 3 4 Next

Logo CARP 2.0

by volmeln - August 27, 2010, 06:16:07 CET [ Project Homepage BibTeX Download ] 795 views, 267 downloads, 1 subscription

About: CARP: The Clustering Algorithms’ Referee Package

Changes:

Options to add noise, outliers, inverse Box-Cox transformation.


Logo Orange 2.0 beta

by janez - August 23, 2010, 09:57:35 CET [ Project Homepage BibTeX Download ] 3068 views, 813 downloads, 0 subscriptions

About: Orange is a component-based machine learning and data mining software. It includes a friendly yet powerful and flexible graphical user interface for visual programming. For more advanced use(r)s, [...]

Changes:

Update for v2.0


Logo libDAI 0.2.7

by jorism - August 19, 2010, 17:18:00 CET [ Project Homepage BibTeX Download ] 7867 views, 1229 downloads, 2 subscriptions

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

About: libDAI provides free & open source implementations of various (approximate) inference methods for graphical models with discrete variables, including Bayesian networks and Markov Random Fields.

Changes:

libDAI release 0.2.7 is a bug-fix release which fixes a bug in the junction-tree MAP inference which could yield incorrect results in some cases. This release will accompany a forthcoming JMLR publication about libDAI.


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 WEKA 3.7.2

by mhall - August 2, 2010, 11:17:22 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 9591 views, 1829 downloads, 2 subscriptions

Rating Whole StarWhole StarWhole StarWhole StarEmpty Star
(based on 6 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 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 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


Logo Waffles 2010-06-09

by mgashler - June 9, 2010, 23:08:38 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 4652 views, 1387 downloads, 1 subscription

About: A C++ library of machine learning algorithms and tools. Several demos are included that show how to use the library. Also, there is a script-friendly command-line interface that makes the algorithms [...]

Changes:

See the change log at http://waffles.sourceforge.net/changelog.html


Logo JMLR MOA Massive Online Analysis June-09

by abifet - June 4, 2010, 14:05:31 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1227 views, 379 downloads, 1 subscription

About: Massive Online Analysis (MOA) is a real time analytic tool for data streams. It is a software environment for implementing algorithms and running experiments for online learning from evolving data streams. MOA includes a collection of offline and online methods as well as tools for evaluation. In particular, it implements boosting, bagging, and Hoeffding Trees, all with and without Naive Bayes classifiers at the leaves. MOA supports bi-directional interaction with WEKA, the Waikato Environment for Knowledge Analysis, and it is released under the GNU GPL license.

Changes:

Initial Announcement on mloss.org.


Logo JMLR FastInf 1.0

by arielj - June 4, 2010, 14:04:37 CET [ Project Homepage BibTeX Download ] 1317 views, 319 downloads, 1 subscription

About: The library is focused on implementation of propagation based approximate inference methods. Also implemented are a clique tree based exact inference, Gibbs sampling, and the mean field algorithm.

Changes:

Initial Announcement on mloss.org.


Logo asp 0.3

by sonne - May 7, 2010, 10:25:39 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 2230 views, 503 downloads, 1 subscription

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 MultiBoost 1.0

by busarobi - April 9, 2010, 13:30:41 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1456 views, 210 downloads, 1 subscription

About: MultiBoost is a multi-purpose boosting package implemented in C++. It is based on the multi-class/multi-task AdaBoost.MH algorithm [Schapire-Singer, 1999]. Basic base learners (stumps, trees, products, Haar filters for image processing) can be easily complemented by new data representations and the corresponding base learners, without interfering with the main boosting engine.

Changes:

Initial Announcement on mloss.org.


About: The CTBN-RLE is a C++ package of executables and libraries for inference and learning algorithms for continuous time Bayesian networks (CTBNs).

Changes:

Minor code changes (a few compilation issues, #define .h guard name changes).


Logo JMLR Matlab toolbox for submodular function optimization 2.0

by krausea - April 7, 2010, 09:53:40 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 2965 views, 673 downloads, 1 subscription

About: This toolbox provides functions for maximizing and minimizing submodular set functions, with applications to Bayesian experimental design, inference in Markov Random Fields, clustering and others.

Changes:
  • Modified specification of optional parameters (using sfo_opt)
  • Added sfo_ls_lazy for maximizing nonnegative submodular functions
  • Added sfo_fn_infogain, sfo_fn_lincomb, sfo_fn_invert, ...
  • Added additional documentation and more examples
  • Now Octave ready

Logo Theano 0.1

by jaberg - March 20, 2010, 15:58:17 CET [ Project Homepage BibTeX Download ] 798 views, 154 downloads, 1 subscription

About: A Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. Dynamically generates CPU and GPU modules for good performance. Deep Learning Tutorials illustrate deep learning with Theano.

Changes:

Initial Announcement on mloss.org.


Logo scikitlearn 0.1

by fabianp - March 19, 2010, 08:14:29 CET [ Project Homepage BibTeX Download ] 926 views, 181 downloads, 1 subscription

About: The scikit-learn aims to provide state of the art standard machine learning algorithms in Python.

Changes:

Initial Announcement on mloss.org.


Logo Jstacs 1.3.1

by keili - March 2, 2010, 14:15:46 CET [ Project Homepage BibTeX Download ] 1910 views, 372 downloads, 1 subscription

About: A Java framework for statistical analysis and classification of biological sequences

Changes:

March 2, 2010: Jstacs 1.3.1 released

  • Partitioning of Samples including weights

  • Release of Dispom (de-novo discovery of differentially abundant transcription factor binding sites including their positional preference)

  • Several bugfixes


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

Changes:

Initial Announcement on mloss.org.


Logo MLPACK 0.2

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

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

Changes:

Initial Announcement on mloss.org.


Showing Items 1-20 of 67 on page 1 of 4: 1 2 3 4 Next