Relax! Flux is the ML library that doesn't make you tensor
Go to file
Mike J Innes 194bf6d3fb store graphs 2017-10-09 09:15:59 +01:00
docs clarify 2017-10-03 19:00:42 +01:00
src store graphs 2017-10-09 09:15:59 +01:00
test remove compiler 2017-09-27 20:48:39 +01:00
.gitignore ignore demos 2017-03-14 15:27:53 +00:00
.travis.yml use documenter release 2017-09-07 01:15:21 -04:00
LICENSE.md Flux.jl generated files. 2016-03-22 19:58:58 +00:00
README.md move 2017-09-11 14:56:35 +01:00
REQUIRE update dataflow bounds 2017-09-07 01:21:41 -04: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.