UESMANN CPP  1.0
Reference implementation of UESMANN
Classes
/home/travis/build/jimfinnis/uesmanncpp/bpnet.hpp File Reference

This implements a plain backprop network. More...

#include "net.hpp"
Include dependency graph for bpnet.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

This implements a plain backprop network.

Definition in file bpnet.hpp.