Skip to content

Commit

Permalink
Allows reading the bias value. #118
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopauloschuler committed Sep 1, 2023
1 parent 04a03d4 commit f6baf50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neural/neuralnetwork.pas
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ TNNetNeuron = class (TMObject)
procedure InitSELU(Value: TNeuralFloat = 1);

property Weights: TNNetVolume read FWeights;
property Bias: TNeuralFloat read FBiasWeight;
property BackInertia: TNNetVolume read FBackInertia;
property Delta: TNNetVolume read FDelta;
end;
Expand Down

0 comments on commit f6baf50

Please sign in to comment.