comparison examples/linear_classifier.py @ 438:4060812caa22

Minor typo fixes
author Olivier Delalleau <delallea@iro>
date Thu, 14 Aug 2008 11:44:07 -0400
parents 52b4908d8971
children
comparison
equal deleted inserted replaced
437:2d8490d76b3e 438:4060812caa22
3 T. Bertin-Mahieux (2008) University of Montreal 3 T. Bertin-Mahieux (2008) University of Montreal
4 bertinmt@iro.umontreal.ca 4 bertinmt@iro.umontreal.ca
5 5
6 linear_classifier.py 6 linear_classifier.py
7 Simple script that creates a linear_classifier, and 7 Simple script that creates a linear_classifier, and
8 learns the paramters using backpropagation. 8 learns the parameters using backpropagation.
9 9
10 This is to illustrate how to use theano/pylearn. 10 This is to illustrate how to use theano/pylearn.
11 Anyone that knows how to make this script simpler/clearer is welcomed to 11 Anyone who knows how to make this script simpler/clearer is welcome to
12 make the modifications. 12 make the modifications.
13 """ 13 """
14 14
15 15
16 import os 16 import os