tlienart / AnalyticalEngine.jl

[draft] Agnostic Machine Learning models working on CPUs, GPUs, distributed architecture, etc.
Other
6 stars 1 forks source link

(GLR) (Flux) Let the user specify an initialisation #8

Open tlienart opened 6 years ago

tlienart commented 6 years ago

We let the user specify a descent scheme, we should also let them specify an initalisation point / mechanism for initialisation

fkiraly commented 6 years ago

... but that surely should be an optional hyperparameter, shouldn't it?

tlienart commented 6 years ago

yes, just not coded yet