Skip to content

This is an implementation of a multilayer perceptron in C++. We used the Eigen Library based on C++ to implement the matrix operationes.

License

Notifications You must be signed in to change notification settings

JRebosio/MultiLayerPerceptron_CPP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiLayerPerceptron_CPP

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:

  1. You need to download the eigen package. Below you will find some commands to download it.

    1. git clone https://gitlab.com/libeigen/eigen.git
    2. cp -r eigen/Eigen .
  2. Use the main.cpp file

About

This is an implementation of a multilayer perceptron in C++. We used the Eigen Library based on C++ to implement the matrix operationes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 100.0%