Cpp ML Library  1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
Neuron Member List

This is the complete list of members for Neuron, including all inherited members.

calcHiddenGradients(const std::vector< Neuron > &nextLayer)Neuron
calcOutputGradients(double targetVal)Neuron
feedForward(const std::vector< Neuron > &prevLayer)Neuron
getOutputVal() constNeuron
Neuron(unsigned numOutputs, unsigned index)Neuron
setOutputVal(double val)Neuron
updateInputWeights(std::vector< Neuron > &prevLayer)Neuron