UESMANN CPP  1.0
Reference implementation of UESMANN
/home/travis/build/jimfinnis/uesmanncpp/netType.hpp
Go to the documentation of this file.
1 
7 #ifndef __NETTYPE_HPP
8 #define __NETTYPE_HPP
9 
15 enum class NetType {
16  PLAIN=1000,
18  HINPUT,
19  UESMANN,
20 
21  MAX = PLAIN
22 };
23 
24 
25 #endif /* __NETTYPE_HPP */
NetType
The different types of network - each has an associated integer for saving/loading file data...
Definition: netType.hpp:15
output blending
plain back-propagation
UESMANN.
h-as-input