This is an implementation of a multilayer perceptron in C++. We used the Eigen Library based on C++ to implement the matrix operationes.
For every project we need a team to be able to achieve our goals. The team members for this project are:
Instructions:
-
You need to download the eigen package. Below you will find some commands to download it.
- git clone https://gitlab.com/libeigen/eigen.git
- cp -r eigen/Eigen .
-
Use the main.cpp file