1 #ifndef OPENANN_LAYERS_INPUT_H_
2 #define OPENANN_LAYERS_INPUT_H_
17 int J, dim1, dim2, dim3;
21 Input(
int dim1,
int dim2,
int dim3);
23 std::vector<double*>& parameterDerivativePointers);
27 bool dropout,
double*
error = 0);
28 virtual void backpropagate(Eigen::MatrixXd* ein, Eigen::MatrixXd*& eout,
29 bool backpropToPrevious);
36 #endif // OPENANN_LAYERS_INPUT_H_