Relax! Flux is the ML library that doesn't make you tensor
Go to file
2018-03-07 20:43:59 +08:00
docs optimiser state 2018-03-06 09:41:06 +00:00
paper tweaks 2018-02-18 12:50:51 +00:00
src implement back of repmat 2018-03-07 20:43:59 +08:00
test implement back of repmat 2018-03-07 20:43:59 +08: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.