- 04 12月, 2012 4 次提交
-
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
- 02 12月, 2012 2 次提交
-
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
- 01 12月, 2012 17 次提交
-
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
because we probably never used the aliased objects)
-
由 Ian Goodfellow 提交于
-
- 30 11月, 2012 1 次提交
-
-
由 Ian Goodfellow 提交于
-
- 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 12 次提交
-
-
由 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 提交于
-