AIfES 2
2.0.0
|
Files | |
file | ailayer_dense.h [code] |
Base layer implementation of the Dense layer. | |
file | ailayer_elu.h [code] |
Base layer implementation of the ELU activation layer. | |
file | ailayer_input.h [code] |
Base layer implementation of the Input layer. | |
file | ailayer_leaky_relu.h [code] |
Base layer implementation of the Leaky ReLU activation layer. | |
file | ailayer_relu.h [code] |
Base layer implementation of the ReLU activation layer. | |
file | ailayer_sigmoid.h [code] |
Base layer implementation of the Sigmoid activation layer. | |
file | ailayer_softmax.h [code] |
Base layer implementation of the Softmax activation layer. | |
file | ailayer_softsign.h [code] |
Base layer implementation of the Softsign activation layer. | |
file | ailayer_tanh.h [code] |
Base layer implementation of the Tanh activation layer. | |
file | ailayer_template.h [code] |
[DEPRECATED] This file acts as a reference for new layer structures. Some of the shown functions are mandatory, some are optional. | |