Mercurial > pylearn
changeset 438:4060812caa22
Minor typo fixes
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Thu, 14 Aug 2008 11:44:07 -0400 |
parents | 2d8490d76b3e |
children | 45879c1ecde7 |
files | examples/linear_classifier.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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. """