Mike Innes
|
4cf43c0c41
|
simpler/nicer training loop
|
2019-02-28 14:58:42 +00:00 |
|
Mike Innes
|
cd091ad005
|
in place implicit gradients
|
2019-02-28 14:08:01 +00:00 |
|
Mike Innes
|
8b4bc7cc52
|
organise params
|
2019-02-28 13:44:54 +00:00 |
|
pshashk
|
368c29e5e3
|
Add corrected argument to std
Fixes ffe037c485/src/layers/stateless.jl (L49)
|
2019-02-08 15:23:27 +03:00 |
|
Mike J Innes
|
fe712bf338
|
Merge pull request #596 from IvanYashchuk/ivan/topic-issue-542
Fixed issue #542.
|
2019-02-08 10:38:23 +00:00 |
|
Ivan Yashchuk
|
e00ac88016
|
Added tracking of logdet and logabsdet . Added gradtests.
|
2019-02-08 09:55:33 +02:00 |
|
Mike J Innes
|
e8b2ec6f67
|
Merge pull request #311 from tejank10/conv_transpose
2D Conv transpose support
|
2019-02-06 14:14:14 +00:00 |
|
Ivan Yashchuk
|
f790fff59a
|
Use other definition for grad(det(A)).
|
2019-02-05 14:36:28 +02:00 |
|
Ivan Yashchuk
|
aa64d2157d
|
Fixed issue #542.
Added tracking of LinearAlgebra.det and its grad method.
|
2019-02-05 11:38:27 +02:00 |
|
Mike J Innes
|
cfe6859186
|
auto-collect in forward
|
2019-02-04 10:37:02 +00:00 |
|
Mike J Innes
|
838070968e
|
vcat with scalars
|
2019-02-04 00:05:16 +00:00 |
|
Tejan Karmali
|
e54df2de06
|
Merge branch 'master' into conv_transpose
|
2019-02-02 10:20:45 +05:30 |
|
Mike J Innes
|
0469394715
|
Merge pull request #576 from mcabbott/patch-1
PermutedDimsArray
|
2019-01-29 14:55:55 +00:00 |
|
Mike J Innes
|
9e553adbf7
|
add hessian
|
2019-01-29 08:37:30 +00:00 |
|
Michael Abbott
|
031d1b3d57
|
PermutedDimsArray like permutedims
e.g. PermutedDimsArray(rand(2,3) |> param, (2,1))
|
2019-01-28 18:15:32 +01:00 |
|
Mike Innes
|
af8fdcc7af
|
fix #573
|
2019-01-28 10:54:58 +00:00 |
|
Mike Innes
|
1c3a63c42f
|
fixes #574
|
2019-01-28 10:11:07 +00:00 |
|
Mike J Innes
|
58ac415f6b
|
forward mode
|
2019-01-25 16:14:24 +00:00 |
|
Mike Innes
|
ca1c73ed35
|
fixup
|
2019-01-24 11:15:57 +00:00 |
|
Mike J Innes
|
62d780c77f
|
onecold fix
|
2019-01-24 10:16:41 +00:00 |
|
Dhairya Gandhi
|
4be08fe194
|
remove debug statement
|
2019-01-22 17:29:12 +05:30 |
|
Mike J Innes
|
152ce4a164
|
conversions for dual numbers
|
2019-01-22 10:07:42 +00:00 |
|
Dhairya Gandhi
|
0060cc3453
|
fixes transpose/ adjoint gradient
|
2019-01-15 21:59:32 +05:30 |
|
Mike J Innes
|
a3e0de1ee5
|
fixes #516
|
2019-01-15 15:49:18 +00:00 |
|
Mike J Innes
|
827a7b8ed5
|
Merge pull request #546 from ChrisRackauckas/random
Support random numbers as constants
|
2019-01-11 10:06:54 +00:00 |
|
Mike J Innes
|
aa1b4f410f
|
simplify
|
2019-01-11 10:06:14 +00:00 |
|
Christopher Rackauckas
|
f6faa10ee2
|
remove non-type dispatches
|
2019-01-10 08:57:10 -08:00 |
|
Mike J Innes
|
735b970c12
|
fix update for scalars
|
2019-01-10 10:19:05 +00:00 |
|
Christopher Rackauckas
|
3ee5a99794
|
hit all possibilities
|
2019-01-09 23:15:21 -08:00 |
|
Christopher Rackauckas
|
cf061e9207
|
support random numbers as constants
|
2019-01-09 23:04:12 -08:00 |
|
Mike J Innes
|
6b11c552f3
|
better h/vcat, fixes #378
|
2018-12-19 11:19:01 +00:00 |
|
Mike J Innes
|
cdfc97f7c6
|
fix fix_dec
|
2018-12-19 11:18:44 +00:00 |
|
Tejan Karmali
|
519c3db5c0
|
clean code
|
2018-11-28 11:48:53 -05:00 |
|
Tejan Karmali
|
95e490a2c5
|
merge conflict resolved
|
2018-11-28 11:10:22 -05:00 |
|
Tejan Karmali
|
bc9bda9a85
|
in accordance with conv_filter api
|
2018-11-28 10:55:21 -05:00 |
|
Tejan Karmali
|
10f3a8eae2
|
conv_filter api changes
|
2018-11-28 10:55:21 -05:00 |
|
Tejan Karmali
|
ca8ad63fb6
|
in accordance with conv_data api
|
2018-11-28 10:55:21 -05:00 |
|
Tejan Karmali
|
9c3e34b15f
|
conv_data grad api change
|
2018-11-28 10:55:21 -05:00 |
|
Tejan Karmali
|
a71ee386d0
|
1.0 fix for conv transpose
|
2018-11-28 10:55:21 -05:00 |
|
Will Tebbutt
|
c7f5026bd9
|
Deal with <= for TrackedReals
|
2018-11-18 13:06:32 +00:00 |
|
Mike J Innes
|
6ac5345339
|
better printing
|
2018-11-14 23:53:30 +00:00 |
|
Mike J Innes
|
325035cf60
|
array conversions
|
2018-11-14 23:48:32 +00:00 |
|
Christopher Rackauckas
|
f20fa65848
|
Add missing eps overload for TrackedReal
`eps` can be called on the number type as well, and this is missing from the TrackedReal overloads.
|
2018-11-14 09:58:41 -08:00 |
|
Mike J Innes
|
3ef6bfc0ac
|
Merge pull request #473 from avik-pal/patch-2
Update CUDNN function calls
|
2018-11-14 16:07:02 +00:00 |
|
Mike J Innes
|
a57f66e58a
|
adapt updates
|
2018-11-14 15:36:18 +00:00 |
|
Mike J Innes
|
b3331205d1
|
faster default gradient performance
|
2018-11-12 23:39:25 +00:00 |
|
Mike J Innes
|
39dcfd3933
|
Merge pull request #469 from invenia/ed/hang-draw-and-quarter
Stop type treason with show of the TrackedArray type
|
2018-11-06 11:54:07 +00:00 |
|
Mike J Innes
|
4763473079
|
fixed method
|
2018-11-06 11:50:04 +00:00 |
|
Mike J Innes
|
d0e4fbb1e0
|
Merge branch 'master' into ed/diagm-pair
|
2018-11-05 11:51:29 +00:00 |
|
Mike J Innes
|
5df48fbc5d
|
fix
|
2018-11-05 11:49:38 +00:00 |
|