You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How should I go about limiting the outputs of FeedForward to 0-1? I tried clamping the values in the function but I'm sure I'm losing data by doing so.
Thanks for the repo, by the way!
The text was updated successfully, but these errors were encountered:
How should I go about limiting the outputs of FeedForward to 0-1? I tried clamping the values in the function but I'm sure I'm losing data by doing so.
Thanks for the repo, by the way!
Thats what the Sigmoid Function does. It takes an Input from the Number Line and reduces it to a value between 0-1.
How should I go about limiting the outputs of FeedForward to 0-1? I tried clamping the values in the function but I'm sure I'm losing data by doing so.
Thanks for the repo, by the way!
The text was updated successfully, but these errors were encountered: