Relax! Flux is the ML library that doesn't make you tensor
Go to file
Elliot Saba 19f691d342 Use cache.julialang.org to store ML models
It's annoying that when third party servers go down our tests break.
Let's at least make sure that if our tests break due to server outages
it's our fault.
2018-03-06 08:03:21 -08:00
docs optimiser state 2018-03-06 09:41:06 +00:00
paper tweaks 2018-02-18 12:50:51 +00:00
src Use cache.julialang.org to store ML models 2018-03-06 08:03:21 -08: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.