tlienart / AnalyticalEngine.jl

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

(GLR) Backend for non-elementary types #5

Open tlienart opened 6 years ago

tlienart commented 6 years ago

At the moment the fit! checks whether flux is an argument or else, it tries to apply a more specific fit.

I think this should be improved. Basically what we want is

this also applies for FLUX btw which can't deal with arbitrary loss functions.