changeset 439:45879c1ecde7

More doc
author Joseph Turian <turian@iro.umontreal.ca>
date Tue, 19 Aug 2008 18:41:39 -0400
parents 4060812caa22
children a2e8de4669cd
files cost.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cost.py	Thu Aug 14 11:44:07 2008 -0400
+++ b/cost.py	Tue Aug 19 18:41:39 2008 -0400
@@ -1,5 +1,8 @@
 """
 Cost functions.
+
+@note: All of these functions return one cost per example. So it is your
+job to perform a tensor.sum over the individual example losses.
 """
 
 import theano.tensor as T