MachineIntelligenceCore:NeuralNets
|
#include <opengl/application/OpenGLContinuousLearningApplication.hpp>
#include <opengl/visualization/WindowMatrix2D.hpp>
#include <opengl/visualization/WindowProbability.hpp>
#include <opengl/visualization/WindowCollectorChart.hpp>
#include <importers/MNISTPatchImporter.hpp>
#include <mlnn/BackpropagationNeuralNetwork.hpp>
#include <encoders/MatrixXfMatrixXfEncoder.hpp>
#include <encoders/UIntMatrixXfEncoder.hpp>
Go to the source code of this file.
Classes | |
class | mic::applications::MNISTPatchSoftmaxApplication |
Class implementing a simple MNIST patch softmax classification with multi-layer neural net - imported from previously loaded auto-encoder net and adds softmax layer "at the top". More... | |
Namespaces | |
mic | |
mic::applications | |