diff --git a/latest/contributing.html b/latest/contributing.html index 9a78e414..f81cddcf 100644 --- a/latest/contributing.html +++ b/latest/contributing.html @@ -92,7 +92,7 @@ Contributing & Help - + diff --git a/latest/index.html b/latest/index.html index 6b897348..236b6b66 100644 --- a/latest/index.html +++ b/latest/index.html @@ -92,7 +92,7 @@ Home - + @@ -110,17 +110,17 @@ Flux Flux is a high-level interface for machine learning, implemented in Julia.

-Flux aims to be intuitive and powerful notation close to the mathematics, while providing advanced features like auto-unrolling and closures. Simple models are trivial, and the most complex architectures are tractable, taking orders of magnitude less code than in other frameworks. Meanwhile, the Flux compiler provides excellent error messages and tools for debugging when things go wrong. +Flux aims to be an intuitive and powerful notation, close to the mathematics, that provides advanced features like auto-unrolling and closures. Simple models are trivial, while the most complex architectures are tractable, taking orders of magnitude less code than in other frameworks. Meanwhile, the Flux compiler provides excellent error messages and tools for debugging when things go wrong.

-So what's the catch? Flux is at an early "working prototype" stage; many things work but the API is still in a state of- well, it might change. +So what's the catch? Flux is at an early "working prototype" stage; many things work but the API is still in a state of... well, it might change.

If you're interested to find out what does - work, read on... + work, read on!