Projects running under windows.
Showing Items 1-20 of 136 on page 1 of 7: 1 2 3 4 5 6 Next Last

Logo BayesOpt, a Bayesian Optimization toolbox 0.4.1

by rmcantin - May 15, 2013, 19:36:40 CET [ Project Homepage BibTeX Download ] 828 views, 199 downloads, 1 subscription

About: BayesOpt is an efficient, C++ implementation of the Bayesian optimization methodology for nonlinear-optimization, experimental design and stochastic bandits. In the literature it is also called Sequential Kriging Optimization (SKO) or Efficient Global Optimization (EGO). There are also interfaces for C, Matlab/Octave and Python.

Changes:

-Fixed bugs.

-Improved and extended documentation.

-Extended and simplified API accross platforms.

-Extended functionality (new surrogate functions, new priors, new kernels, new criteria).

-Improved modularity of the optimization process to allow plotting and debugging of intermediate steps.

-Added more demos and examples.


About: Robust learning of Bayesian Networks

Changes:

Initial Announcement on mloss.org.


Logo Information Theoretical Estimators 0.37

by szzoli - May 12, 2013, 15:35:39 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 10464 views, 2125 downloads, 1 subscription

About: ITE (Information Theoretical Estimators) is capable of estimating many different variants of entropy, mutual information, divergence, association measures and cross quantities. Thanks to its highly modular design, ITE supports additionally (i) the combinations of the estimation techniques, (ii) the easy construction and embedding of novel information theoretical estimators, and (iii) their immediate application in information theoretical optimization problems.

Changes:
  • K divergence estimation: added,

  • L divergence estimation: added,

  • kNN squared distance computation: refined.


Logo HLearn 1.0

by mikeizbicki - May 9, 2013, 05:58:18 CET [ Project Homepage BibTeX Download ] 726 views, 115 downloads, 1 subscription

About: HLearn makes simple machine learning routines available in Haskell by expressing them according to their algebraic structure

Changes:

Updated to version 1.0


Logo Social Impact theory based Optimizer library 1.0.1

by rishem - May 7, 2013, 08:03:06 CET [ Project Homepage BibTeX Download ] 579 views, 118 downloads, 1 subscription

About: This is an optimization library based on Social Impact Theory(SITO). The optimizer works in the same way as PSO and GA.

Changes:

minor changes


Logo JMLR MultiBoost 1.2.00

by busarobi - April 22, 2013, 15:42:53 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 14276 views, 2493 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:
  • A new fast (sublinear in the number of instances) stump algorithm is implemented. The gain in time is proportional to the sparsity of the features (it is significant when a lot of instances take the most frequent feature value). See Section B.2 in the documentation.
  • A parametrized early stopping option is added in --traintest mode. We stop if the (smoothed) test error does not improve for a certain number of iterations. See Section 4.1.3 in the documentation.

Logo Armadillo library 3.810

by cu24gjf - April 22, 2013, 05:24:18 CET [ Project Homepage BibTeX Download ] 27386 views, 6208 downloads, 2 subscriptions

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, or one of its high performance drop-in replacements (eg. Intel MKL).

Changes:
  • added fast Fourier transform
  • added handling of .imbue() and .transform() by submatrices and subcubes
  • added batch insertion constructors for sparse matrices
  • minor fix for multiplication of complex sparse matrices
  • better detection of recent Intel MKL versions during installation

Logo CAM Java 2.0

by wangny - April 11, 2013, 18:21:12 CET [ BibTeX Download ] 1370 views, 557 downloads, 1 subscription

About: The CAM R-Java software provides a noval way to solve blind source separation problem.

Changes:
  1. Three classic BSS algorithms - NMF, fastICA and Factor Analysis - are combined into the software. Users can readily call the three functions from Java GUI
  2. A simple plug-in mechanism is added. Users can add their own BSS algorithm into the software by following the Software Plugin Adding Guide and User Manual

Logo PredictionIO 0.3

by simonc - April 9, 2013, 03:31:15 CET [ Project Homepage BibTeX Download ] 484 views, 85 downloads, 1 subscription

About: Open Source Machine Learning Server

Changes:

Initial Announcement on mloss.org.


Logo JMLR Waffles 2013-04-06

by mgashler - April 7, 2013, 02:04:10 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 16196 views, 5328 downloads, 1 subscription

About: A broad collection of script-friendly command-line tools for machine learning and data mining tasks. (The command-line tools wrap functionality from a C++ class library.)

Changes:

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


Logo JMLR Darwin 1.5.1

by sgould - March 31, 2013, 00:07:57 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 14984 views, 2823 downloads, 2 subscriptions

About: A platform-independent C++ framework for machine learning, graphical models, and computer vision research and development.

Changes:

Version 1.5.1:

  • Bug fixes and performance improvements in drwnPCA and drwnKMeans

Version 1.5:

  • Win32 threading implementation (drwnThreadPool)
  • Added standard command line option for setting random seed
  • Made drwnPersistentStorage thread safe (on Linux and Mac OS X)
  • Added drwnAverageRegions function
  • Added fast superpixel code (drwnFastSuperpixels)
  • Implemented drwnPersistentRecord interface for drwnSuperpixelContainer
  • Enhanced drwnSuperpixelContainer with additional member functions
  • Added image inpainting routines (drwnInPaint)
  • Bug fixes and performance improvements

Version 1.4:

  • dense and sparse linear program solver
  • upgraded to Eigen 3.1.1
  • sparse dot product
  • thread safe persistent storage
  • improved installation documentation
  • bug fixes and performance improvements

Logo GBAC 0.0.2

by henrydcl - March 26, 2013, 15:48:24 CET [ BibTeX Download ] 451 views, 158 downloads, 2 subscriptions

About: Probabilistic performance evaluation for multiclass classification using the posterior balanced accuracy

Changes:

Readme added. Explanation of the examples in the readme file.


Logo JMLR dlib ml 18.1

by davis685 - March 25, 2013, 23:48:23 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 53647 views, 9367 downloads, 1 subscription

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

Changes:

In addition to some bug fixes, this release also brings the following notable improvements to the library:

  • The SURF feature extraction tool has higher matching accuracy than in previous dlib releases.
  • The cutting plane optimizer is now faster
  • A new tool for computing the singular value decomposition of very large matrices
  • A new tool for performing canonical correlation analysis on large datasets
  • A new tool for easily writing parallel for loops

Logo Rchemcpp 1.1.1

by klambaue - March 21, 2013, 13:28:09 CET [ Project Homepage BibTeX Download ] 839 views, 188 downloads, 1 subscription

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

About: The Rchemcpp package implements the marginalized graph kernel and extensions, Tanimoto kernels, graph kernels, pharmacophore and 3D kernels suggested for measuring the similarity of molecules.

Changes:

Improved documentation and data handling.


Logo KMLib sparse GPU SVM 0.1

by ksopyla - March 20, 2013, 14:30:08 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 471 views, 89 downloads, 1 subscription

About: Support Vectors Machine library in .net with CUDA support. Library includes GPU SVM solver for kernels linear,RBF,Chi-Square and Exp Chi-Square which use NVIDIA CUDA technology. It allows for classification of feature rich sparse datasets through utilization of sparse matrix formats CSR, Ellpack-R or Sliced EllR-T

Changes:

Initial Announcement on mloss.org.


Logo Tapkee 1.0rc1

by blackburn - March 18, 2013, 13:04:41 CET [ Project Homepage BibTeX Download ] 1833 views, 338 downloads, 0 subscriptions

About: Tapkee is an efficient and flexible C++ template library for dimensionality reduction.

Changes:

Initial Announcement on mloss.org.


Logo ChaLearn Gesture Challenge Turtle Tamers 1.0

by konkey - March 17, 2013, 18:39:22 CET [ BibTeX Download ] 299 views, 99 downloads, 1 subscription

About: Soltion developed by team Turtle Tamers in the ChaLearn Gesture Challenge (http://www.kaggle.com/c/GestureChallenge2)

Changes:

Initial Announcement on mloss.org.


Logo OpenOpt 0.45

by Dmitrey - March 15, 2013, 14:27:12 CET [ Project Homepage BibTeX Download ] 29278 views, 6230 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, MOP etc; general logical constraints, categorical variables, automatic differentiation, interval analysis, many other goodies

Changes:

http://openopt.org/Changelog


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

Changes:

Markov decision processes added (Kan & Shelton 2008) [ctmdp.h]

Mean field inference added (Cohn, El-Hay, Friedman, & Kupferman 2009) [meanfieldinf.h]

Factored uniformization for filtering added (Celikkaya & Shelton 2011) [uniformizedfactoredinf.h]

Auxilliary Gibbs sampling added (Rao & Teh 2011) [gibbsauxsampler.h]

Multi-threading for EM added

many speed improvements

unit testing improved [tst/]

new demo "main" programs added [demo/]

file format changed to XML-ish format (with old methods still there for conversion)

matrix switched to Eigen package (with option to return to old matrix)

glpk now included

initial cmake functionality


Logo MLDemos 0.5.1

by basilio - March 2, 2013, 16:06:13 CET [ Project Homepage BibTeX Download ] 13032 views, 2935 downloads, 2 subscriptions

About: MLDemos is a user-friendly visualization interface for various machine learning algorithms for classification, regression, clustering, projection, dynamical systems, reward maximisation and reinforcement learning.

Changes:

New Visualization and Dataset Features Added 3D visualization of samples and classification, regression and maximization results Added Visualization panel with individual plots, correlations, density, etc. Added Editing tools to drag/magnet data, change class, increase or decrease dimensions of the dataset Added categorical dimensions (indexed dimensions with non-numerical values) Added Dataset Editing panel to swap, delete and rename dimensions, classes or categorical values Several bug-fixes for display, import/export of data, classification performance

New Algorithms and methodologies Added Projections to pre-process data (which can then be classified/regressed/clustered), with LDA, PCA, KernelPCA, ICA, CCA Added Grid-Search panel for batch-testing ranges of values for up to two parameters at a time Added One-vs-All multi-class classification for non-multi-class algorithms Trained models can now be kept and tested on new data (training on one dataset, testing on another) Added a dataset generator panel for standard toy datasets (e.g. swissroll, checkerboard,...) Added a number of clustering, regression and classification algorithms (FLAME, DBSCAN, LOWESS, CCA, KMEANS++, GP Classification, Random Forests) Added Save/Load Model option for GMMs and SVMs Added Growing Hierarchical Self Organizing Maps (original code by Michael Dittenbach) Added Automatic Relevance Determination for SVM with RBF kernel (Thanks to Ashwini Shukla!)


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