Relax! Flux is the ML library that doesn't make you tensor
Go to file
Mike J Innes 91aadf6584 joss paper 2018-02-16 16:39:52 +00:00
docs move train docs 2018-02-16 12:22:53 +00:00
paper joss paper 2018-02-16 16:39:52 +00:00
src Merge pull request #169 from jessebett/jessechanges 2018-02-16 14:16:42 +00:00
test Merge pull request #169 from jessebett/jessechanges 2018-02-16 14:16:42 +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 Update README.md 2018-01-15 16:17:14 +00:00
REQUIRE Merge branch 'treebank' 2018-02-13 15:44:27 +00:00

README.md

Флукс

Build Status Join the chat at https://gitter.im/FluxML Slack

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.