- 03 6月, 2009 1 次提交
-
-
由 bergstra@ip05.m 提交于
-
- 02 6月, 2009 3 次提交
-
-
由 Frederic Bastien 提交于
added the unroll version by kern. If you put the ConvOp option unroll_batch or unroll_kern>0, we will those version with the provided unrool size.
-
由 Frederic Bastien 提交于
added option to ConvOp that allow using the unroll version of the code. The default is to don't use this version of the code.
-
由 Frederic Bastien 提交于
added a function to generate an unrolled version of the c code for the ConvOp. The code is not used.
-
- 01 6月, 2009 5 次提交
-
-
由 Frederic Bastien 提交于
-
由 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 5 次提交
-
-
由 Joseph Turian 提交于
-
由 Joseph Turian 提交于
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-