20 projects found that use c++ as the programming language.
Showing Items 101-120 of 204 on page 6 of 11: Previous 1 2 3 4 5 6 7 8 9 10 11 Next

Logo JMLR LWPR 1.2.4

by sklanke - February 6, 2012, 19:55:41 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 56753 views, 7361 downloads, 0 subscriptions

About: Locally Weighted Projection Regression (LWPR) is a recent algorithm that achieves nonlinear function approximation in high dimensional spaces with redundant and irrelevant input dimensions. At its [...]

Changes:

Version 1.2.4

  • Corrected typo in lwpr.c (wrong function name for multi-threaded helper function on Unix systems) Thanks to Jose Luis Rivero

Logo Graphical Models and Conditional Random Fields Toolbox 2

by jdomke - January 5, 2012, 15:38:20 CET [ Project Homepage BibTeX Download ] 8311 views, 1861 downloads, 0 subscriptions

About: This is a Matlab/C++ "toolbox" of code for learning and inference with graphical models. It is focused on parameter learning using marginalization in the high-treewidth setting.

Changes:

Initial Announcement on mloss.org.


Logo Kernel Machine Library 0.2

by pawelm - December 27, 2011, 17:14:01 CET [ Project Homepage BibTeX BibTeX for corresponding Paper ] 14899 views, 797 downloads, 0 subscriptions

About: The Kernel-Machine Library is a free (released under the LGPL) C++ library to promote the use of and progress of kernel machines.

Changes:

Updated mloss entry (minor fixes).


Logo Metropolis Hastings algorithm 1.0.0

by openpr_nlpr - December 2, 2011, 05:43:20 CET [ Project Homepage BibTeX Download ] 5722 views, 1491 downloads, 0 subscriptions

About: Metropolis-Hastings alogrithm is a Markov chain Monte Carlo method for obtaining a sequence of random samples from a probability distribution for which direct sampling is difficult. Thi sequence can be used to approximate the distribution.

Changes:

Initial Announcement on mloss.org.


Logo Naive Bayes EM Algorithm 1.0.0

by openpr_nlpr - December 2, 2011, 05:35:09 CET [ Project Homepage BibTeX Download ] 8153 views, 1877 downloads, 0 subscriptions

About: OpenPR-NBEM is an 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. OpenPR-NBEM uses the multinomial event model for representation. The maximum likelihood estimate is used for supervised learning, and the expectation-maximization estimate is used for semi-supervised and un-supervised learning.

Changes:

Initial Announcement on mloss.org.


Logo Local Binary Pattern 1.0.0

by openpr_nlpr - December 2, 2011, 05:33:44 CET [ Project Homepage BibTeX Download ] 6634 views, 1813 downloads, 0 subscriptions

About: This is a class to calculate histogram of LBP (local binary patterns) from an input image, histograms of LBP-TOP (local binary patterns on three orthogonal planes) from an image sequence, histogram of the rotation invariant VLBP (volume local binary patterns) or uniform rotation invariant VLBP from an image sequence.

Changes:

Initial Announcement on mloss.org.


Logo Perspective 3 Points Solver 1.0.0

by openpr_nlpr - December 2, 2011, 05:31:04 CET [ Project Homepage BibTeX Download ] 5395 views, 1549 downloads, 0 subscriptions

About: This is a implementation of the classic P3P(Perspective 3-Points) algorithm problem solution in the Ransac paper "M. A. Fischler, R. C. Bolles. Random Sample Consensus: A Paradigm for Model Fitting with Applications to Image Analysis and Automated Cartography. Comm. of the ACM, Vol 24, pp 381-395, 1981.". The algorithm gives the four probable solutions of the P3P problem in about 0.1ms, and can be used as input of the consequent RANSAC step. The codes needs the numerics library VNL which is a part of the widely used computer vision library VXL. One can download & install it from http://vxl.sourceforge.net/.

Changes:

Initial Announcement on mloss.org.


Logo CMatrix Class 1.0.0

by openpr_nlpr - December 2, 2011, 05:28:41 CET [ Project Homepage BibTeX Download ] 5638 views, 1505 downloads, 0 subscriptions

About: It's a C++ program for symmetric matrix diagonalization, inversion and principal component anlaysis(PCA). The matrix diagonalization function can also be applied to the computation of singular value decomposition (SVD), Fisher linear discriminant analysis (FLDA) and kernel PCA (KPCA) if forming the symmetric matrix appropriately.

Changes:

Initial Announcement on mloss.org.


Logo Linear Discriminant Function Classifier 1.0.0

by openpr_nlpr - December 2, 2011, 05:27:27 CET [ Project Homepage BibTeX Download ] 5328 views, 1415 downloads, 0 subscriptions

About: This program is a C++ implementation of Linear Discriminant Function Classifier. Discriminant functions such as perceptron criterion, cross entropy (CE) criterion, and least mean square (LMS) criterion (all for multi-class classification problems) are supported in it. The program uses a sparse-data structure to represent the feature vector to seek higher computational speed. Some other techniques such as online updating, weights averaging, gaussian prior regularization are also supported.

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 ] 7927 views, 1776 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 OpenCV Based Extended Kalman Filter Frame 1.0.0

by openpr_nlpr - December 2, 2011, 05:23:56 CET [ Project Homepage BibTeX Download ] 6604 views, 1626 downloads, 0 subscriptions

About: A simple and clear OpenCV based extended Kalman filter(EKF) abstract class implementation,absolutely following standard EKF equations. Special thanks to the open source project of KFilter1.3. It is easy to inherit it to implement a variable state and measurement EKF for computer vision and INS usages.

Changes:

Initial Announcement on mloss.org.


Logo Supervised Latent Semantic Indexing 1.0.0

by openpr_nlpr - December 2, 2011, 05:20:50 CET [ Project Homepage BibTeX Download ] 5274 views, 1434 downloads, 0 subscriptions

About: Supervised Latent Semantic Indexing(SLSI) is an supervised feature transformation method. The algorithms in this package are based on the iterative algorithm of Latent Semantic Indexing.

Changes:

Initial Announcement on mloss.org.


Logo SIFT Extractor 1.0.0

by openpr_nlpr - December 2, 2011, 05:18:35 CET [ Project Homepage BibTeX Download ] 5404 views, 1566 downloads, 0 subscriptions

About: This program is used to extract SIFT points from an image.

Changes:

Initial Announcement on mloss.org.


Logo Layer Based Dependency Parser 1.0.0

by openpr_nlpr - December 2, 2011, 04:51:23 CET [ Project Homepage BibTeX Download ] 5463 views, 1426 downloads, 0 subscriptions

About: LDPar is an efficient data-driven dependency parser. You can train your own parsing model on treebank data and parse new data using the induced model.

Changes:

Initial Announcement on mloss.org.


Logo Histograms of Oriented Gradients Feature Extraction 1.0.0

by openpr_nlpr - December 2, 2011, 04:48:45 CET [ Project Homepage BibTeX Download ] 6814 views, 1562 downloads, 0 subscriptions

About: This program is used to extract HOG(histograms of oriented gradients) features from images. The integral histogram is used for fast histogram extraction. Both APIs and binary utility are provided.

Changes:

Initial Announcement on mloss.org.


Logo Quasi Dense Matching 1.0.0

by openpr_nlpr - December 2, 2011, 04:44:19 CET [ Project Homepage BibTeX Download ] 5464 views, 1517 downloads, 0 subscriptions

About: This program is used to find point matches between two images. The procedure can be divided into two parts: 1) use SIFT matching algorithm to find sparse point matches between two images. 2) use "quasi-dense propagation" algorithm to get "quasi-dense" point matches.

Changes:

Initial Announcement on mloss.org.


Logo Probabilistic Latent Semantic Indexing 1.0.0

by openpr_nlpr - December 2, 2011, 04:42:02 CET [ Project Homepage BibTeX Download ] 5124 views, 1525 downloads, 0 subscriptions

About: Hofmann, T. 1999. Probabilistic latent semantic indexing. In Proceedings of the 22nd ACM-SIGIR International Conference on Research and Development in Information Retrieval (Berkeley,Calif.), ACM, New York, 50–57.

Changes:

Initial Announcement on mloss.org.


Logo Scilab Pattern Recognition Toolbox 0.0.2

by openpr_nlpr - December 2, 2011, 04:27:49 CET [ Project Homepage BibTeX Download ] 5655 views, 1421 downloads, 0 subscriptions

About: Scilab Pattern Recognition Toolbox is a toolbox developed for Scilab software, and is used in pattern recognition, machine learning and the related field. It is developed for the purpose of education and research.

Changes:

Initial Announcement on mloss.org.


Logo GraphLab v1-1908

by dannybickson - November 22, 2011, 12:50:00 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 17156 views, 3039 downloads, 0 subscriptions

About: Multicore/distributed large scale machine learning framework.

Changes:

Update version.


Logo SGD 2.0

by leonbottou - October 11, 2011, 20:59:41 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 24288 views, 3870 downloads, 0 subscriptions

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

About: The SGD-2.0 package contains implementations of the SGD and ASGD algorithms for linear SVMs and linear CRFs.

Changes:

Version 2.0 features ASGD.


Showing Items 101-120 of 204 on page 6 of 11: Previous 1 2 3 4 5 6 7 8 9 10 11 Next