File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ makedocs(
1111 pages = [
1212 " Getting Started" => [
1313 " Welcome" => " index.md" ,
14- " Quick Start" => " models/quickstart.md" ,
15- " Fitting a Line" => " models/overview.md" ,
16- " Gradients and Layers" => " models/basics.md" ,
14+ " Quick Start" => " getting_started/quickstart.md" ,
15+ " Fitting a Line" => " getting_started/overview.md" ,
16+ " Gradients and Layers" => " getting_started/basics.md" ,
17+ " Linear Regression" => " getting_started/linear_regression.md"
1718 ],
1819 " Building Models" => [
1920 " Built-in Layers 📚" => " models/layers.md" ,
Original file line number Diff line number Diff line change 1- # Linear Regression
1+ # [ Linear Regression] ( @ id man-linear-regression)
22
33Flux is a pure Julia ML stack that allows you to build predictive models. Here are the steps for a typical Flux program:
44
File renamed without changes.
You can’t perform that action at this time.
0 commit comments