|
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 NeuralNetwork, including all inherited members.
| backProp(const std::vector< double > &targetVals) | NeuralNetwork | |
| feedForward(const std::vector< double > &inputVals) | NeuralNetwork | |
| getRecentAverageError() const | NeuralNetwork | |
| getResults(std::vector< double > &resultVals) const | NeuralNetwork | |
| NeuralNetwork(const std::vector< unsigned > &topology) | NeuralNetwork |