Neural
network.h File Reference

This class allows to create the root structure of the network. More...

#include <iostream>
#include <stdlib.h>
#include <eigen3/Eigen/Dense>
#include <vector>
#include <string>
#include <chrono>
#include <fstream>
#include <jsoncpp/json/json.h>
#include <jsoncpp/json/writer.h>
#include <sciplot/sciplot.hpp>
#include <omp.h>
#include <thread>
#include "layers/layer.h"
#include "layers/fc_layer.h"
#include "layers/activation_layer.h"
#include "loss.h"
Include dependency graph for network.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Neural::Network
 

Namespaces

 Neural
 

Detailed Description

This class allows to create the root structure of the network.

Author
Brugie Nicolas nicol.nosp@m.asbr.nosp@m.ugie@.nosp@m.gmai.nosp@m.l.com