-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·48 lines (44 loc) · 3.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
layout: default
title: Home
---
<section class="home">
<header><h2>Home</h2></header>
<article id="about-me">
<header><h3>About me</h3></header>
<p>I am currently employed by <a href="https://www.quicksign.com/">QuickSign</a> as a Senior Data Scientist.</p>
<div class="employer" display="inline-block">
<a href="https://www.quicksign.com/"><img src="img/quicksign.png" alt="QuickSign logo"/></a>
<iframe class="gmaps" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2624.402545990882!2d2.3454998159032683!3d48.86960220787091!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e66e76b07b15c1%3A0x7eefe396012fc2ad!2sQuicksign!5e0!3m2!1sfr!2sfr!4v1673011017234!5m2!1sfr!2sfr" display="inline-block" frameborder="0" style="border:0"></iframe>
</div>
Through my academic training and my first experiences, I specialized in machine learning (especially deep learning) and image processing. My favorite area of application is the automatic processing of documents, including classification, layout analysis and text recognition (OCR, ICR). I also have good skills in statistical language modeling.
<br />
<br />
I have also been actively involved in the development of some structural pattern recognition methods, including working on graph edit distance and error-tolerant subgraph matching algorithms.
<br />
<br />
You may want to visit my profiles on :
<ul class="no-bullets profiles">
<li><img class="favicon" src="https://www.linkedin.com/favicon.ico" alt="LinkedIn logo"> <a href="https://www.linkedin.com/in/{{ site.author.linkedin }}">LinkedIn</a></li>
<li><img class="favicon" src="https://github.com/favicon.ico" alt="GitHub logo"> <a href="https://github.com/{{ site.author.github }}">GitHub</a></li>
<li><img class="favicon" src="https://scholar.google.com/favicon.ico" alt="Google Scholar logo"/> <a href="https://scholar.google.fr/citations?user={{ site.author.scholar }}">Google Scholar</a></li>
<li><img class="favicon" src="https://www.researchgate.net/favicon.ico" alt="ResearchGate logo"/> <a href="https://www.researchgate.net/profile/{{ site.author.researchgate }}">ResearchGate</abbr></a></li>
</ul>
</p>
</article>
<article id="recent">
<header><h3>Recent publications</h3></header>
<ul class="posts no-bullets">
{% for post in site.posts offset:0 limit:5 %}
<li><i class="fa fa-{{ post.category }} fa-fw"></i> <span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</article>
<div class="widgets">
{% include tag-cloud.html %}
</div>
</section>
<aside>
<a width="300px" height="900px" display="block" class="twitter-timeline" href="https://twitter.com/julien_lerouge" data-widget-id="607546942650875905">Tweets de @julien_lerouge</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</aside>