1 #ifndef OPENANN_LAYERS_LOCAL_RESPONSE_NORMALIZATION_H_
2 #define OPENANN_LAYERS_LOCAL_RESPONSE_NORMALIZATION_H_
43 int I, fm, rows, cols;
50 Eigen::MatrixXd denoms;
59 std::vector<double*>& parameterDerivativePointers);
63 bool dropout,
double*
error = 0);
64 virtual void backpropagate(Eigen::MatrixXd* ein, Eigen::MatrixXd*& eout,
65 bool backpropToPrevious);
72 #endif // OPENANN_LAYERS_LOCAL_RESPONSE_NORMALIZATION_H_