NumCpp is an implementation for C++ of the Numpy library of Python which is for work with multidimensional arrays widely used in Machine Learning .
Installation
In order to use NumCpp on your system it is necessary to clone and compile. Dependencies: CMake, Make and g++:
Testing and compiling a project
When you are developing with the library you can compile with these procedures. Example of a dummy project: my-project
:
Create a main.cpp
file:
vim main.cpp
Create CMakeLists.txt
vim CMakeLists.txt
Compile:
For more information access:
cpp
cppdaily
python
Marcos Oliveira
Software developer