-
- Description:
A C++ toolkit containing machine learning algorithms and tools that facilitate creating complex software in C++ to solve real world problems.
The library provides efficient implementations of the following algorithms:
- support vector machines for classification and regression
-
reduced-rank methods for large-scale classification and regression.
This includes an SVM implementation and a method for performing kernel ridge regression with efficient LOO cross-validation. - relevance vector machines for regression and classification
- reduced set approximation of SV decision surfaces
- online kernel RLS regression
- online kernelized centroid estimation/one class classifier
- online SVM classification
- kernel k-means clustering
- radial basis function networks
- kernelized recursive feature ranking
- Bayesian network inference using junction trees or MCMC
- General purpose unconstrained non-linear optimization algorithms using the conjugate gradient, BFGS, and L-BFGS techniques
- Levenberg-Marquardt for solving non-linear least squares problem
The library also comes with extensive documentation and example programs that walk the user through the use of these machine learning techniques.
Finally, dlib includes a fast matrix library that lets the user use a simple Matlab like syntax. It is also capable of using BLAS and LAPACK libraries such as ATLAS or the Intel MKL when available. Additionally, the use of BLAS and LAPACK is transparent to the user, that is, the dlib matrix object uses BLAS and LAPACK internally to optimize various operations while still allowing the user to use a simple MATLAB like syntax.
- Changes to previous version:
This release includes new interfaces to the quadratic program solvers as well as implementations of C-SVM, epsilon-insensitive support vector regression, and one-class SVM algorithms. Additionally, general purpose tools for creating one-vs-one and one-vs-all multiclass classifiers have been added.
- BibTeX Entry: Download
- Corresponding Paper BibTeX Entry: Download
- Supported Operating Systems: Linux, Macosx, Windows, Unix, Solaris
- Data Formats: Svmlight, Binary
- Tags: Svm, Classification, Clustering, Regression, Kernel Methods, Matrix Library, Kkmeans, Optimization, Algorithms, Exact Bayesian Methods, Approximate Inference, Bayesian Networks, Junction Tree
- Archive: download here
Comments
No one has posted any comments yet. Perhaps you'd like to be the first?
Leave a comment
You must be logged in to post comments.