#include <shark/Data/Pgm.h>
#include <shark/Data/SparseData.h>
#include <shark/Models/LinearModel.h>
#include <shark/Models/ConcatenatedModel.h>
#include <shark/ObjectiveFunctions/ErrorFunction.h>
#include <shark/Algorithms/GradientDescent/Adam.h>
#include <shark/ObjectiveFunctions/Loss/SquaredLoss.h>
#include <shark/ObjectiveFunctions/Regularizer.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 13 of file AutoEncoderTutorial.cpp.
References shark::dataDimension(), shark::LabeledData< InputT, LabelT >::element(), shark::exportFiltersToPGMGrid(), shark::importSparseData(), shark::Adam::init(), shark::ErrorFunction::init(), shark::initRandomNormal(), shark::LabeledData< InputT, LabelT >::inputs(), shark::LabeledData< InputT, LabelT >::numberOfElements(), shark::ErrorFunction::numberOfVariables(), shark::ResultSet< SearchPointT, ResultT >::point, shark::ErrorFunction::setRegularizer(), shark::AbstractSingleObjectiveOptimizer< PointType >::solution(), shark::Adam::step(), and shark::ResultSet< SearchPointT, ResultT >::value.