Get the last weights of the neuron
[Visual Basic]Public ReadOnly Property Last_W As Single()
[C#]public float[] Last_W {get;}
Neuron Class | Neuron Members | NeuralNetwork Namespace