13 #ifndef MLPACK_TESTS_CUSTOM_LAYER_HPP
14 #define MLPACK_TESTS_CUSTOM_LAYER_HPP
26 class ActivationFunction = LogisticFunction,
27 typename InputDataType = arma::mat,
28 typename OutputDataType = arma::mat
31 ActivationFunction, InputDataType, OutputDataType>;
36 #endif // MLPACK_TESTS_CUSTOM_LAYER_HPP
BaseLayer< ActivationFunction, InputDataType, OutputDataType > CustomLayer
Standard Sigmoid layer.
The core includes that mlpack expects; standard C++ includes and Armadillo.