UESMANN CPP
1.0
Reference implementation of UESMANN
|
This implements a plain backprop network. More...
#include "net.hpp"
Go to the source code of this file.
Classes | |
class | BPNet |
The "basic" back-propagation network using a logistic sigmoid, as described by Rumelhart, Hinton and Williams (and many others). This class is used by output blending and h-as-input networks. More... | |
This implements a plain backprop network.
Definition in file bpnet.hpp.