mlpack is set of tools for machine learning written in C++, and designed to be scalable, fast, and extensible. mlpack has an easy-to-use API which enables novice users to implement machine learning.
Questions tagged [mlpack]
67 questions
0
votes
1 answer
Linking MLPACK, Armadillo and LAPACK/BLAS in Qt Creator Project in Windows 7
I am trying to integrate MLPACK with my project in Qt Creator (using MinGW as a compiler) and I keep getting linking errors related to LAPACK and Armadillo.
I compiled LAPACK and BLAS myself and run a test script and everything seems to be good…

Olap13
- 1
- 2
0
votes
2 answers
How to set Eclipse Library paths?
I am trying to get MLPack to work in Eclipse, but have some problems with including a header file.
I manage to read a header file in Eclipse
#include
This header file calls itself
#include .
I included in…

user3116431
- 293
- 1
- 10
-1
votes
1 answer
mlpack include file errors
Recently I am about to learn mlpack. Today I have successfully built the solution from mlpack source code, but when I newly create a project I get the following error in the header file. I would like to know what is wrong and how to fix…

shchyan
- 31
- 4
-1
votes
1 answer
How can I use mlpack in Cython?
I downloaded the source files, but I don't know how to combine it with Cython. Is there a Cython wrapper for mlpack?

NORTMP
- 27
- 4
-1
votes
1 answer
Would I be able to compile external libraries (opencv, mlpack) onto an MCU?
I am trying to run Logistic Regression on a MCU (anything similar to this board), and I would like to run C++ and compile my program with external libraries such as mlpack and opencv, would it be feasible to do that or do these boards have…

TPWang
- 1,322
- 4
- 20
- 39
-1
votes
2 answers
Linker Error: g++ 5.4 Ubuntu 16.04
The error I have is :
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI…

salander_lisbeth
- 33
- 10
-1
votes
3 answers
c++ return from template
I'm a bit new to generic programming with templates in C++ and have a question on how to return an object from a templated function. This is part of the neural network module of mlpack library. This is from the feedforward_network_test.cpp which can…

shaun
- 560
- 1
- 11
- 29