better intro

This commit is contained in:
Mike J Innes 2017-09-07 03:16:45 -04:00
parent d4bc56e687
commit cbaf661145
1 changed files with 2 additions and 2 deletions

View File

@ -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