#include <shark/Models/FFNet.h>
#include <shark/Algorithms/GradientDescent/Rprop.h>
#include <shark/ObjectiveFunctions/Loss/CrossEntropy.h>
#include <shark/ObjectiveFunctions/ErrorFunction.h>
#include <shark/ObjectiveFunctions/Loss/ZeroOneLoss.h>
#include <shark/Models/Softmax.h>
#include <shark/Models/ConcatenatedModel.h>
Go to the source code of this file.
Functions | |
LabeledData< RealVector, unsigned int > | xorProblem () |
int | main () |
int main | ( | ) |
Definition at line 33 of file FFNNBasicTutorial.cpp.
References shark::LabeledData< InputT, LabelT >::element(), shark::ZeroOneLoss< unsigned int, RealVector >::eval(), shark::IRpropPlus::init(), shark::initRandomUniform(), shark::LabeledData< InputT, LabelT >::inputs(), shark::LabeledData< InputT, LabelT >::labels(), shark::FFNetStructures::Normal, shark::ResultSet< SearchPointT, ResultT >::point, shark::FFNet< HiddenNeuron, OutputNeuron >::setParameterVector(), shark::FFNet< HiddenNeuron, OutputNeuron >::setStructure(), shark::AbstractSingleObjectiveOptimizer< PointType >::solution(), shark::IRpropPlus::step(), and xorProblem().
LabeledData<RealVector,unsigned int> xorProblem | ( | ) |
Definition at line 15 of file FFNNBasicTutorial.cpp.
References shark::createLabeledDataFromRange().
Referenced by main().