sinkhorn-knopp
There are 5 repositories under sinkhorn-knopp topic.
PythonOT/POT
POT : Python Optimal Transport
nayeemrizve/TRSSL
"Towards Realistic Semi-Supervised Learning" by Mamshad Nayeem Rizve, Navid Kardan, Mubarak Shah (ECCV 2022)
kachark/rust-optimal-transport
Rust Optimal Transport solvers
hrshtv/CTreeOT
[ICML 2023] Official code for our paper: 'Conditional Tree Matching for Inference-Time Adaptation of Tree Prediction Models'
OnurArdaB/Sinkhorn-Knoop-Scaling
A simple iterative method to approach the double stochastic matrix is to alternately rescale all rows and all columns of A to sum to 1. Both CPU and GPU parallelism is exploited.