<?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:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Improving DeepSpell Code</title>
	<atom:link href="http://pavel.surmenok.com/2017/02/06/improving-deepspell-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://pavel.surmenok.com/2017/02/06/improving-deepspell-code/</link>
	<description></description>
	<lastBuildDate>Sat, 13 Apr 2019 17:14:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Alex Skasgard</title>
		<link>http://pavel.surmenok.com/2017/02/06/improving-deepspell-code/#comment-174</link>
		<dc:creator>Alex Skasgard</dc:creator>
		<pubDate>Tue, 05 Feb 2019 16:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://pavel.surmenok.com/?p=252#comment-174</guid>
		<description><![CDATA[Can you share new approach? @yaakov_belch:disqus]]></description>
		<content:encoded><![CDATA[<p>Can you share new approach? @yaakov_belch:disqus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaakov Belch</title>
		<link>http://pavel.surmenok.com/2017/02/06/improving-deepspell-code/#comment-148</link>
		<dc:creator>Yaakov Belch</dc:creator>
		<pubDate>Wed, 13 Dec 2017 07:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://pavel.surmenok.com/?p=252#comment-148</guid>
		<description><![CDATA[Nope.  We are now using a different approach to spell checking.]]></description>
		<content:encoded><![CDATA[<p>Nope.  We are now using a different approach to spell checking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dheeraj</title>
		<link>http://pavel.surmenok.com/2017/02/06/improving-deepspell-code/#comment-147</link>
		<dc:creator>Dheeraj</dc:creator>
		<pubDate>Wed, 13 Dec 2017 06:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://pavel.surmenok.com/?p=252#comment-147</guid>
		<description><![CDATA[Have you had any improvents in accuracy from 0.5?If so,What did you change in your code?]]></description>
		<content:encoded><![CDATA[<p>Have you had any improvents in accuracy from 0.5?If so,What did you change in your code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaakov Belch</title>
		<link>http://pavel.surmenok.com/2017/02/06/improving-deepspell-code/#comment-135</link>
		<dc:creator>Yaakov Belch</dc:creator>
		<pubDate>Sun, 09 Jul 2017 06:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://pavel.surmenok.com/?p=252#comment-135</guid>
		<description><![CDATA[I also cannot replicate the success: Running the unchanged program on the recommended AWS EC2 image for 5 days: loss 0.16, acc: 0.5; none of the test samples is fully corrected.  Some spelling mistakes are fixed --- but other mistakes are introduced, often towards the end of the sentence.]]></description>
		<content:encoded><![CDATA[<p>I also cannot replicate the success: Running the unchanged program on the recommended AWS EC2 image for 5 days: loss 0.16, acc: 0.5; none of the test samples is fully corrected.  Some spelling mistakes are fixed &#8212; but other mistakes are introduced, often towards the end of the sentence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: surmenok</title>
		<link>http://pavel.surmenok.com/2017/02/06/improving-deepspell-code/#comment-128</link>
		<dc:creator>surmenok</dc:creator>
		<pubDate>Sun, 18 Jun 2017 01:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://pavel.surmenok.com/?p=252#comment-128</guid>
		<description><![CDATA[Just did a benchmark, on GeForce 980 Ti, with 40 character inputs. Inference time depends on batch size.

Batch size 1: 30 ms per batch
Batch size 10: 35 ms per batch
Batch size 100: 309 ms per batch]]></description>
		<content:encoded><![CDATA[<p>Just did a benchmark, on GeForce 980 Ti, with 40 character inputs. Inference time depends on batch size.</p>
<p>Batch size 1: 30 ms per batch<br />
Batch size 10: 35 ms per batch<br />
Batch size 100: 309 ms per batch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolf Garbe</title>
		<link>http://pavel.surmenok.com/2017/02/06/improving-deepspell-code/#comment-123</link>
		<dc:creator>Wolf Garbe</dc:creator>
		<pubDate>Wed, 03 May 2017 09:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://pavel.surmenok.com/?p=252#comment-123</guid>
		<description><![CDATA[Thank you very much for the reply. But what would be the correction time of &quot;and who couQdn&#039;tread in sixth grade&quot; in milliseconds (the example from your comment)? I understand this also depends on the hardware, but I would really be interested in a raw figure/the order of magnitude to put the deep learning approach into perspective to classical approaches like Peter Norvig’s.]]></description>
		<content:encoded><![CDATA[<p>Thank you very much for the reply. But what would be the correction time of &#8220;and who couQdn&#8217;tread in sixth grade&#8221; in milliseconds (the example from your comment)? I understand this also depends on the hardware, but I would really be interested in a raw figure/the order of magnitude to put the deep learning approach into perspective to classical approaches like Peter Norvig’s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: surmenok</title>
		<link>http://pavel.surmenok.com/2017/02/06/improving-deepspell-code/#comment-122</link>
		<dc:creator>surmenok</dc:creator>
		<pubDate>Wed, 03 May 2017 05:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://pavel.surmenok.com/?p=252#comment-122</guid>
		<description><![CDATA[I haven’t analyzed quality of spelling correction on real documents yet. Performance of spelling correction should be linear function on input text length.]]></description>
		<content:encoded><![CDATA[<p>I haven’t analyzed quality of spelling correction on real documents yet. Performance of spelling correction should be linear function on input text length.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolf Garbe</title>
		<link>http://pavel.surmenok.com/2017/02/06/improving-deepspell-code/#comment-121</link>
		<dc:creator>Wolf Garbe</dc:creator>
		<pubDate>Fri, 28 Apr 2017 08:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://pavel.surmenok.com/?p=252#comment-121</guid>
		<description><![CDATA[Could you share some insights on the correction performance? E.g. how many milliseconds does it take to correct &quot;couQdn&#039;tread&quot; into &quot;couldn&#039;t read&quot;? And how is the correction time dependent from the input text length (number of words) and edit distance (number of errors)? Constant/Linear/exponential?]]></description>
		<content:encoded><![CDATA[<p>Could you share some insights on the correction performance? E.g. how many milliseconds does it take to correct &#8220;couQdn&#8217;tread&#8221; into &#8220;couldn&#8217;t read&#8221;? And how is the correction time dependent from the input text length (number of words) and edit distance (number of errors)? Constant/Linear/exponential?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: surmenok</title>
		<link>http://pavel.surmenok.com/2017/02/06/improving-deepspell-code/#comment-119</link>
		<dc:creator>surmenok</dc:creator>
		<pubDate>Sun, 19 Mar 2017 23:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://pavel.surmenok.com/?p=252#comment-119</guid>
		<description><![CDATA[I trained the model on a machine with GeForce 980Ti. Loss plateaued on the level about 0.2 after 3 days of training. 
Test examples after 5 days of training:

Epoch 438:

Q Te threats of lawsuits againsit two.....
A The threats of lawsuits against two.....
Б≤▒ The threats of lawsuits against two.....
---
Q forward to working with Presidect.......
A forward to working with President.......
Б≤▒ forward to working with President.......
---
Q Black Warror River in Tuscaloosa........
A Black Warrior River in Tuscaloosa.......
Б≤▓ Black Warror River in Tuscaloos.a.......
---
Q 13 and who couQdn&#039;tread in sixth grade..
A 13 and who couldn&#039;t read in sixth grade.
Б≤▒ 13 and who couldn&#039;t read in sixth grade.]]></description>
		<content:encoded><![CDATA[<p>I trained the model on a machine with GeForce 980Ti. Loss plateaued on the level about 0.2 after 3 days of training.<br />
Test examples after 5 days of training:</p>
<p>Epoch 438:</p>
<p>Q Te threats of lawsuits againsit two&#8230;..<br />
A The threats of lawsuits against two&#8230;..<br />
Б≤▒ The threats of lawsuits against two&#8230;..<br />
&#8212;<br />
Q forward to working with Presidect&#8230;&#8230;.<br />
A forward to working with President&#8230;&#8230;.<br />
Б≤▒ forward to working with President&#8230;&#8230;.<br />
&#8212;<br />
Q Black Warror River in Tuscaloosa&#8230;&#8230;..<br />
A Black Warrior River in Tuscaloosa&#8230;&#8230;.<br />
Б≤▓ Black Warror River in Tuscaloos.a&#8230;&#8230;.<br />
&#8212;<br />
Q 13 and who couQdn&#8217;tread in sixth grade..<br />
A 13 and who couldn&#8217;t read in sixth grade.<br />
Б≤▒ 13 and who couldn&#8217;t read in sixth grade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Tomassetti</title>
		<link>http://pavel.surmenok.com/2017/02/06/improving-deepspell-code/#comment-116</link>
		<dc:creator>Matteo Tomassetti</dc:creator>
		<pubDate>Fri, 24 Feb 2017 13:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://pavel.surmenok.com/?p=252#comment-116</guid>
		<description><![CDATA[very nice blog post! I will definitely try you version because I&#039;m having some problem with the original one.
Can I ask you if you were able to replicate Tal Weiss&#039;s results? If so, which machine did you use and how long did it take you?]]></description>
		<content:encoded><![CDATA[<p>very nice blog post! I will definitely try you version because I&#8217;m having some problem with the original one.<br />
Can I ask you if you were able to replicate Tal Weiss&#8217;s results? If so, which machine did you use and how long did it take you?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
