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.
Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.