|
Cpp ML Library
1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
|
Represents a connection between neurons with a weight and a change in weight. More...
#include <NeuralNetwork.hpp>
Public Attributes | |
| double | weight |
| The weight of the connection. | |
| double | deltaWeight |
| The change in weight (for momentum). | |
Represents a connection between neurons with a weight and a change in weight.