12#ifndef MLPACK_METHODS_NN_MAXIMAL_INPUTS_HPP
13#define MLPACK_METHODS_NN_MAXIMAL_INPUTS_HPP
void MaximalInputs(const arma::mat ¶meters, arma::mat &output)
Given a parameters matrix from an autoencoder, maximize the hidden units of the parameters,...
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.
Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.