Cpp ML Library  1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
Public Attributes | List of all members
Connection Class Reference

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).
 

Detailed Description

Represents a connection between neurons with a weight and a change in weight.


The documentation for this class was generated from the following file: