MachineIntelligenceCore:NeuralNets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
LayerTypes.hpp
Go to the documentation of this file.
1 
23 #ifndef SRC_MLNN_LAYERTYPES_HPP_
24 #define SRC_MLNN_LAYERTYPES_HPP_
25 
26 // Activation functions - implemented as layers.
27 
29 
31 
33 
34 // Convolution-related layers.
35 
37 
39 
41 
43 
44 
45 // Cost functions - implemented as layers.
46 
48 
49 // Fully connected layers.
50 
52 
54 
55 // Regularisation layers.
56 
58 
60 
62 
63 // Experimental layers
64 
66 
67 #endif /* SRC_MLNN_LAYERTYPES_HPP_ */
: Alexis Asseman alexis.asseman@ibm.com, Tomasz Kornuta tkornut@us.ibm.com : May 30, 2017
: Tomasz Kornuta tkornut@us.ibm.com : May 16, 2017
: Tomasz Kornuta tkornut@us.ibm.com : May 16, 2017