Development in progress; not ready for prime-time yet! More...
#include <Learn/BackpropNetwork.H>
Public Member Functions | |
void | train (const Image< float > &X, const Image< float > &D, const int h, const float eta, const float alph, const int iters, double *Efinal, double *Cfinal) |
Image< float > | compute (const Image< float > &x) const |
Public Attributes | |
Image< float > | W |
Image< float > | V |
Development in progress; not ready for prime-time yet!
Definition at line 44 of file BackpropNetwork.H.