- 03 6月, 2009 2 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
- 01 6月, 2009 4 次提交
-
-
由 bergstra@ip05.m 提交于
scipy.signal.convolve2d causes errors on atexit. i moved imports to make it possible to use our convolve op without triggering this problem
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
- 31 5月, 2009 17 次提交
-
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
self). Also did some housecleaning
-
-
-
* typo in c_code (comparing type instead of type.dtype) * added test case for 3D input tensor in test_ConvOpGrad
-
Raise a NotImplementedError. This is because the gradient on the weights is obtained by convoling the visible layer with the hidden layer (as the kernel). Problem is the convolution code does not support kernels larger than the input image (which is the case in full mode). Either fix ConvOp to allow this, or maybe convolve the hidden with the visible as the kernel, then DimShuffle at the end.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
multiple input features
-
由 bergstra@ip05.m 提交于
-
由 bergstra@ip05.m 提交于
-
由 bergstra@ip05.m 提交于
-
由 bergstra@ip05.m 提交于
debugmode now checks strides all the time, with the option of raising an exception instead of logging to stderr
-
由 bergstra@ip05.m 提交于
-
- 30 5月, 2009 4 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
- 29 5月, 2009 5 次提交
-
-
由 James Bergstra 提交于
-
由 bergstra@ip05.m 提交于
-
由 bergstra@ip05.m 提交于
-
由 bergstra@ip05.m 提交于
-
由 bergstra@ip05.m 提交于
-
- 27 5月, 2009 7 次提交
-
-
由 Joseph Turian 提交于
-
由 Joseph Turian 提交于
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
- 26 5月, 2009 1 次提交
-
-
由 Olivier Delalleau 提交于
-