All entries.
Showing Items 561-580 of 676 on page 29 of 34: First Previous 24 25 26 27 28 29 30 31 32 33 34 Next

Logo MROGH 1.0

by openpr_nlpr - October 16, 2012, 04:41:51 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 10514 views, 2202 downloads, 0 subscriptions

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 Naive Bayes Classifier 1.0.0

by openpr_nlpr - December 2, 2011, 05:25:44 CET [ Project Homepage BibTeX Download ] 9241 views, 2197 downloads, 0 subscriptions

About: This program is a C++ implementation of Naive Bayes Classifier, which is a well-known generative classification algorithm for the application such as text classification. The Naive Bayes algorithm requires the probabilistic distribution to be discrete. The program uses the multinomial event model for representation, the maximum likelihood estimate with a Laplace smoothing technique for learning parameters. A sparse-data structure is defined to represent the feature vector in the program to seek higher computational speed.

Changes:

Initial Announcement on mloss.org.


Logo Blocks 0.1

by bartvm - March 30, 2015, 22:25:02 CET [ Project Homepage BibTeX Download ] 7440 views, 2196 downloads, 0 subscriptions

About: A Theano framework for building and training neural networks

Changes:

Initial Announcement on mloss.org.


Logo StirlingNumbers 1.0

by stefanwebb - December 9, 2013, 03:26:56 CET [ Project Homepage BibTeX Download ] 7543 views, 2196 downloads, 0 subscriptions

About: A library for calculating and accessing generalized Stirling numbers of the second kind, which are used for inference in Poisson-Dirichlet processes.

Changes:

Initial Announcement on mloss.org.


Logo Lynx MATLAB Toolbox v0.8-beta

by ispamm - November 19, 2014, 00:56:07 CET [ Project Homepage BibTeX Download ] 8152 views, 2195 downloads, 0 subscriptions

About: A MATLAB toolbox for defining complex machine learning comparisons

Changes:

Initial Announcement on mloss.org.


Logo Random Forests 5.1

by zenog - September 21, 2011, 14:14:17 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 11634 views, 2191 downloads, 0 subscriptions

About: The original Random Forests implementation by Breiman and Cutler.

Changes:

Initial Announcement on mloss.org.


Logo FsAlg 0.5.4

by gbaydin - April 25, 2015, 02:11:03 CET [ Project Homepage BibTeX Download ] 7310 views, 2187 downloads, 0 subscriptions

About: FsAlg is a linear algebra library that supports generic types.

Changes:

Initial Announcement on mloss.org.


Logo Machine Learning Support System MALSS 0.5.0

by canard0328 - February 20, 2015, 15:56:02 CET [ Project Homepage BibTeX Download ] 7495 views, 2187 downloads, 0 subscriptions

About: MALSS is a python module to facilitate machine learning tasks.

Changes:

Initial Announcement on mloss.org.


Logo AlCoCoMa 1.0

by kiraly - November 8, 2013, 09:38:07 CET [ BibTeX BibTeX for corresponding Paper Download ] 8285 views, 2185 downloads, 0 subscriptions

About: ALgebraic COmbinatorial COmpletion of MAtrices. A collection of algorithms to impute or denoise single entries in an incomplete rank one matrix, to determine for which entries this is possible with any algorithm, and to provide algorithm-independent error estimates. Includes demo scripts.

Changes:

Initial Announcement on mloss.org.


Logo Recur 1

by douglasbagnall - June 16, 2015, 12:06:05 CET [ Project Homepage BibTeX Download ] 7712 views, 2181 downloads, 0 subscriptions

About: Recur is a collection of Gstreamer plugins and language modelling tools based on recurrent neural networks.

Changes:

Initial Announcement on mloss.org.


Logo Nonparametric Sparse Factor Analysis 1

by davidknowles - July 26, 2013, 01:02:02 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 9441 views, 2177 downloads, 0 subscriptions

About: This is the core MCMC sampler for the nonparametric sparse factor analysis model presented in David A. Knowles and Zoubin Ghahramani (2011). Nonparametric Bayesian Sparse Factor Models with application to Gene Expression modelling. Annals of Applied Statistics

Changes:

Initial Announcement on mloss.org.


Logo Calibrated AdaMEC 1.0

by nnikolaou - April 8, 2017, 13:57:45 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 13867 views, 2174 downloads, 0 subscriptions

About: Code for Calibrated AdaMEC for binary cost-sensitive classification. The method is just AdaBoost that properly calibrates its probability estimates and uses a cost-sensitive (i.e. risk-minimizing) decision threshold to classify new data.

Changes:

Updated license information


Logo LibOPF A library for the design of optimum path forest classifiers 2.1

by papa - October 29, 2014, 16:36:16 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 9905 views, 2173 downloads, 0 subscriptions

About: This library implements the Optimum-Path Forest classifier for unsupervised and supervised learning.

Changes:

Initial Announcement on mloss.org.


Logo DFLsklearn, Hyperparameters optimization in Scikit Learn 0.1

by vlatorre - November 23, 2017, 13:14:36 CET [ Project Homepage BibTeX Download ] 6273 views, 2172 downloads, 0 subscriptions

About: A method to optimize the hyperparameters for machine learning methods implemented in Scikit-learn based on Derivative Free Optimization

Changes:

Initial Announcement on mloss.org.


Logo Principal Component Analysis Based on Nonparametric Maximum Entropy 1.0.0

by openpr_nlpr - December 2, 2011, 05:45:02 CET [ Project Homepage BibTeX Download ] 8014 views, 2165 downloads, 0 subscriptions

About: In this paper, we propose an improved principal component analysis based on maximum entropy (MaxEnt) preservation, called MaxEnt-PCA, which is derived from a Parzen window estimation of Renyi’s quadratic entropy. Instead of minimizing the reconstruction error either based on L2-norm or L1-norm, the MaxEnt-PCA attempts to preserve as much as possible the uncertainty information of the data measured by entropy. The optimal solution of MaxEnt-PCA consists of the eigenvectors of a Laplacian probability matrix corresponding to the MaxEnt distribution. MaxEnt-PCA (1) is rotation invariant, (2) is free from any distribution assumption, and (3) is robust to outliers. Extensive experiments on real-world datasets demonstrate the effectiveness of the proposed linear method as compared to other related robust PCA methods.

Changes:

Initial Announcement on mloss.org.


Logo pymanopt 0.1

by j_towns - April 7, 2016, 14:44:27 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 9793 views, 2160 downloads, 0 subscriptions

About: Python toolbox for manifold optimization with support for automatic differentiation

Changes:

Initial Announcement on mloss.org.


Logo Chordalysis 1.0

by fpetitjean - March 24, 2014, 01:22:06 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 9393 views, 2160 downloads, 0 subscriptions

About: Log-linear analysis for high-dimensional data

Changes:

Initial Announcement on mloss.org.


Logo gWT graph indexing wavelet tree 1.0.0

by ytabei - May 12, 2011, 23:01:17 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 10641 views, 2159 downloads, 0 subscriptions

About: Software for graph similarity search for massive graph databases

Changes:

Initial Announcement on mloss.org.


Logo Stochaskell 1.0.0

by davidar - February 8, 2021, 08:21:07 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 10585 views, 2156 downloads, 1 subscription

About: A probabilistic programming language embedded in Haskell.

Changes:

Initial Announcement on mloss.org.


Logo SALSA.jl 0.0.5

by jumutc - September 28, 2015, 17:28:56 CET [ Project Homepage BibTeX Download ] 8409 views, 2150 downloads, 0 subscriptions

About: SALSA (Software lab for Advanced machine Learning with Stochastic Algorithms) is an implementation of the well-known stochastic algorithms for Machine Learning developed in the high-level technical computing language Julia. The SALSA software package is designed to address challenges in sparse linear modelling, linear and non-linear Support Vector Machines applied to large data samples with user-centric and user-friendly emphasis.

Changes:

Initial Announcement on mloss.org.


Showing Items 561-580 of 676 on page 29 of 34: First Previous 24 25 26 27 28 29 30 31 32 33 34 Next