quantling / JudiLing.jl

JudiLing: An implementation for Linear Discriminative Learning in Julia.
MIT License
8 stars 3 forks source link

Make Flux and optional dependency for deep learning #93

Closed MariaHei closed 1 year ago

MariaHei commented 1 year ago

The deep learning code currently has Flux as a dependency, which is really big. It would be good if it were an optional dependency, so that the deep learning code is only available if Flux has been made available beforehand