#include <shark/Data/Dataset.h>
#include <shark/Data/DataDistribution.h>
#include <shark/Models/FFNet.h>
#include <shark/Algorithms/GradientDescent/Rprop.h>
#include <shark/ObjectiveFunctions/ErrorFunction.h>
#include <shark/ObjectiveFunctions/Loss/CrossEntropy.h>
#include <shark/ObjectiveFunctions/Loss/ZeroOneLoss.h>
Go to the source code of this file.
Functions | |
int | main () |
int main | ( | ) |
Definition at line 32 of file FFNNMultiClassCrossEntropy.cpp.
References shark::ZeroOneLoss< unsigned int, RealVector >::eval(), shark::ErrorFunction::init(), shark::IRpropPlus::init(), shark::initRandomUniform(), shark::inputDimension(), shark::LabeledData< InputT, LabelT >::inputs(), shark::LabeledData< InputT, LabelT >::labels(), shark::numberOfClasses(), shark::ResultSet< SearchPointT, ResultT >::point, shark::AbstractSingleObjectiveOptimizer< PointType >::solution(), and shark::IRpropPlus::step().