12 #ifndef MLPACK_METHODS_ANN_LAYER_CONCAT_PERFORMANCE_HPP 13 #define MLPACK_METHODS_ANN_LAYER_CONCAT_PERFORMANCE_HPP 17 #include <boost/ptr_container/ptr_vector.hpp> 35 typename OutputLayerType = NegativeLogLikelihood<>,
36 typename InputDataType = arma::mat,
37 typename OutputDataType = arma::mat
58 double Forward(
const arma::Mat<eT>&& input, arma::Mat<eT>&& target);
71 void Backward(
const arma::Mat<eT>&& input,
72 const arma::Mat<eT>&& target,
73 arma::Mat<eT>&& output);
93 template<
typename Archive>
94 void Serialize(Archive& ,
const unsigned int );
117 #include "concat_performance_impl.hpp"
Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.