This repository contains the source files of Flux site.
Flux is an elegant approach to machine learning. It's a 100% pure-Julia stack, and provides lightweight abstractions on top of Julia's native GPU and AD support. Flux makes the easy things easy while remaining fully hackable.
Before building this site on your local machine, you need to install the following:
To build the Flux site locally:
-
Clone this repo.
-
Navigate to your local copy.
-
Run the site locally:
$bundle exec jekyll serve
Note: To preview the Flux site, go to
http://localhost:4000
.