|
OpenNN
Open-source neural networks library
|
#include "neural_network.h"Go to the source code of this file.
Classes | |
| class | opennn::ApproximationNetwork |
| Factory neural network preconfigured for regression / function approximation. More... | |
| class | opennn::ClassificationNetwork |
| Factory neural network preconfigured for tabular classification. More... | |
| class | opennn::ForecastingNetwork |
| Factory neural network preconfigured for time-series forecasting. More... | |
| class | opennn::AutoAssociationNetwork |
| Factory neural network preconfigured for auto-association (anomaly detection). More... | |
| class | opennn::ImageClassificationNetwork |
| Factory convolutional neural network preconfigured for image classification. More... | |
| class | opennn::SimpleResNet |
| Factory residual neural network with a configurable number of blocks per stage. More... | |
| class | opennn::VGG16 |
| Factory neural network reproducing the VGG-16 architecture. More... | |
| class | opennn::TextClassificationNetwork |
| Factory neural network preconfigured for text classification. More... | |
| class | opennn::Transformer |
| Factory encoder-decoder Transformer neural network for sequence-to-sequence tasks. More... | |
Namespaces | |
| namespace | opennn |