OutlierDetectionJL / OutlierDetectionNetworks.jl

Neural-Network Outlier Detection Algorithms for Julia
MIT License
7 stars 2 forks source link

Update the to a higher-level NN-backend #3

Open davnn opened 2 years ago

davnn commented 2 years ago

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.

davnn commented 7 months ago

This upgrade would be necessary to fix the following issues: