better intro
This commit is contained in:
parent
d4bc56e687
commit
cbaf661145
|
@ -1,6 +1,6 @@
|
|||
# Flux
|
||||
# Flux: The Julia Machine Learning Library
|
||||
|
||||
Flux is a library for machine learning, implemented in Julia. Flux lets you use the full power of the Julia language while providing a set of useful helper functionality, like common mathematical functions and optimisers.
|
||||
Flux is a library for machine learning. Flux comes "batteries-included" with many useful tools built in, but also lets you use the full power of the Julia language where you need it. The whole stack is implemented in clean Julia code (right down to the [GPU kernels](https://github.com/FluxML/CuArrays.jl)) and any part can be tweaked to your liking.
|
||||
|
||||
# Installation
|
||||
|
||||
|
|
Loading…
Reference in New Issue