UESMANN CPP
1.0
Reference implementation of UESMANN
|
Output blending network - only works with 2 h-levels, 0 and 1, and only with SGD. More...
#include "data.hpp"
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... | |
Output blending network - only works with 2 h-levels, 0 and 1, and only with SGD.
Definition in file obnet.hpp.