Flux.jl/README.md

12 lines
737 B
Markdown
Raw Normal View History

2016-04-01 21:11:42 +00:00
# Флукс
2018-02-16 16:49:36 +00:00
[![Build Status](https://travis-ci.org/FluxML/Flux.jl.svg?branch=master)](https://travis-ci.org/FluxML/Flux.jl) [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://fluxml.github.io/Flux.jl/stable/) [![](https://img.shields.io/badge/chat-on%20slack-yellow.svg)](https://slackinvite.julialang.org/)
2016-12-15 21:08:43 +00:00
2017-09-07 07:09:58 +00:00
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](https://github.com/FluxML/CuArrays.jl)).
2016-04-01 21:11:42 +00:00
2017-09-11 13:54:30 +00:00
```julia
julia> Pkg.add("Flux")
```
2017-09-11 13:56:35 +00:00
See the [documentation](http://fluxml.github.io/Flux.jl/stable/) or the [model zoo](https://github.com/FluxML/model-zoo/) for examples.