This commit is contained in:
Mike J Innes 2017-09-01 23:41:44 -04:00
parent 107d9daa8f
commit bf098d551c

View File

@ -9,4 +9,4 @@ function optimiser(m, fs...)
() -> foreach(call, fs) () -> foreach(call, fs)
end end
SGD(m, η = 1) = optimiser(m, p -> descent(p, 0.1)) SGD(m, η = 1) = optimiser(m, p -> descent(p, η))