- 28 11月, 2012 17 次提交
-
-
由 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 提交于
-
由 nouiz 提交于
Issue #1080: Make TensorVariable interface more similar to that of numpy.ndarray
-
- 27 11月, 2012 4 次提交
-
-
由 Olivier Delalleau 提交于
Fixed a typo.
-
由 abalkin 提交于
-
由 nouiz 提交于
Ready to merge: Cuda allocation code
-
由 nouiz 提交于
Fixed a typo.
-
- 24 11月, 2012 5 次提交
-
-
由 abalkin 提交于
-
由 nouiz 提交于
make compiled function's fgraphs have same name as function
-
由 Ian Goodfellow 提交于
-
由 lamblin 提交于
Make work the new extra debug info just merged and add extra debug about...
-
由 Frederic 提交于
This time I ran the code and saw the error to validate it. It is working correctly.
-
- 23 11月, 2012 14 次提交
-
-
由 Ian Goodfellow 提交于
to make it more clear how this function avoids unnecessary reallocation
-
由 Ian Goodfellow 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 nouiz 提交于
Make opt work when shape has been specified.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-