Machine learning algorithms in C++
Data Structures | Typedefs
MLP.hpp File Reference
#include <vector>
#include <chrono>
#include <iostream>
#include "../include/matrix/Matrix.hpp"
#include "../include/mersenne_twister/MersenneTwister.hpp"
#include "Timer.hpp"
Include dependency graph for MLP.hpp:

Go to the source code of this file.

Data Structures

class  MLP
 Multi-layer perceptron. More...
 

Typedefs

using myClock = chrono::high_resolution_clock
 

Typedef Documentation

◆ myClock

using myClock = chrono::high_resolution_clock

Definition at line 18 of file MLP.hpp.