log nnet_ops.py @ 530:844bad76459c

age author description
Fri, 14 Nov 2008 16:37:51 -0500 Frederic Bastien redirect to the good new source.
Tue, 07 Oct 2008 18:21:32 -0400 Joseph Turian Deprecated pylearn.nnet_ops.
Wed, 03 Sep 2008 17:14:49 -0400 Joseph Turian updated doc
Wed, 03 Sep 2008 17:08:54 -0400 Joseph Turian Added some documentation
Wed, 27 Aug 2008 17:08:33 -0400 James Bergstra fixed c typos, math error in nnet_ops.py
Mon, 25 Aug 2008 18:15:43 -0400 Pascal Lamblin Add argmax as output of the big softmax-NLL thingy.
Fri, 22 Aug 2008 17:33:06 -0400 Pascal Lamblin Hopefully last bugfix in Softmax
Fri, 22 Aug 2008 15:53:34 -0400 Pascal Lamblin Finished derivative of softmax gradient.
Thu, 21 Aug 2008 13:55:16 -0400 Pascal Lamblin Work on softmax operators
Mon, 14 Jul 2008 16:48:02 -0400 James Bergstra added other_ops.py to nnet_ops; added basic tests, no docs.
Tue, 08 Jul 2008 01:59:42 -0400 Joseph Turian Small fix
Tue, 08 Jul 2008 01:58:16 -0400 Joseph Turian Moved xent loss to nnet_ups
Tue, 08 Jul 2008 01:57:33 -0400 Joseph Turian Added xent loss
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