Machine Learning in Julia: Difference between revisions

(Created page with "There are two main machine learning libraries in Julia, [https://fluxml.ai/ Flux.jl] and [https://github.com/denizyuret/Knet.jl Knet.jl] =Flux.jl= [https://fluxml.ai/Flux.jl/...")
 
Line 3: Line 3:
=Flux.jl=
=Flux.jl=
[https://fluxml.ai/Flux.jl/stable/ Reference]
[https://fluxml.ai/Flux.jl/stable/ Reference]
<syntaxhighlight>
<syntaxhighlight lang="julia">
using Flux;
using Flux;
using Flux.Tracker: update!;
using Flux.Tracker: update!;