mloss.org MLPACKhttp://mloss.orgUpdates and additions to MLPACKenSat, 09 Jun 2018 18:03:57 -0000MLPACK 3.0.2http://mloss.org/software/view/152/<html><p>mlpack is a fast, flexible C++ machine learning library. Its aim is to make large-scale machine learning possible for novice users by means of a simple, consistent API, while simultaneously exploiting C++ language features to provide maximum performance and maximum flexibility for expert users. mlpack also provides bindings to other languages. </p> <p>The following methods are provided: </p> <ul> <li> Approximate furthest neighbor search techniques </li> <li> Collaborative Filtering (with NMF) </li> <li> Decision Stumps </li> <li> DBSCAN </li> <li> Density Estimation Trees </li> <li> Euclidean Minimum Spanning Trees </li> <li> Fast Exact Max-Kernel Search (FastMKS) </li> <li> Gaussian Mixture Models (GMMs) </li> <li> Hidden Markov Models (HMMs) </li> <li> Hoeffding trees (streaming decision trees) </li> <li> Kernel Principal Components Analysis (KPCA) </li> <li> K-Means Clustering </li> <li> Least-Angle Regression (LARS/LASSO) </li> <li> Local Coordinate Coding </li> <li> Locality-Sensitive Hashing (LSH) </li> <li> Logistic regression </li> <li> Naive Bayes Classifier </li> <li> Neighborhood Components Analysis (NCA) </li> <li> Neural Networks (FFNs, CNNs, RNNs) </li> <li> Nonnegative Matrix Factorization (NMF) </li> <li> Perceptron </li> <li> Principal Components Analysis (PCA) </li> <li> QUIC-SVD </li> <li> RADICAL (ICA) </li> <li> Regularized SVD </li> <li> Rank-Approximate Nearest Neighbor (RANN) </li> <li> Simple Least-Squares Linear Regression (and Ridge Regression) </li> <li> Sparse Autoencoder </li> <li> Sparse Coding </li> <li> Tree-based Neighbor Search (all-k-nearest-neighbors, all-k-furthest-neighbors), using either kd-trees or cover trees </li> <li> Tree-based Range Search </li> <li> and also more not listed here </li> </ul> <p>Command-line executables are provided for each of these, and the C++ classes which define the methods are highly flexible, extensible, and modular. More information (including documentation, tutorials, and bug reports) is available at http://www.mlpack.org/. </p></html>Ryan Curtin, James Cline, Neil Slagle, Matthew Amidon, Ajinkya Kale, Bill March, Nishant Mehta, Parikshit Ram, Dongryeol Lee, Rajendran Mohan, Trironk Kiatkungwanglai, Patrick Mason, Marcus Edel, etc.Sat, 09 Jun 2018 18:03:57 -0000http://mloss.org/software/rss/comments/152http://mloss.org/software/view/152/gmmhmmmachine learningsparsedual treefastscalabletree<b>Comment by Eileen on 2009-02-13 12:13</b>http://mloss.org/comments/cr/14/152/#c238<p>having this problem when running fl-build-all</p> <p>/bin/sh: g++4: not found make: <em>*</em> [$FASTLIBPATH/bin/i686<em>Linux</em>fast<em>gcc4</em>-DDISABLE<em>DISK</em>MATRIX/obj/mlpack<em>allnn</em>main.o] Error 127</p> <p>and a whole lot of similar error</p> <p>Am i missing something?</p> EileenFri, 13 Feb 2009 12:13:23 -0000http://mloss.org/comments/cr/14/152/#c238<b>Comment by fastlab on 2009-02-14 03:55</b>http://mloss.org/comments/cr/14/152/#c241<p>You need to install gcc 4. Which platform are you running on?</p> fastlabSat, 14 Feb 2009 03:55:05 -0000http://mloss.org/comments/cr/14/152/#c241<b>Comment by Paul Rodriguez on 2010-12-21 21:38</b>http://mloss.org/comments/cr/14/152/#c643<p>Hi,</p> <p>I've set up the ccmake configuration options as appropriate but now I'm having trouble with the make command described below,</p> <p>thanks, Paul Rodriguez</p> <p>Using a santos linux, on an intel 64 bit processor, when I execute "make install" I get the following error regarding pthread_atfork:</p> <p>-- A library with BLAS API found. -- A library with BLAS API found. -- A library with LAPACK API found. -- Configuring done -- Generating done -- Build files have been written to: /users/sdsc/prodriguez/mlpack-0.2/fastlib/build [ 2%] Built target template<em>types [ 5%] Built target template</em>types<em>detect [ 17%] Built target base [ 20%] Built target col [ 23%] Built target file [ 30%] Built target fx [ 33%] Built target la [ 35%] Built target data [ 35%] Built target tree [ 43%] Built target math [ 46%] Built target par [ 87%] Built target fastlib [ 89%] Built target otrav</em>test [ 92%] Built target col<em>test [ 94%] Building CXX object fastlib/data/CMakeFiles/dataset</em>test.dir/dataset<em>test.cc.o Linking CXX executable dataset</em>test /rmount/usr<em>apps/compilers/intel/Compiler/11.1/038/lib/intel64/libguide.so: undefined reference to `pthread</em>atfork' collect2: ld returned 1 exit status make[2]: <strong>* [fastlib/data/dataset<em>test] Error 1 make[1]: *</strong> [fastlib/data/CMakeFiles/dataset</em>test.dir/all] Error 2 make: <em>*</em> [all] Error 2</p> Paul RodriguezTue, 21 Dec 2010 21:38:24 -0000http://mloss.org/comments/cr/14/152/#c643<b>Comment by Andreas Mueller on 2012-03-20 13:29</b>http://mloss.org/comments/cr/14/152/#c673<p>Two comments: 1) I have not found a way to contact the project on the project website. Having to come to mloss and logging in to contact the developers seems a bit weird.</p> <p>2) mlpack does not seems to build with armadilla in a non-standard location. After trying to feed cmake the correct pathes for a while I gave up and installed globally. In particular, setting the paths in the CMake configuration doesn't help much. Would be cool if you could fix that.</p> <p>Cheers, Andy</p> Andreas MuellerTue, 20 Mar 2012 13:29:07 -0000http://mloss.org/comments/cr/14/152/#c673<b>Comment by Ryan Curtin on 2012-03-20 20:22</b>http://mloss.org/comments/cr/14/152/#c674<p>Hello Andy,</p> <p>I've clarified www.mlpack.org a bit to note that the Trac site is where bugs can be filed.</p> <p>As for finding Armadillo, I have not had a problem doing the following (in this instance, I've got Armadillo 2.99.1 built in /home/ryan/src/armadillo-2.99.1/)</p> <p><code>build$ cmake -D ARMADILLO_INCLUDE_DIR=/home/ryan/src/armadillo-2.99.1/build/ -D ARMADILLO_LIBRARY=/home/ryan/src/armadillo-2.99.1/libarmadillo.so ../</code></p> <p>Did those two variables (ARMADILLO<em>INCLUDE</em>DIR and ARMADILLO_LIBRARY) not work for you? If you're still having problems (or have other problems) feel free to file a ticket at</p> <p>http://trac.research.cc.gatech.edu/fastlab/</p> Ryan CurtinTue, 20 Mar 2012 20:22:49 -0000http://mloss.org/comments/cr/14/152/#c674