Neural
Neural::Fc_Layer Member List

This is the complete list of members for Neural::Fc_Layer, including all inherited members.

AsWeights()Neural::Layer
Backward_propagation(Eigen::MatrixXd output_error, float learning_rate)Neural::Fc_Layervirtual
Fc_Layer(int i, int j)Neural::Fc_Layer
Fc_Layer(Eigen::MatrixXd weights, Eigen::MatrixXd bias)Neural::Fc_Layer
Forward_propagation(Eigen::MatrixXd input)Neural::Fc_Layervirtual
GetBias()Neural::Fc_Layer
GetWeights()Neural::Fc_Layer
m_as_weightNeural::Layerprotected
m_biasNeural::Fc_Layerprotected
m_inputNeural::Layerprotected
m_outputNeural::Layerprotected
m_weightsNeural::Fc_Layerprotected
SetBias(Eigen::MatrixXd weights)Neural::Fc_Layer
SetWeights(Eigen::MatrixXd weights)Neural::Fc_Layer
toJSON()Neural::Fc_Layervirtual