All entries.
Showing Items 661-676 of 676 on page 34 of 34: First Previous 29 30 31 32 33 34

Logo Variational Bayesian Linear Gaussian State-Space Models 1

by silviac - November 10, 2007, 22:06:26 CET [ Project Homepage BibTeX Download ] 9124 views, 2615 downloads, 0 subscriptions

About:

Changes:

Logo Variational Dirichlet process Gaussian mixtures 0.1

by kenkurihara - April 22, 2008, 01:41:49 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 12387 views, 2625 downloads, 0 subscriptions

About: This is an implementation of variational Dirichlet process Gaussian mixtures. Thus, this works like the k-means, but it searched for the number of clusters as well. Couple algorithms are [...]

Changes:

Initial Announcement on mloss.org.


Logo Variational Inference for the Indian Buffet Process 0.1

by finale - May 4, 2009, 16:03:25 CET [ BibTeX BibTeX for corresponding Paper Download ] 16076 views, 3081 downloads, 0 subscriptions

About: Matlab code for performing variational inference in the Indian Buffet Process with a linear-Gaussian likelihood model.

Changes:

Initial Announcement on mloss.org.


Logo VLFeat 0.9.16

by andreavedaldi - October 5, 2012, 18:44:17 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 26094 views, 4623 downloads, 0 subscriptions

About: The VLFeat open source library implements popular computer vision algorithms including affine covariant feature detectors, HOG, SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, SLIC superpixels, and quick shift. It is written in C for efficiency and compatibility, with interfaces in MATLAB for ease of use, and detailed documentation throughout. It supports Windows, Mac OS X, and Linux. The latest version of VLFeat is 0.9.16.

Changes:

VLFeat 0.9.16: Added VL_COVDET() (covariant feature detectors). This function implements the following detectors: DoG, Hessian, Harris Laplace, Hessian Laplace, Multiscale Hessian, Multiscale Harris. It also implements affine adaptation, estiamtion of feature orientation, computation of descriptors on the affine patches (including raw patches), and sourcing of custom feature frame. Addet the auxiliary function VL_PLOTSS(). This is the second point update supported by the PASCAL Harvest programme.

VLFeat 0.9.15: Added VL_HOG() (HOG features). Added VL_SVMPEGASOS() and a vastly improved SVM implementation. Added IHASHSUM (hashed counting). Improved INTHIST (integral histogram). Added VL_CUMMAX(). Improved the implementation of VL_ROC() and VL_PR(). Added VL_DET() (Detection Error Trade-off (DET) curves). Improved the verbosity control to AIB. Added support for Xcode 4.3, improved support for past and future Xcode versions. Completed the migration of the old test code in toolbox/test, moving the functionality to the new unit tests toolbox/xtest. Improved credits. This is the first point update supported by the PASCAL Harvest (several more to come shortly).


Logo Vowpal Wabbit 2.3

by JohnLangford - December 21, 2007, 20:43:40 CET [ Project Homepage BibTeX Download ] 12442 views, 2455 downloads, 0 subscriptions

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

About: This is a large scale online learning implementation with several useful features. See the webpage for more details.

Changes:

Initial Announcement on mloss.org.


Logo VoxForge 0.1

by nshmyrev - February 7, 2010, 02:25:43 CET [ Project Homepage BibTeX Download ] 8158 views, 2561 downloads, 0 comments, 0 subscriptions

About: Free Speech Database for ASR engines

Changes:

Initial Announcement on mloss.org.


Logo JMLR Waffles 2014-07-05

by mgashler - July 20, 2014, 04:53:54 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 82369 views, 19158 downloads, 0 subscriptions

About: Script-friendly command-line tools for machine learning and data mining tasks. (The command-line tools wrap functionality from a public domain C++ class library.)

Changes:

Added support for CUDA GPU-parallelized neural network layers, and several other new features. Full list of changes at http://waffles.sourceforge.net/docs/changelog.html


Logo WebEnsemble 1.0

by jungc005 - May 8, 2012, 22:24:44 CET [ BibTeX Download ] 5410 views, 2177 downloads, 0 subscriptions

About: Use the power of crowdsourcing to create ensembles.

Changes:

Initial Announcement on mloss.org.


Logo Weight HMM 1.0

by SongTao - May 27, 2014, 15:29:20 CET [ BibTeX Download ] 4634 views, 1818 downloads, 0 subscriptions

About: Discovering short linear protein motif based on selective training of profile hidden Markov models

Changes:

Initial Announcement on mloss.org.


Logo WEKA 3.9.2

by mhall - December 22, 2017, 03:39:19 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 141555 views, 33995 downloads, 0 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:

This release include a lot of bug fixes and improvements. Some of these are detailed at

http://jira.pentaho.com/projects/DATAMINING/issues/DATAMINING-771

As usual, for a complete list of changes refer to the changelogs.


Logo WolfeSVM 0.0

by utmath - November 19, 2014, 10:46:11 CET [ Project Homepage BibTeX Download ] 6180 views, 1775 downloads, 0 subscriptions

About: This is a library for solving nu-SVM by using Wolfe's minimum norm point algorithm. You can solve binary classification problem.

Changes:

Initial Announcement on mloss.org.


Logo WordNet Similarity 2.05

by tpederse - August 12, 2008, 16:42:50 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 13038 views, 3148 downloads, 0 subscriptions

About: This is a Perl module that implements a variety of semantic similarity and relatedness measures based on information found in the lexical database WordNet. In particular, it supports the measures of [...]

Changes:

Initial Announcement on mloss.org.


Logo XGBoost v0.4.0

by crowwork - May 12, 2015, 08:57:16 CET [ Project Homepage BibTeX Download ] 38610 views, 11400 downloads, 0 subscriptions

About: xgboost: eXtreme Gradient Boosting It is an efficient and scalable implementation of gradient boosting framework. The package includes efficient linear model solver and tree learning algorithm. The package can automatically do parallel computation with OpenMP, and it can be more than 10 times faster than existing gradient boosting packages such as gbm or sklearn.GBM . It supports various objective functions, including regression, classification and ranking. The package is made to be extensible, so that user are also allowed to define there own objectives easily. The newest version of xgboost now supports distributed learning on various platforms such as hadoop, mpi and scales to even larger problems

Changes:
  • Distributed version of xgboost that runs on YARN, scales to billions of examples

  • Direct save/load data and model from/to S3 and HDFS

  • Feature importance visualization in R module, by Michael Benesty

  • Predict leaf index

  • Poisson regression for counts data

  • Early stopping option in training

  • Native save load support in R and python

  • xgboost models now can be saved using save/load in R

  • xgboost python model is now pickable

  • sklearn wrapper is supported in python module

  • Experimental External memory version


Logo xSNE Stochastic Neighbor Embedding methods with novel neighborhood probabilities 1.2

by emstrick - August 20, 2013, 11:02:21 CET [ BibTeX BibTeX for corresponding Paper Download ] 15796 views, 4100 downloads, 0 subscriptions

About: Stochastic neighbor embedding originally aims at the reconstruction of given distance relations in a low-dimensional Euclidean space. This can be regarded as general approach to multi-dimensional scaling, but the reconstruction is based on the definition of input (and output) neighborhood probability alone. The present implementation also allows for handling dissimilarity or score-induced neighborhood topologies and makes use of quasi 2nd order gradient-based (l-)BFGS optimization.

Changes:
  • gradient in xsne_fun.m fixed! (constant factor m was missing)

  • symmetry option re-introduced allowing for enabling symmetric and asymmetric versions of SNE and t-SNE


Logo yaplf 0.7

by malchiod - April 22, 2010, 11:34:07 CET [ Project Homepage BibTeX Download ] 9670 views, 2520 downloads, 0 subscriptions

About: yaplf (Yet Another Python Learning Framework) is an extensible machine learning framework written in python

Changes:

Initial Announcement on mloss.org.


Logo YCML 0.2.2

by yconst - August 24, 2015, 20:28:45 CET [ Project Homepage BibTeX Download ] 6563 views, 1917 downloads, 0 subscriptions

About: A Machine Learning framework for Objective-C and Swift (OS X / iOS)

Changes:

Initial Announcement on mloss.org.


Showing Items 661-676 of 676 on page 34 of 34: First Previous 29 30 31 32 33 34