20 projects found that use c++ as the programming language.
Showing Items 21-40 of 144 on page 2 of 8: Previous 1 2 3 4 5 6 7 Next Last

About: SVDFeature is a toolkit for developing generic collaborative filtering algorithms by defining features.

Changes:

JMLR MLOSS version.


Logo Encog Machine Learning Framework 3.1

by jeffheaton - January 1, 2013, 00:05:08 CET [ Project Homepage BibTeX Download ] 1104 views, 214 downloads, 1 subscription

About: Encog is a Machine Learning framework for Java, C#, Javascript and C/C++ that supports SVM's, Genetic Programming, Bayesian Networks, Hidden Markov Models and other algorithms.

Changes:

Initial Announcement on mloss.org.


Logo libAGF 0.9.6

by Petey - December 12, 2012, 03:37:48 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 4825 views, 1007 downloads, 1 subscription

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

Changes:

New in Version 0.9.6:

  • Many, many bug fixes. Thanks to all who submitted bug reports!

  • New Bash script to validate probability density function (PDF) calculations: validate_pdf.sh

  • New command for generating a simulated data set with approximately the same PDF as the training data: pdf_sim . Used by validate_pdf.sh

  • New file utility that randomly splits up a dataset into two or more divisions: agf_split_data . Also used by validate_pdf.sh

  • New command generates the Relative Operating Characteristic (ROC) curve: roc_curve


Logo Divvy 1.1.1

by jlewis - November 14, 2012, 20:21:29 CET [ Project Homepage BibTeX Download ] 553 views, 195 downloads, 1 subscription

About: Divvy is a Mac OS X application for performing dimensionality reduction, clustering, and visualization.

Changes:

Initial Announcement on mloss.org.


Logo Milk 0.5

by luispedro - November 7, 2012, 13:08:28 CET [ Project Homepage BibTeX Download ] 15963 views, 3562 downloads, 1 subscription

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

About: Python Machine Learning Toolkit

Changes:

Added LASSO (using coordinate descent optimization). Made SVM classification (learning and applying) much faster: 2.5x speedup on yeast UCI dataset.


Logo Reranker Framework 1.0

by zenog - October 29, 2012, 10:05:30 CET [ Project Homepage BibTeX Download ] 431 views, 104 downloads, 1 subscription

About: ReFr is a software architecture for specifying, training and using reranking models.

Changes:

Initial Announcement on mloss.org.


Logo UniverSVM 1.22

by fabee - October 16, 2012, 11:24:12 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 12384 views, 1888 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:

Minor changes: fix bug on set_alphas_b0 function (thanks to Ferdinand Kaiser - ferdinand.kaiser@tut.fi)


Logo MROGH 1.0

by openpr_nlpr - October 16, 2012, 04:41:51 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 780 views, 150 downloads, 1 subscription

About: An implementation of MROGH descriptor. For more information, please refer to: “Bin Fan, Fuchao Wu and Zhanyi Hu, Aggregating Gradient Distributions into Intensity Orders: A Novel Local Image Descriptor, CVPR 2011, pp.2377-2384.” The most up-to-date information can be found at : http://vision.ia.ac.cn/Students/bfan/index.htm

Changes:

Initial Announcement on mloss.org.


Logo TurboParser 2.0

by afm - October 11, 2012, 02:59:04 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 2801 views, 589 downloads, 1 subscription

About: TurboParser is a free multilingual dependency parser based on linear programming developed by André Martins. It is based on joint work with Noah Smith, Mário Figueiredo, Eric Xing, Pedro Aguiar.

Changes:

This version introduces a number of new features:

  • The parser does not depend anymore on CPLEX (or any other non-free LP solver). Instead, the decoder is now based on AD3, our free library for approximate MAP inference.

  • The parser now outputs dependency labels along with the backbone structure.

  • As a bonus, we now provide a trainable part-of-speech tagger, called TurboTagger, which can be used in standalone mode, or to provide part-of-speech tags as input for the parser. TurboTagger has state-of-the-art accuracy for English (97.3% on section 23 of the Penn Treebank) and is fast (~40,000 tokens per second).

  • The parser is much faster than in previous versions. You may choose among a basic arc-factored parser (~4,300 tokens per second), a standard second-order model with consecutive sibling and grandparent features (the default; ~1,200 tokens per second), and a full model with head bigram and arbitrary sibling features (~900 tokens per second).

Note: The runtimes above are approximate, and based on experiments with a desktop machine with a Intel Core i7 CPU 3.4 GHz and 8GB RAM. To run this software, you need a standard C++ compiler. This software has the following external dependencies: AD3, a library for approximate MAP inference; Eigen, a template library for linear algebra; google-glog, a library for logging; gflags, a library for commandline flag processing. All these libraries are free software and are provided as tarballs in this package.

This software has been tested on Linux, but it should run in other platforms with minor adaptations.


Logo JMLR libDAI 0.3.1

by jorism - September 17, 2012, 14:17:03 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 26118 views, 4845 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:

Release 0.3.1 fixes various bugs. The issues on 64-bit Windows platforms have been fixed and libDAI now offers full 64-bit support on all supported platforms (Linux, Mac OSX, Windows).


Logo SkyVoice TTS and SDK 1.0

by openpr_nlpr - September 10, 2012, 03:48:47 CET [ Project Homepage BibTeX Download ] 736 views, 140 downloads, 1 subscription

About: Text-to-Speech (TTS) is a kind of speech processing technology that converts text into speech. It involves phonetics, linguistics, digital signal processing technology, computer technology, multimedia technology, and other technologies. It is a frontier technology in Chinese information processing field. With TTS technology, any text used to be read by eyes can also be listened by ears.

Changes:

Initial Announcement on mloss.org.


Logo Action Recognition by Dense Trajectories 1.0

by openpr_nlpr - June 6, 2012, 11:38:07 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1634 views, 301 downloads, 1 subscription

About: The code is for computing state-of-the-art video descriptors for action recognition. The most up-to-date information can be found at: http://lear.inrialpes.fr/people/wang/dense_trajectories

Changes:

Initial Announcement on mloss.org.


Logo OpenGM 2 2.0.2 beta

by opengm - June 1, 2012, 14:33:53 CET [ Project Homepage BibTeX Download ] 1456 views, 281 downloads, 1 subscription

About: A C++ Library for Discrete Graphical Models

Changes:

Initial Announcement on mloss.org.


Logo Partition Comparison 1.0

by andres - April 21, 2012, 03:26:47 CET [ Project Homepage BibTeX Download ] 1060 views, 248 downloads, 1 subscription

About: Fast C++ implementation of the variation of information (Meila 2003) and Rand index (Rand 1971) with MATLAB mex files

Changes:

Initial Announcement on mloss.org.


Logo JMLR LPmade 1.2.2

by rlichten - April 2, 2012, 17:11:59 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 11187 views, 5048 downloads, 1 subscription

About: Link Prediction Made Easy

Changes:

v1.2.2

  • Fixed MAJOR issue related to github migration several months ago. The original github commit neglected to import empty folders. This caused parts of the project compilation procedure to fail. Any users of LPmade who downloaded the most recent version from github over the last several months would have encountered this build error and should download the most recent version. This change updates the network library makefile to create the empty folders and gets around the issue. Very sorry to anybody that this may have inconvenienced, but thanks for hanging in there if you diagnosed and solved it yourself.

  • Fixed issue with auroc on 32-bit architectures that caused integer wraparounds that produced incorrect results.


Logo MLPY Machine Learning Py 3.5.0

by albanese - March 15, 2012, 09:52:41 CET [ Project Homepage BibTeX Download ] 38760 views, 7404 downloads, 2 subscriptions

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

About: mlpy is a Python module for Machine Learning built on top of NumPy/SciPy and of GSL.

Changes:

New features:

  • LibSvm(): pred_probability() now returns probability estimates; pred_values() added
  • LibLinear(): pred_values() and pred_probability() added
  • dtw_std: squared Euclidean option added
  • LCS for series composed by real values (lcs_real()) added
  • Documentation

Fix:

  • wavelet submodule: cwt(): it returned only real values in morlet and poul
  • IRelief(): remove np. in learn()
  • fix rfe_kfda and rfe_w2 when p=1

Logo Thresholding program 1.0

by openpr_nlpr - March 1, 2012, 03:18:52 CET [ Project Homepage BibTeX Download ] 3062 views, 260 downloads, 1 subscription

About: This is demo program on global thresholding for image of bright small objects, such as aircrafts in airports. the program include four method, otsu,2D-Tsallis,PSSIM, Smoothnees Method.

Changes:

Initial Announcement on mloss.org.


Logo Isoline Retrieval SVN rev. 7

by Petey - February 21, 2012, 16:56:09 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1113 views, 211 downloads, 1 subscription

About: Software to perform isoline retrieval, retrieve isolines of an atmospheric parameter from a nadir-looking satellite.

Changes:

Added screenshot, keywords


Logo MIToolbox 1.03

by apocock - February 13, 2012, 19:45:07 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 6156 views, 1185 downloads, 1 subscription

About: A mutual information library for C and Mex bindings for MATLAB. Aimed at feature selection, and provides simple methods to calculate mutual information, conditional mutual information, entropy, conditional entropy, and Renyi entropy/mutual information. Works with discrete distributions, and expects column vectors of features.

Changes:

Updated documentation & link to JMLR publication.


Logo NaN toolbox 2.5.2

by schloegl - February 10, 2012, 11:45:52 CET [ Project Homepage BibTeX Download ] 21897 views, 4217 downloads, 1 subscription

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

Changes:

Changes in v.2.5.2 - faster version of quantile if multiple quantiles are requested - removes the dependency on ZLIB and thus - fixes "pkg install nan" for Octave on Windows - a number of minor improvements

For details see the CHANGELOG at http://pub.ist.ac.at/~schloegl/matlab/NaN/CHANGELOG


Showing Items 21-40 of 144 on page 2 of 8: Previous 1 2 3 4 5 6 7 Next Last