From a8acfc31d3b4fd478ccb8f367549d5ebabca0d5c Mon Sep 17 00:00:00 2001 From: aboisbunon Date: Mon, 24 Aug 2020 15:58:29 +0200 Subject: [WIP] add introductory example of OT, EMD and Sinkhorn (#191) * add introductory example of OT, EMD and Sinkhorn * improve figure and try complying with pep8 * autopep8 * change markdown elements to rst * try solving issue with images * fix issue with images * add a section on varying the sinkhorn hyperparameter * add Sinkhorn algorithm and discussion for comparison between EMD and Sinkhorn * autopep8 again * add subsections and modify figure sizes/shapes * fix bug with print * correct some typos * remove computational time comparison * autopep8 again... Co-authored-by: Aurelie Boisbunon --- docs/source/auto_examples/images/sinkhorn.png | Bin 0 -> 37204 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/source/auto_examples/images/sinkhorn.png (limited to 'docs/source/auto_examples/images/sinkhorn.png') diff --git a/docs/source/auto_examples/images/sinkhorn.png b/docs/source/auto_examples/images/sinkhorn.png new file mode 100644 index 0000000..e003e13 Binary files /dev/null and b/docs/source/auto_examples/images/sinkhorn.png differ -- cgit v1.2.3