Update templates
This commit is contained in:
parent
55b9e2523c
commit
b0ca171973
34 changed files with 536 additions and 707 deletions
|
@ -21,31 +21,25 @@
|
|||
</head>
|
||||
<body>
|
||||
<article>
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<nav>
|
||||
<a href="../">Home</a>
|
||||
<a href="../projects.html">Projects</a>
|
||||
<a href="../archive.html">Archive</a>
|
||||
<a href="../contact.html">Contact</a>
|
||||
</nav>
|
||||
<a href="../archive.html">Posts</a>
|
||||
<a href="../projects.html">Projects</a>
|
||||
<a href="../contact.html">Contact</a>
|
||||
</nav>
|
||||
|
||||
<h1 class="title">Reading notes: Hierarchical Optimal Transport for Document Representation</h1>
|
||||
|
||||
|
||||
<p class="byline">April 5, 2020</p>
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<section class="header">
|
||||
|
||||
</section>
|
||||
<section>
|
||||
<div id="toc"><h2>Table of Contents</h2><ul>
|
||||
<h1 class="title">Reading notes: Hierarchical Optimal Transport for Document Representation</h1>
|
||||
|
||||
|
||||
<p class="byline">April 5, 2020</p>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div id="toc"><h2>Table of Contents</h2><ul>
|
||||
<li><a href="#introduction-and-motivation">Introduction and motivation</a></li>
|
||||
<li><a href="#background-optimal-transport">Background: optimal transport</a></li>
|
||||
<li><a href="#hierarchical-optimal-transport">Hierarchical optimal transport</a></li>
|
||||
|
@ -131,10 +125,11 @@ W_1(p, q) = \min_{P \in \mathbb{R}_+^{n\times m}} \sum_{i,j} C_{i,j} P_{i,j}
|
|||
<p>Yurochkin, Mikhail, Sebastian Claici, Edward Chien, Farzaneh Mirzazadeh, and Justin M Solomon. 2019. “Hierarchical Optimal Transport for Document Representation.” In <em>Advances in Neural Information Processing Systems 32</em>, 1599–1609. <a href="http://papers.nips.cc/paper/8438-hierarchical-optimal-transport-for-document-representation.pdf">http://papers.nips.cc/paper/8438-hierarchical-optimal-transport-for-document-representation.pdf</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<footer>
|
||||
Site proudly generated by
|
||||
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue