# HG changeset patch # User Yoshua Bengio # Date 1275343065 14400 # Node ID b9cdb464de5fa6b5abe7aae4977ea80a85e39c8c # Parent ce69aa9204d81aa28aaf42e654f58b697ef7c084 pointeur a la demo diff -r ce69aa9204d8 -r b9cdb464de5f writeup/nips2010_submission.tex --- a/writeup/nips2010_submission.tex Mon May 31 13:59:11 2010 -0400 +++ b/writeup/nips2010_submission.tex Mon May 31 17:57:45 2010 -0400 @@ -116,6 +116,7 @@ part, from blur to contrast, adds different kinds of noise. {\large\bf Transformations}\\ + {\bf Slant.} We mimic slant by shifting each row of the image proportionnaly to its height: $shift = round(slant \times height)$. @@ -180,6 +181,7 @@ Here $pinch \sim U[-complexity, 0.7 \times complexity]$.\\ {\large\bf Injecting Noise}\\ + {\bf Motion Blur.} This GIMP filter is a ``linear motion blur'' in GIMP terminology, with two parameters, $length$ and $angle$. The value of @@ -552,7 +554,8 @@ \label{fig:improvements-charts} \end{figure} - +A Flash demo of the recognizer (where both the MLP and the SDA can be compared) +can be executed on-line at {\tt http://deep.host22.com}. \section{Conclusions}