Rename Destygo to Mindsay

This commit is contained in:
Dimitri Lozeve 2019-05-29 08:42:57 +02:00
parent 26127cd766
commit 59ab1a498d
11 changed files with 31 additions and 30 deletions

View file

@ -28,7 +28,7 @@
<ul> <ul>
<li> <li>
<a href="./posts/self-learning-chatbots-destygo.html">Destygo: Towards Self-Learning Chatbots</a> - April 6, 2019 <a href="./posts/self-learning-chatbots-destygo.html">Mindsay: Towards Self-Learning Chatbots</a> - April 6, 2019
</li> </li>
<li> <li>

View file

@ -10,7 +10,7 @@
</author> </author>
<updated>2019-04-06T00:00:00Z</updated> <updated>2019-04-06T00:00:00Z</updated>
<entry> <entry>
<title>Destygo: Towards Self-Learning Chatbots</title> <title>Mindsay: Towards Self-Learning Chatbots</title>
<link href="https://www.lozeve.com/posts/self-learning-chatbots-destygo.html" /> <link href="https://www.lozeve.com/posts/self-learning-chatbots-destygo.html" />
<id>https://www.lozeve.com/posts/self-learning-chatbots-destygo.html</id> <id>https://www.lozeve.com/posts/self-learning-chatbots-destygo.html</id>
<published>2019-04-06T00:00:00Z</published> <published>2019-04-06T00:00:00Z</published>
@ -21,11 +21,12 @@
</section> </section>
<section> <section>
<p>Last week I made a presentation at the <a href="https://www.meetup.com/Paris-NLP/">Paris NLP Meetup</a>, on how we implemented self-learning chatbots in production at Destygo.</p> <p>Last week I made a presentation at the <a href="https://www.meetup.com/Paris-NLP/">Paris NLP Meetup</a>, on how we implemented self-learning chatbots in production at Mindsay.</p>
<p>It was fascinating to other people interested in NLP about the technologies and models we deploy at work! Its always nice to have some feedback about our work, and preparing this talk forced me to take a step back about what we do and rethink it in new interesting ways.</p> <p>It was fascinating to other people interested in NLP about the technologies and models we deploy at work! Its always nice to have some feedback about our work, and preparing this talk forced me to take a step back about what we do and rethink it in new interesting ways.</p>
<p>Also check out the <a href="https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/">other presentations</a>, one about diachronic (i.e. time-dependent) word embeddings and the other about the different models and the use of Knowledge Bases for Information Retrieval. (This might even give us new ideas to explore…)</p> <p>Also check out the <a href="https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/">other presentations</a>, one about diachronic (i.e. time-dependent) word embeddings and the other about the different models and the use of Knowledge Bases for Information Retrieval. (This might even give us new ideas to explore…)</p>
<p>If youre interested about exciting applications at the confluence of Reinforcement Learning and NLP, the slides are available <a href="https://drive.google.com/file/d/1aS1NpPxRzsQCsAqoQIVZrdf8R1Y2VKrT/view">here</a>. It includes basic RL theory, how we transposed it to the specific case of conversational agents, the technical and mathematical challenges in implementing self-learning chatbots, and of course plenty of references for further reading if we piqued your interest!</p> <p>If youre interested about exciting applications at the confluence of Reinforcement Learning and NLP, the slides are available <a href="https://drive.google.com/file/d/1aS1NpPxRzsQCsAqoQIVZrdf8R1Y2VKrT/view">here</a>. It includes basic RL theory, how we transposed it to the specific case of conversational agents, the technical and mathematical challenges in implementing self-learning chatbots, and of course plenty of references for further reading if we piqued your interest!</p>
<p><strong><strong>Update:</strong></strong> The videos are now available on the <a href="https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/">NLP Meetup website</a>.</p> <p><strong><strong>Update:</strong></strong> The videos are now available on the <a href="https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/">NLP Meetup website</a>.</p>
<p><strong><strong>Update 2:</strong></strong> Destygo changed its name to <a href="https://www.mindsay.com/">Mindsay</a>!</p>
</section> </section>
</article> </article>
]]></summary> ]]></summary>

View file

@ -26,7 +26,7 @@
<h1>Curriculum Vitæ</h1> <h1>Curriculum Vitæ</h1>
<p><a href="./files/cv.pdf">(PDF version)</a></p> <p><a href="./files/cv.pdf">(PDF version)</a></p>
<h1 id="work-experience">Work experience</h1> <h1 id="work-experience">Work experience</h1>
<h3 id="destygo-rd-data-scientist"><a href="https://www.destygo.com/">Destygo</a>: R&amp;D Data Scientist</h3> <h3 id="mindsay-rd-data-scientist"><a href="https://www.mindsay.com/">Mindsay</a>: R&amp;D Data Scientist</h3>
<p>October 2018present</p> <p>October 2018present</p>
<ul> <ul>
<li>Natural Language Processing and Reinforcement Learning for Chatbots</li> <li>Natural Language Processing and Reinforcement Learning for Chatbots</li>

Binary file not shown.

View file

@ -29,8 +29,9 @@
<h2>Welcome</h2> <h2>Welcome</h2>
<p>Hi! I am a Data Scientist <p>Hi! I am a Data Scientist
at <a href="https://www.destygo.com/">Destygo</a>, working on making at <a href="https://www.mindsay.com/">Mindsay</a> (formerly called
chatbots smarter through Machine Learning.</p> Destygo), working on making chatbots smarter through Machine
Learning.</p>
<p>During my free time, I love tinkering with functional programming <p>During my free time, I love tinkering with functional programming
languages for scientific simulations and with embedded development languages for scientific simulations and with embedded development
@ -74,7 +75,7 @@
<ul> <ul>
<li> <li>
<a href="./posts/self-learning-chatbots-destygo.html">Destygo: Towards Self-Learning Chatbots</a> - April 6, 2019 <a href="./posts/self-learning-chatbots-destygo.html">Mindsay: Towards Self-Learning Chatbots</a> - April 6, 2019
</li> </li>
<li> <li>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dimitri Lozeve - Destygo: Towards Self-Learning Chatbots</title> <title>Dimitri Lozeve - Mindsay: Towards Self-Learning Chatbots</title>
<link rel="stylesheet" href="../css/default.css" /> <link rel="stylesheet" href="../css/default.css" />
<link rel="stylesheet" href="../css/syntax.css" /> <link rel="stylesheet" href="../css/syntax.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async></script>
@ -23,18 +23,19 @@
</header> </header>
<main role="main"> <main role="main">
<h1>Destygo: Towards Self-Learning Chatbots</h1> <h1>Mindsay: Towards Self-Learning Chatbots</h1>
<article> <article>
<section class="header"> <section class="header">
Posted on April 6, 2019 Posted on April 6, 2019
</section> </section>
<section> <section>
<p>Last week I made a presentation at the <a href="https://www.meetup.com/Paris-NLP/">Paris NLP Meetup</a>, on how we implemented self-learning chatbots in production at Destygo.</p> <p>Last week I made a presentation at the <a href="https://www.meetup.com/Paris-NLP/">Paris NLP Meetup</a>, on how we implemented self-learning chatbots in production at Mindsay.</p>
<p>It was fascinating to other people interested in NLP about the technologies and models we deploy at work! Its always nice to have some feedback about our work, and preparing this talk forced me to take a step back about what we do and rethink it in new interesting ways.</p> <p>It was fascinating to other people interested in NLP about the technologies and models we deploy at work! Its always nice to have some feedback about our work, and preparing this talk forced me to take a step back about what we do and rethink it in new interesting ways.</p>
<p>Also check out the <a href="https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/">other presentations</a>, one about diachronic (i.e. time-dependent) word embeddings and the other about the different models and the use of Knowledge Bases for Information Retrieval. (This might even give us new ideas to explore…)</p> <p>Also check out the <a href="https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/">other presentations</a>, one about diachronic (i.e. time-dependent) word embeddings and the other about the different models and the use of Knowledge Bases for Information Retrieval. (This might even give us new ideas to explore…)</p>
<p>If youre interested about exciting applications at the confluence of Reinforcement Learning and NLP, the slides are available <a href="https://drive.google.com/file/d/1aS1NpPxRzsQCsAqoQIVZrdf8R1Y2VKrT/view">here</a>. It includes basic RL theory, how we transposed it to the specific case of conversational agents, the technical and mathematical challenges in implementing self-learning chatbots, and of course plenty of references for further reading if we piqued your interest!</p> <p>If youre interested about exciting applications at the confluence of Reinforcement Learning and NLP, the slides are available <a href="https://drive.google.com/file/d/1aS1NpPxRzsQCsAqoQIVZrdf8R1Y2VKrT/view">here</a>. It includes basic RL theory, how we transposed it to the specific case of conversational agents, the technical and mathematical challenges in implementing self-learning chatbots, and of course plenty of references for further reading if we piqued your interest!</p>
<p><strong><strong>Update:</strong></strong> The videos are now available on the <a href="https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/">NLP Meetup website</a>.</p> <p><strong><strong>Update:</strong></strong> The videos are now available on the <a href="https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/">NLP Meetup website</a>.</p>
<p><strong><strong>Update 2:</strong></strong> Destygo changed its name to <a href="https://www.mindsay.com/">Mindsay</a>!</p>
</section> </section>
</article> </article>

View file

@ -9,7 +9,7 @@
type="application/rss+xml" /> type="application/rss+xml" />
<lastBuildDate>Sat, 06 Apr 2019 00:00:00 UT</lastBuildDate> <lastBuildDate>Sat, 06 Apr 2019 00:00:00 UT</lastBuildDate>
<item> <item>
<title>Destygo: Towards Self-Learning Chatbots</title> <title>Mindsay: Towards Self-Learning Chatbots</title>
<link>https://www.lozeve.com/posts/self-learning-chatbots-destygo.html</link> <link>https://www.lozeve.com/posts/self-learning-chatbots-destygo.html</link>
<description><![CDATA[<article> <description><![CDATA[<article>
<section class="header"> <section class="header">
@ -17,11 +17,12 @@
</section> </section>
<section> <section>
<p>Last week I made a presentation at the <a href="https://www.meetup.com/Paris-NLP/">Paris NLP Meetup</a>, on how we implemented self-learning chatbots in production at Destygo.</p> <p>Last week I made a presentation at the <a href="https://www.meetup.com/Paris-NLP/">Paris NLP Meetup</a>, on how we implemented self-learning chatbots in production at Mindsay.</p>
<p>It was fascinating to other people interested in NLP about the technologies and models we deploy at work! Its always nice to have some feedback about our work, and preparing this talk forced me to take a step back about what we do and rethink it in new interesting ways.</p> <p>It was fascinating to other people interested in NLP about the technologies and models we deploy at work! Its always nice to have some feedback about our work, and preparing this talk forced me to take a step back about what we do and rethink it in new interesting ways.</p>
<p>Also check out the <a href="https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/">other presentations</a>, one about diachronic (i.e. time-dependent) word embeddings and the other about the different models and the use of Knowledge Bases for Information Retrieval. (This might even give us new ideas to explore…)</p> <p>Also check out the <a href="https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/">other presentations</a>, one about diachronic (i.e. time-dependent) word embeddings and the other about the different models and the use of Knowledge Bases for Information Retrieval. (This might even give us new ideas to explore…)</p>
<p>If youre interested about exciting applications at the confluence of Reinforcement Learning and NLP, the slides are available <a href="https://drive.google.com/file/d/1aS1NpPxRzsQCsAqoQIVZrdf8R1Y2VKrT/view">here</a>. It includes basic RL theory, how we transposed it to the specific case of conversational agents, the technical and mathematical challenges in implementing self-learning chatbots, and of course plenty of references for further reading if we piqued your interest!</p> <p>If youre interested about exciting applications at the confluence of Reinforcement Learning and NLP, the slides are available <a href="https://drive.google.com/file/d/1aS1NpPxRzsQCsAqoQIVZrdf8R1Y2VKrT/view">here</a>. It includes basic RL theory, how we transposed it to the specific case of conversational agents, the technical and mathematical challenges in implementing self-learning chatbots, and of course plenty of references for further reading if we piqued your interest!</p>
<p><strong><strong>Update:</strong></strong> The videos are now available on the <a href="https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/">NLP Meetup website</a>.</p> <p><strong><strong>Update:</strong></strong> The videos are now available on the <a href="https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/">NLP Meetup website</a>.</p>
<p><strong><strong>Update 2:</strong></strong> Destygo changed its name to <a href="https://www.mindsay.com/">Mindsay</a>!</p>
</section> </section>
</article> </article>
]]></description> ]]></description>

2
cv.org
View file

@ -7,7 +7,7 @@ title: "Curriculum Vitæ"
* Work experience * Work experience
*** [[https://www.destygo.com/][Destygo]]: R&D Data Scientist *** [[https://www.mindsay.com/][Mindsay]]: R&D Data Scientist
October 2018--present October 2018--present
- Natural Language Processing and Reinforcement Learning for Chatbots - Natural Language Processing and Reinforcement Learning for Chatbots

Binary file not shown.

View file

@ -7,8 +7,9 @@ title: Home
<h2>Welcome</h2> <h2>Welcome</h2>
<p>Hi! I am a Data Scientist <p>Hi! I am a Data Scientist
at <a href="https://www.destygo.com/">Destygo</a>, working on making at <a href="https://www.mindsay.com/">Mindsay</a> (formerly called
chatbots smarter through Machine Learning.</p> Destygo), working on making chatbots smarter through Machine
Learning.</p>
<p>During my free time, I love tinkering with functional programming <p>During my free time, I love tinkering with functional programming
languages for scientific simulations and with embedded development languages for scientific simulations and with embedded development

View file

@ -1,11 +1,10 @@
--- ---
title: "Destygo: Towards Self-Learning Chatbots" title: "Mindsay: Towards Self-Learning Chatbots"
date: 2019-04-06 date: 2019-04-06
--- ---
Last week I made a presentation at the Last week I made a presentation at the [[https://www.meetup.com/Paris-NLP/][Paris NLP Meetup]], on how we
[[https://www.meetup.com/Paris-NLP/][Paris NLP Meetup]], on how we implemented self-learning chatbots in production at Mindsay.
implemented self-learning chatbots in production at Destygo.
It was fascinating to other people interested in NLP about the It was fascinating to other people interested in NLP about the
technologies and models we deploy at work! It's always nice to have technologies and models we deploy at work! It's always nice to have
@ -13,21 +12,18 @@ some feedback about our work, and preparing this talk forced me to
take a step back about what we do and rethink it in new interesting take a step back about what we do and rethink it in new interesting
ways. ways.
Also check out the Also check out the [[https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/][other presentations]], one about diachronic
[[https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/][other (i.e. time-dependent) word embeddings and the other about the
presentations]], one about diachronic (i.e. time-dependent) word different models and the use of Knowledge Bases for Information
embeddings and the other about the different models and the use of Retrieval. (This might even give us new ideas to explore...)
Knowledge Bases for Information Retrieval. (This might even give us
new ideas to explore...)
If you're interested about exciting applications at the confluence of If you're interested about exciting applications at the confluence of
Reinforcement Learning and NLP, the slides are available Reinforcement Learning and NLP, the slides are available [[https://drive.google.com/file/d/1aS1NpPxRzsQCsAqoQIVZrdf8R1Y2VKrT/view][here]]. It
[[https://drive.google.com/file/d/1aS1NpPxRzsQCsAqoQIVZrdf8R1Y2VKrT/view][here]]. It
includes basic RL theory, how we transposed it to the specific case of includes basic RL theory, how we transposed it to the specific case of
conversational agents, the technical and mathematical challenges in conversational agents, the technical and mathematical challenges in
implementing self-learning chatbots, and of course plenty of implementing self-learning chatbots, and of course plenty of
references for further reading if we piqued your interest! references for further reading if we piqued your interest!
**Update:** The videos are now available on the **Update:** The videos are now available on the [[https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/][NLP Meetup website]].
[[https://nlpparis.wordpress.com/2019/03/29/paris-nlp-season-3-meetup-4-at-meilleursagents/][NLP
Meetup website]]. **Update 2:** Destygo changed its name to [[https://www.mindsay.com/][Mindsay]]!