Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit outputs to a range of 0 to 1? #3

Open
nikescar1 opened this issue Jun 14, 2021 · 1 comment
Open

Limit outputs to a range of 0 to 1? #3

nikescar1 opened this issue Jun 14, 2021 · 1 comment

Comments

@nikescar1
Copy link

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!

@CreamsodaCodes
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants