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

Output blending network - only works with 2 h-levels, 0 and 1, and only with SGD. More...

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

Go to the source code of this file.

Classes

class  OutputBlendingNet
 A modulatory network architecture which uses two plain backprop networks, each of which is trained separately. When the network is run, each subnetwork is run and the output generated by interpolating between the subnet outputs. More...
 

Detailed Description

Output blending network - only works with 2 h-levels, 0 and 1, and only with SGD.

Definition in file obnet.hpp.