Relax! Flux is the ML library that doesn't make you tensor
Go to file
2018-03-06 02:45:31 +00:00
docs model saving docs 2018-03-05 23:52:04 +00:00
paper tweaks 2018-02-18 12:50:51 +00:00
src loadparams! 2018-03-06 02:45:31 +00:00
test closes #177 2018-03-05 17:24:46 +00:00
.gitattributes ignore latex 2018-02-21 22:17:15 +00:00
.gitignore add cmudict dataset 2017-11-01 16:01:55 +00:00
.travis.yml don't need this 2017-10-18 10:22:35 +01:00
LICENSE.md Flux.jl generated files. 2016-03-22 19:58:58 +00:00
README.md slack badge 2018-02-16 16:49:36 +00:00
REQUIRE introduce Reexport 2018-02-21 16:55:20 +08:00

Флукс

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.