#include "Learn/BackpropNetwork.H"
#include "Image/CutPaste.H"
#include "Image/MathOps.H"
#include "Image/MatrixOps.H"
#include "Util/CpuTimer.H"
#include "Util/sformat.H"
#include "rutz/rand.h"
#include "rutz/trace.h"
#include <limits>
Go to the source code of this file.
Backpropagation neural network with one hidden layer
Definition in file BackpropNetwork.C.