diff --git a/latest/apis/backends.html b/latest/apis/backends.html index 70a50de2..b7523f00 100644 --- a/latest/apis/backends.html +++ b/latest/apis/backends.html @@ -113,6 +113,11 @@ In Action Logistic Regression +
-If you're interested in hacking on Flux, most of the code is pretty straightforward. Adding new layer definitions or cost functions is simple using the Flux DSL itself, and things like data utilities and training processes are all plain Julia code. The
+If you're interested in hacking on Flux, most of the
+
+code
+
+ is pretty straightforward. Adding new
+
+layer definitions
+
+ or cost functions is simple using the Flux DSL itself, and things like data utilities and training processes are all plain Julia code. The
compiler
directory is a bit more involved and is documented in
@@ -172,12 +185,12 @@ If you get stuck or need anything, let us know!