- 29 11月, 2012 4 次提交
-
-
由 Olivier Delalleau 提交于
Corrected a few typos in scan documentation.
-
由 abalkin 提交于
-
由 goodfeli 提交于
Fix optimization warning due as we didn't returned the right dtype for e...
-
由 nouiz 提交于
Ready to merge: Determinism fix
-
- 28 11月, 2012 35 次提交
-
-
由 Ian Goodfellow 提交于
str(type(foo))
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
Numpy's eigh(a, 'L') (eigh(a, 'U')) is a function of tril(a) (triu(a)) only. This means that partial derivative of eigh(a, 'L') (eigh(a, 'U')) with respect to a[i,j] is zero for i < j (i > j). At the same time, non-zero components of the gradient must account for the fact that variation of the opposite triangle contributes to variation of two elements of Hermitian (symmetric) matrix.
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 Ian Goodfellow 提交于
-
由 Frederic 提交于
-
由 nouiz 提交于
Issue #1080: Make TensorVariable interface more similar to that of numpy.ndarray
-
由 Frederic 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
- 27 11月, 2012 1 次提交
-
-
由 Olivier Delalleau 提交于
Fixed a typo.
-