Flux.jl/README.md
2018-02-16 16:49:36 +00:00

737 B

Флукс

Build Status

Flux is a refreshing approach to machine learning. It provides lightweight abstractions on top of Julia's native GPU and AD support, while remaining fully hackable (right down to the GPU kernels).

julia> Pkg.add("Flux")

See the documentation or the model zoo for examples.