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

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

backProp(const std::vector< double > &targetVals)NeuralNetwork
feedForward(const std::vector< double > &inputVals)NeuralNetwork
getRecentAverageError() constNeuralNetwork
getResults(std::vector< double > &resultVals) constNeuralNetwork
NeuralNetwork(const std::vector< unsigned > &topology)NeuralNetwork