Neural
Neural::Conv_Layer Member List

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

AsWeights()Neural::Layer
Backward_propagation(Eigen::MatrixXd output_error, float learning_rate)Neural::Conv_Layervirtual
Conv_Layer(std::tuple< int, int, int > dimensions, std::tuple< int, int, int > filter, int stride, int padding)Neural::Conv_Layer
Forward_propagation(Eigen::MatrixXd input)Neural::Conv_Layervirtual
GetBias()Neural::Conv_Layer
GetWeights()Neural::Conv_Layer
Init_filters(int dim, int nb)Neural::Conv_Layer
m_as_weightNeural::Layerprotected
m_biasNeural::Conv_Layerprotected
m_depthNeural::Conv_Layerprotected
m_filterNeural::Conv_Layerprotected
m_filter_sizeNeural::Conv_Layerprotected
m_heightNeural::Conv_Layerprotected
m_inputNeural::Layerprotected
m_nb_filtersNeural::Conv_Layerprotected
m_outputNeural::Layerprotected
m_paddingNeural::Conv_Layerprotected
m_strideNeural::Conv_Layerprotected
m_weightsNeural::Conv_Layerprotected
m_widthNeural::Conv_Layerprotected
toJSON()Neural::Conv_Layervirtual