Relax! Flux is the ML library that doesn't make you tensor
Go to file
2018-03-12 22:48:16 +08:00
docs optimiser state 2018-03-06 09:41:06 +00:00
paper tweaks 2018-02-18 12:50:51 +00:00
src eliminate ambiguous 2018-03-12 22:48:16 +08:00
test fix test 2018-03-06 20:55:01 +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
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.