log nnet_ops.py @ 262:14b9779622f9

age author description
Fri, 23 May 2008 14:16:54 -0400 Thierry Bertin-Mahieux redo what James had done, so invert node and name
Fri, 23 May 2008 12:22:54 -0400 Thierry Bertin-Mahieux small debugging
Thu, 22 May 2008 19:08:46 -0400 James Bergstra harmless typo in ScalarSoftplus.c_code
Tue, 13 May 2008 19:37:29 -0400 James Bergstra support for more int types in crossentropysoftmax1hot
Tue, 13 May 2008 18:39:58 -0400 Olivier Breuleux added TODO to nnet_ops
Tue, 13 May 2008 15:49:39 -0400 Olivier Breuleux fixed c_code for the ops in nnet_ops.py
Wed, 07 May 2008 16:08:18 -0400 Yoshua Bengio debugging mlp.py
Wed, 07 May 2008 15:28:17 -0400 James Bergstra ported nnet_ops to new theano
Fri, 02 May 2008 18:19:15 -0400 James Bergstra better docs & precondition testing for cross_entropy_softmax_1hot & friends
Mon, 21 Apr 2008 15:23:49 -0400 James Bergstra added softplus, elaborated sigmoid
Fri, 18 Apr 2008 03:49:17 -0400 bergstra fixed typo in crossentropy_dx.c_code
Fri, 18 Apr 2008 03:35:58 -0400 bergstra fixed horrible memory leak from crossentropy...
Thu, 17 Apr 2008 12:49:48 -0400 bergstrj consolidated code
Sun, 13 Apr 2008 00:21:11 -0400 bergstrj added C impl for softmax dx
Fri, 11 Apr 2008 21:41:09 -0400 bergstrj added c implementation for CrossentropySoftmax1Hot
Thu, 10 Apr 2008 20:53:44 -0400 bergstrj added __init__.py, fixed crossentropy_softmax_1hot function name
Thu, 10 Apr 2008 17:25:13 -0400 bergstrj added nnet_ops