<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Guillaume Couairon</title>
    <link>https://phazcode.gitlab.io</link>
    <description>Portfolio Website.</description>
    <pubDate>Tue, 28 Aug 2018 10:18:00 +0000</pubDate>
    <item>
      <title>Protein Design with Variational Auto Encoders</title>
      <link>https://phazcode.gitlab.io/pasteur/</link>
      <description>&lt;style&gt;
body{font-size: 1.6rem;
line-height: 1.6em;}
&lt;/style&gt;
&lt;body for=&quot;html-export&quot;&gt;
  &lt;div class=&quot;mume markdown-preview   &quot;&gt;
  &lt;h2 class=&quot;mume-header&quot; id=&quot;abstract&quot;&gt;Abstract&lt;/h2&gt;

</description>
      <pubDate>Tue, 28 Aug 2018 10:18:00 +0000</pubDate>
      <dc:date>2018-08-28T10:18:00+00:00</dc:date>
    </item>
    <item>
      <title>TrackMaster - Reinforcement Learning for Race Cars</title>
      <link>https://phazcode.gitlab.io/trackmaster/</link>
      <description>&lt;body for=&quot;html-export&quot;&gt;
  &lt;div class=&quot;mume markdown-preview   &quot;&gt;
  &lt;p&gt;The work presented here is a school project with &lt;a href=&quot;https://github.com/Thomas0Gilles&quot;&gt;Thomas Gilles&lt;/a&gt;, for a course on Reinforcement Learning &lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;. We present a new Reinforcement Learning environment, TrackEnv, to teach cars how to drive. We then use this environment to compare the performances of several Reinforcement Learning Agents : &lt;em&gt;SARSA&lt;/em&gt;, Q-learning and deep Q-Learning.&lt;/p&gt;
&lt;h2 class=&quot;mume-header&quot; id=&quot;introduction&quot;&gt;Introduction&lt;/h2&gt;

</description>
      <pubDate>Sun, 25 Mar 2018 00:00:00 +0000</pubDate>
      <dc:date>2018-03-25T00:00:00+00:00</dc:date>
    </item>
    <item>
      <title>Robust Frank-Wolfe Algorithm for Minimum Enclosing Bregman Balls</title>
      <link>https://phazcode.gitlab.io/fw/</link>
      <description>&lt;body for=&quot;html-export&quot;&gt;
  &lt;div class=&quot;mume markdown-preview   &quot;&gt;
  &lt;p&gt;&lt;em&gt;This post gathers theoretical convergence &amp;amp; complexity results on the Frank-Wolfe algorithm extended to Bregman divergences (instead of euclidian distance) and made robust to outliers. It is the result of a collaboration with Amaury Sabran, supervised by Pr Frank Nielsen (LIX).&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;We propose a robust algorithm to approximate the slack minimum enclosing ball problem for a broad class of distance functions called Bregman Divergences.&lt;br&gt;
The slack minimum enclosing ball problem is a convex relaxation of the minimum enclosing ball problem that allows outliers. Bregman divergences include not only the traditional (squared) Euclidean distance but also various divergence measures based on entropic functions. We apply this algorithm to the case of Euclidean MEB, MEB in a Reproducing Kernel Hilbert Space and MEB on the probability simplex with KL-divergences.&lt;/p&gt;
&lt;h3 class=&quot;mume-header&quot; id=&quot;introduction&quot;&gt;Introduction&lt;/h3&gt;

</description>
      <pubDate>Thu, 01 Mar 2018 00:00:00 +0000</pubDate>
      <dc:date>2018-03-01T00:00:00+00:00</dc:date>
    </item>
    <item>
      <title>Kernelized Minimum Enclosing Balls for Machine Learning</title>
      <link>https://phazcode.gitlab.io/meb/</link>
      <description>&lt;body for=&quot;html-export&quot;&gt;
  &lt;div class=&quot;mume markdown-preview   &quot;&gt;
  &lt;p&gt;In this post, we are going to talk about a very famous problem in computational geometry: the Minimum Enclosing Ball (&lt;em&gt;MEB&lt;/em&gt;) problem, which consists in finding the ball that contains a given set of points with minimum radius. We first describe how to compute arbitrarily fine approximations of Minimum&lt;br&gt;
Enclosing Balls in a feature Hilbert space induced by a kernel using the Frank-Wolfe optimization algorithm, and show how to make these balls robust by allowing outliers. We then explain several applications of these robust kernelized MEBs in machine learning by presenting applications to supervised multiclass classification, unsupervised clustering, and deep generative models.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Project in collaboration with Amaury Sabran, supervised by Pr Frank Nielsen (LIX). Video available &lt;a href=&quot;https://www.youtube.com/watch?v=ISLt4ZlBRwM&quot;&gt;here&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;h3 class=&quot;mume-header&quot; id=&quot;minimum-enclosing-ball&quot;&gt;Minimum Enclosing ball&lt;/h3&gt;

</description>
      <pubDate>Thu, 01 Feb 2018 00:00:00 +0000</pubDate>
      <dc:date>2018-02-01T00:00:00+00:00</dc:date>
    </item>
    <item>
      <title>Deep Segmentation of Road Images</title>
      <link>https://phazcode.gitlab.io/roadnet/</link>
      <description>&lt;body for=&quot;html-export&quot;&gt;
  &lt;div class=&quot;mume markdown-preview   &quot;&gt;
&lt;p&gt;The market of autonomous cars is soaring and most car companies are devoting an increasing part of their research &amp;amp; development budget to autonomous driving. It might only be a matter of time before humans themselves will be forbidden the right to drive, but there are major ethic questions along the way. These have a chance to be solved only if autonomous vehicles are significantly more secure than humans. How can we make sure that these cars won't pose a threat to pedestrians ? That is why a car should be able to recognize its environment with a high precision level. We will try and model this problem, focusing on images taken with a camera from inside the car. Our aim is to detect pedestrians on an image, and more broadly, to classify pixels of a road image in different categories (sky, building, pedestrian...).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I would like to warmly thank Mr Le Saux, Mr Guerry and Mr Vanel for guiding me in this fascinating project&lt;/em&gt;.&lt;/p&gt;
&lt;h3 class=&quot;mume-header&quot; id=&quot;dataset&quot;&gt;Dataset&lt;/h3&gt;

</description>
      <pubDate>Sun, 01 Jan 2017 00:00:00 +0000</pubDate>
      <dc:date>2017-01-01T00:00:00+00:00</dc:date>
    </item>
    <item>
      <title>Awesome Youtube Channels</title>
      <link>https://phazcode.gitlab.io/youtube/</link>
      <description>In this post, I present some awesome youtube channels. This list is very incomplete but there are already more high-quality videos than you can watch.  If you know some good educational channels, please let me know and I will be happy to add them to the list !

</description>
      <pubDate>Fri, 01 Jan 2016 00:00:00 +0000</pubDate>
      <dc:date>2016-01-01T00:00:00+00:00</dc:date>
    </item>
    <dc:date>2018-08-28T10:18:00+00:00</dc:date>
  </channel>
</rss>