mloss.org dlib mlhttp://mloss.orgUpdates and additions to dlib mlenFri, 18 May 2018 04:19:52 -0000dlib ml 19.11http://mloss.org/software/view/83/<html><p>A C++ toolkit containing machine learning algorithms and tools that facilitate creating complex software in C++ to solve real world problems. </p> <p>The library provides efficient implementations of the following algorithms: </p> <ul> <li> Deep neural networks </li> <li> support vector machines for classification, regression, and ranking </li> <li> reduced-rank methods for large-scale classification and regression.<br /> This includes an SVM implementation and a method for performing kernel ridge regression with efficient LOO cross-validation. </li> <li> multi-class SVM </li> <li> structural SVM (modes: single-threaded, multi-threaded, and fully distributed) </li> <li> sequence labeling using structured SVMs </li> <li> relevance vector machines for regression and classification </li> <li> reduced set approximation of SV decision surfaces </li> <li> online kernel RLS regression </li> <li> online kernelized centroid estimation/one class classifier </li> <li> online SVM classification </li> <li> kernel k-means clustering </li> <li> radial basis function networks </li> <li> kernelized recursive feature ranking </li> <li> Bayesian network inference using junction trees or MCMC </li> <li> General purpose unconstrained non-linear optimization algorithms using the conjugate gradient, BFGS, and L-BFGS techniques </li> <li> Levenberg-Marquardt for solving non-linear least squares problems </li> <li> A general purpose cutting plane optimizer. </li> </ul> <p>The library also comes with extensive documentation and example programs that walk the user through the use of these machine learning techniques.<br /> </p> <p>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. </p></html>Davis KingFri, 18 May 2018 04:19:52 -0000http://mloss.org/software/rss/comments/83http://mloss.org/software/view/83/svmclassificationclusteringregressionkernel methodsmatrix librarykkmeansoptimizationalgorithmsexact bayesian methodsapproximate inferencebayesian networksjunction tree