Cpp ML Library
1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
|
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() const | Neuron | |
Neuron(unsigned numOutputs, unsigned index) | Neuron | |
setOutputVal(double val) | Neuron | |
updateInputWeights(std::vector< Neuron > &prevLayer) | Neuron |