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

Fix: Jensen Shannon square roots (#233) #234

Merged
merged 10 commits into from
Nov 18, 2024
Merged

Fix: Jensen Shannon square roots (#233) #234

merged 10 commits into from
Nov 18, 2024

Conversation

ashvardanian
Copy link
Owner

Closes #207

GoWind and others added 10 commits November 17, 2024 14:18
Closes #207 

The Jensen-Shannon measure implementation in SimSIMD is different 
from the implementation in SciPy. It turns out that a scaling factor of 0.5 
was missed and this fix seems to match the example provided in SciPy.

---------

Co-authored-by: Ash Vardanian <1983160+ashvardanian@users.noreply.github.com>
@ashvardanian ashvardanian merged commit 6e19cd8 into main Nov 18, 2024
39 checks passed
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

Successfully merging this pull request may close these issues.

Fix Jensen-Shannon with square roots
2 participants