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 StirlingNumbers 1.0

by stefanwebb - December 9, 2013, 03:26:56 CET [ Project Homepage BibTeX Download ] 7182 views, 2091 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 Random Forests 5.1

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

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

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 ] 7930 views, 2082 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 MROGH 1.0

by openpr_nlpr - October 16, 2012, 04:41:51 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 10041 views, 2082 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 FsAlg 0.5.4

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

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

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 ] 7752 views, 2080 downloads, 0 subscriptions

About: A MATLAB toolbox for defining complex machine learning comparisons

Changes:

Initial Announcement on mloss.org.


Logo Recur 1

by douglasbagnall - June 16, 2015, 12:06:05 CET [ Project Homepage BibTeX Download ] 7363 views, 2066 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 Naive Bayes Classifier 1.0.0

by openpr_nlpr - December 2, 2011, 05:25:44 CET [ Project Homepage BibTeX Download ] 8901 views, 2065 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 Nonparametric Sparse Factor Analysis 1

by davidknowles - July 26, 2013, 01:02:02 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 8953 views, 2063 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 Blocks 0.1

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

About: A Theano framework for building and training neural networks

Changes:

Initial Announcement on mloss.org.


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 ] 9438 views, 2060 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 ] 5914 views, 2059 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 Machine Learning Support System MALSS 0.5.0

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

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

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 ] 10206 views, 2053 downloads, 0 subscriptions

About: Software for graph similarity search for massive graph databases

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 ] 9305 views, 2050 downloads, 0 subscriptions

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

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 ] 7689 views, 2049 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 SFPD 1

by zenog - September 21, 2011, 14:26:45 CET [ Project Homepage BibTeX Download ] 7663 views, 2042 downloads, 0 subscriptions

About: Survival forests: Random Forests variant for survival analysis. Original implementation by Leo Breiman.

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 ] 13375 views, 2040 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 The Choquet Kernel 1.00

by AliFall - February 11, 2014, 16:21:15 CET [ BibTeX BibTeX for corresponding Paper Download ] 7101 views, 2038 downloads, 0 subscriptions

About: The package computes the optimal parameters for the Choquet kernel

Changes:

Initial Announcement on mloss.org.


Logo r-cran-bnclassify 0.3.2

by r-cran-robot - May 1, 2016, 00:00:04 CET [ Project Homepage BibTeX Download ] 7647 views, 2037 downloads, 0 subscriptions

About: Learning Discrete Bayesian Network Classifiers from Data

Changes:

Fetched by r-cran-robot on 2016-05-01 00:00:04.546512


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