14 #ifndef __MLPACK_METHODS_NN_MAXIMAL_INPUTS_HPP
15 #define __MLPACK_METHODS_NN_MAXIMAL_INPUTS_HPP
84 void MaximalInputs(
const arma::mat& parameters, arma::mat& output);
Linear algebra utility functions, generally performed on matrices or vectors.
void MaximalInputs(const arma::mat ¶meters, arma::mat &output)
Given a parameters matrix from an autoencoder, maximize the hidden units of the parameters, storing the maximal inputs in the given output matrix.
Include all of the base components required to write MLPACK methods, and the main MLPACK Doxygen docu...
void NormalizeColByMax(const arma::mat &input, arma::mat &output)
Normalize each column of the input matrix by its maximum value, if that maximum value is not zero...