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

Numerical Underflow #1

Closed
codeBehindMe opened this issue Aug 12, 2020 · 1 comment
Closed

Numerical Underflow #1

codeBehindMe opened this issue Aug 12, 2020 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@codeBehindMe
Copy link
Owner

It seems that when the number iteration increases, and the learning rate and neighbourhood of influence is decaying, there is a chance that this decays to a point where NaNs are produced.

This obviously cases all weights to be come NaNs as well.

@codeBehindMe codeBehindMe added bug Something isn't working good first issue Good for newcomers labels Aug 12, 2020
@codeBehindMe
Copy link
Owner Author

Seems that since the fix #6 #5 the underflow hasn't been a problem even with large number of iterations.

Closing this for now, perhaps a feature can be raised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant