sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

761
active users

Fabrizio Musacchio

The distance 📐, aka Earth Mover’s Distance (), provides a robust and insightful approach for comparing 📊. I’ve composed a tutorial 🐍 that explains the problem required to calculate EMD. It also shows how to solve the OT problem and calculate the EMD using the Python Optimal Transport (POT) library. Feel free to use and share it 🤗

🌎 fabriziomusacchio.com/blog/202

Calculating the distance () 📈 can be computational costly when using . The algorithm provides a computationally efficient method for approximating the EMD, making it a practical choice for many applications, especially for large datasets 💫. Here is another tutorial, showing how to solve problem using the Sinkhorn algorithm in 🐍

🌎 fabriziomusacchio.com/blog/202