Add post on OR

This commit is contained in:
Dimitri Lozeve 2020-04-08 17:40:56 +02:00
parent 02f4a537bd
commit ebff8c5361
6 changed files with 236 additions and 0 deletions

View file

@ -64,6 +64,52 @@
<guid>https://www.lozeve.com/posts/iclr-2020-notes.html</guid>
<dc:creator>Dimitri Lozeve</dc:creator>
</item>
<item>
<title>Operations Research and Optimisation: where to start?</title>
<link>https://www.lozeve.com/posts/operations-research-references.html</link>
<description><![CDATA[<article>
<section class="header">
</section>
<section>
<p><a href="https://en.wikipedia.org/wiki/Operations_research">Operations research</a> (OR) is a vast area comprising a lot of theory, different branches of mathematics, and too many applications to count. In this post, I will try to explain why I find it so fascinating, but also why it can be a little disconcerting to explore at first. Then I will try to ease the newcomers path in this rich area, by suggesting a very rough “map” of the field and a few references to get started.</p>
<p>Keep in mind that although I studied it during my graduate studies, this is not my primary area of expertise (Im a data scientist by trade), and I definitely dont pretend to know everything in OR. This is a field too vast for any single person to understand in its entirety, and I talk mostly from a “amateur mathematician and computer scientist” standpoint.</p>
<h1 id="why-is-it-hard-to-approach">Why is it hard to approach?</h1>
<ul>
<li>why it may be more difficult to approach than other, more recent areas like ML and DL
<ul>
<li>slightly longer history</li>
<li>always very close to applications: somehow more “messy” in its notations, vocabulary, standard references, etc, as other “purer” fields of maths (similar to stats in this regard)</li>
<li>often approached from a applied point of view means that many very different concepts are often mixed together</li>
</ul></li>
<li>why it is interesting and you should pursue it anyway
<ul>
<li>history of the field</li>
<li>examples of applications</li>
<li>theory perspective, rigorous field</li>
</ul></li>
<li>different subfields
<ul>
<li>optimisation: constrained and unconstrained</li>
<li>game theory</li>
<li>dynamic programming</li>
<li>stochastic processes</li>
<li>simulation</li>
</ul></li>
<li>how to learn and practice
<ul>
<li>references</li>
<li>courses</li>
<li>computational assets</li>
</ul></li>
</ul>
</section>
</article>
]]></description>
<pubDate>Wed, 08 Apr 2020 00:00:00 UT</pubDate>
<guid>https://www.lozeve.com/posts/operations-research-references.html</guid>
<dc:creator>Dimitri Lozeve</dc:creator>
</item>
<item>
<title>Reading notes: Hierarchical Optimal Transport for Document Representation</title>
<link>https://www.lozeve.com/posts/hierarchical-optimal-transport-for-document-classification.html</link>