- 31 5月, 2009 12 次提交
-
-
-
* 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 6 次提交
-
-
由 Olivier Delalleau 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Olivier Breuleux 提交于
-
由 Olivier Breuleux 提交于
-
由 James Bergstra 提交于
-
- 25 5月, 2009 1 次提交
-
-
由 James Bergstra 提交于
-
- 24 5月, 2009 2 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
- 23 5月, 2009 1 次提交
-
-
由 James Bergstra 提交于
-
- 22 5月, 2009 1 次提交
-
-
由 Olivier Delalleau 提交于
- Fixed typo on last line of Python example (y -> u) - Added note that the first argument is the axis - Fixed statement saying it is used to concatenate two tensors, while it can be used with more - Fixed some lines too long (>80 characters)
-
- 19 5月, 2009 1 次提交
-
-
由 bergstra@ip05.m 提交于
-