You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, OutlierDetectionNetworks.jl builds directly upon Flux which is a low-level interface and provides little integration with MLJ. We should evaluate using MLJFlux as a higher-level backend.
Additionally, there are very interesting ideas in FastAI, on how to provide a higher-level interface to NN-based algorithms.
The text was updated successfully, but these errors were encountered:
Currently,
OutlierDetectionNetworks.jl
builds directly uponFlux
which is a low-level interface and provides little integration with MLJ. We should evaluate using MLJFlux as a higher-level backend.Additionally, there are very interesting ideas in FastAI, on how to provide a higher-level interface to NN-based algorithms.
The text was updated successfully, but these errors were encountered: