20 projects found that use c++ as the programming language.
Showing Items 1-20 of 94 on page 1 of 5: 1 2 3 4 5 Next

Logo redsvd 0.1.0

by hillbig - August 30, 2010, 18:13:55 CET [ Project Homepage BibTeX Download ] 78 views, 12 downloads, 1 subscription

About: redsvd is a library for solving several matrix decomposition (SVD, PCA, eigen value decomposition) redsvd can handle very large matrix efficiently, and optimized for a truncated SVD of sparse matrices. For example, redsvd can compute a truncated SVD with top 20 singular values for a 100K x 100K matrix with 10M nonzero entries in about two second.

Changes:

Initial Announcement on mloss.org.


Logo NaN toolbox 2.3.0

by schloegl - August 27, 2010, 15:49:59 CET [ Project Homepage BibTeX Download ] 4788 views, 933 downloads, 1 subscription

About: NaN-toolbox is a statistics and machine learning toolbox for handling data with and without missing values.

Changes:

xptopen.mex: [HTML_REMOVED] reads and writes SAS Transport format (*.xpt) ttest and ttest2: [HTML_REMOVED] paired and unpaired t-test for data with missing values (useful for users of Octave, and for Matlab users without statistics toolbox)

  • train_sc: bug fix when labels are single column {-1,1} format
  • test_sc: improved docu for R.output

For more details see: http://biosig-consulting.com/matlab/NaN/CHANGELOG


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 SMIDAS 1.1

by ambujtewari - August 15, 2010, 18:51:51 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1526 views, 262 downloads, 1 subscription

About: A stochastic variant of the mirror descent algorithm employing Langford and Zhang's truncated gradient idea to minimize L1 regularized loss minimization problems for classification and regression.

Changes:

Fixed major bug in implementation. The components of the iterate where the current example vector is zero were not being updated correctly. Thanks to Jonathan Chang for pointing out the error to us.


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 PSVM 1.31

by mhex - July 29, 2010, 10:02:12 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 293 views, 51 downloads, 1 subscription

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

About: PSVM - Support vector classification, regression and feature extraction for non-square dyadic data, non-Mercer kernels.

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 FABIA 1.0.0

by hochreit - July 28, 2010, 17:17:16 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 253 views, 46 downloads, 1 subscription

About: FABIA is a biclustering algorithm that clusters rows and columns of a matrix simultaneously. Consequently, members of a row cluster are similar to each other on a subset of columns and, analogously, members of a column cluster are similar to each other on a subset of rows. A bicluster in a transcriptomic data set is a pair of a gene set and a sample set for which the genes are similar to each other on the samples and vice versa. If multiple pathways are active in a sample, it belongs to different biclusters. If a gene participates in different pathways for different conditions, it belongs to different biclusters, too. Thus, biclusters can overlap. In drug design, for example, researchers want to reveal how compounds affect gene expression; the effects of compounds, however, may be similar only on a subgroup of genes.

Changes:

Initial Announcement on mloss.org.


Logo BCPy2000 17374

by jez - July 8, 2010, 22:11:24 CET [ Project Homepage BibTeX Download ] 5735 views, 1052 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:

Bugfixes and tuneups, and an expanded set of (some more-, some less-documented, optional tools)


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 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 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 Milk 0.2

by luispedro - May 21, 2010, 22:05:04 CET [ Project Homepage BibTeX Download ] 2008 views, 393 downloads, 1 subscription

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

About: Python Machine Learning Toolkit

Changes:

Cleaned up and tested code. Removed some dependencies. Better documentation. Changed the classification interface to separate model learning from model usage.


Logo ELF Ensemble Learning Framework 0.1

by mjahrer - May 10, 2010, 23:54:53 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 700 views, 121 downloads, 1 subscription

About: ELF provides many well implemented supervised learners for classification and regression tasks with an opportunity of ensemble learning.

Changes:

Initial Announcement on mloss.org.


Logo libAGF 0.92

by Petey - April 30, 2010, 05:43:32 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 685 views, 182 downloads, 1 subscription

About: C++ software for statistical classification, probability estimation and interpolation/non-linear regression using variable bandwidth kernel estimation.

Changes:

Initial Announcement on mloss.org.


Logo dANN AI Library 1.3

by freemo - April 25, 2010, 05:36:46 CET [ Project Homepage BibTeX Download ] 623 views, 121 downloads, 1 subscription

About: dANN is an Artificial Intelligence and Artificial Genetics library targeted at employing conventional techniques as well as acting as a platform for research & development of novel techniques. As new techniques are developed and proven to be effective they will be integrated into the core library. It is currently written in Java, C++, and C#. However only the java version is currently in active development. If you want to obtain a version other than the java version you will need to get it directly from GIT.

Changes:

Please get the version in GIT only, the released version is old.


Logo OpenKernel library 0.1

by allauzen - April 23, 2010, 05:25:20 CET [ Project Homepage BibTeX Download ] 1193 views, 155 downloads, 1 subscription

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

About: OpenKernel is a library for creating, combining, learning and using kernels for machine learning applications.

Changes:

Initial Announcement on mloss.org.


Logo Hidden Markov Support Vector Machines 0.2

by pramod - April 16, 2010, 17:27:41 CET [ BibTeX Download ] 754 views, 187 downloads, 1 subscription

About: This software is an implementation of Hidden Markov Support Vector Machines (HMSVMs).

Changes:

Initial Announcement on mloss.org.


Logo Stabilized Infinite Kernel Learning 1.0.0

by ghiasi - April 10, 2010, 08:45:03 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 766 views, 143 downloads, 1 subscription

About: This software is designed for learning translation invariant kernels for classification with support vector machines.

Changes:

Initial Announcement on mloss.org.


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