|
Neural
|
This is the complete list of members for Neural::Layer, including all inherited members.
| AsWeights() | Neural::Layer | |
| Backward_propagation(Eigen::MatrixXd output_error, float learning_rate)=0 | Neural::Layer | pure virtual |
| Forward_propagation(Eigen::MatrixXd input)=0 | Neural::Layer | pure virtual |
| m_as_weight | Neural::Layer | protected |
| m_input | Neural::Layer | protected |
| m_output | Neural::Layer | protected |
| toJSON()=0 | Neural::Layer | pure virtual |