1 #ifndef OPENANN_LAYERS_COMPRESSED_H_
2 #define OPENANN_LAYERS_COMPRESSED_H_
43 Eigen::MatrixXd alpha;
44 Eigen::MatrixXd alphad;
49 Eigen::MatrixXd deltas;
55 const std::string& compression,
double stdDev,
58 std::vector<double*>& parameterDerivativePointers);
62 bool dropout,
double*
error = 0);
63 virtual void backpropagate(Eigen::MatrixXd* ein, Eigen::MatrixXd*& eout,
64 bool backpropToPrevious);
71 #endif // OPENANN_LAYERS_COMPRESSED_H_