openGPMP
Open Source Mathematics Package
|
#include "../linalg.hpp"
#include "../linalg/mtx_tmpl.hpp"
#include <cassert>
#include <fstream>
#include <random>
#include <stdio.h>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | gpmp::ml::neuron |
struct | gpmp::ml::layer |
class | gpmp::ml::PrimaryMLP |
Primary Multi-Layer Perceptron Class. More... | |
class | gpmp::ml::SecondaryMLP< T > |
Secondary Multi-Layer Perceptron Class making use of the Linear Algebra module. More... | |
Namespaces | |
gpmp | |
The source C++ openGPMP namespace. | |
gpmp::ml | |
Namespace for openGPMP Machine Learning. | |
Multi-Layer Perceptron Neural Networks containing a Primary and Secondary network
Definition in file mlp_net.hpp.