Neural
|
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"
Go to the source code of this file.
Classes | |
class | Neural::Network |
Namespaces | |
Neural | |
This class allows to create the root structure of the network.