Relax! Flux is the ML library that doesn't make you tensor
Go to file
Brad Safnuk 6653ec86d9 Allow multidimensional inputs to batchnorm.
Can be used in conjunction with convolutional layers, in addition
to dense layers, with the same api.
2018-03-15 21:48:59 -04:00
docs optimiser state 2018-03-06 09:41:06 +00:00
paper tweaks 2018-02-18 12:50:51 +00:00
src Allow multidimensional inputs to batchnorm. 2018-03-15 21:48:59 -04:00
test Allow multidimensional inputs to batchnorm. 2018-03-15 21:48:59 -04: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.