# HG changeset patch # User Olivier Delalleau # Date 1218728647 14400 # Node ID 4060812caa2212eee33a296296eda2750b776b27 # Parent 2d8490d76b3e3147323ae13df9f5d16574117c73 Minor typo fixes diff -r 2d8490d76b3e -r 4060812caa22 examples/linear_classifier.py --- a/examples/linear_classifier.py Wed Aug 06 19:39:36 2008 -0400 +++ b/examples/linear_classifier.py Thu Aug 14 11:44:07 2008 -0400 @@ -5,10 +5,10 @@ linear_classifier.py Simple script that creates a linear_classifier, and -learns the paramters using backpropagation. +learns the parameters using backpropagation. This is to illustrate how to use theano/pylearn. -Anyone that knows how to make this script simpler/clearer is welcomed to +Anyone who knows how to make this script simpler/clearer is welcome to make the modifications. """