Mercurial > pylearn
diff learner.py @ 326:fe57b96f33d4
made ExampleWiseMean Op
author | Olivier Breuleux <breuleuo@iro.umontreal.ca> |
---|---|
date | Fri, 13 Jun 2008 15:26:35 -0400 |
parents | 78cc8fe3bbe9 |
children |
line wrap: on
line diff
--- a/learner.py Fri Jun 13 11:14:59 2008 -0400 +++ b/learner.py Fri Jun 13 15:26:35 2008 -0400 @@ -17,7 +17,7 @@ in machine learning: an offline learning algorithm is applied to a training dataset, - model = learning_algorithm(training_set) + model = learning_algorithm(training_set) resulting in a fully trained model that can be applied to another dataset in order to perform some desired computation: