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(
11
11
pages = [
12
12
" Getting Started" => [
13
13
" 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"
17
18
],
18
19
" Building Models" => [
19
20
" 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)
2
2
3
3
Flux is a pure Julia ML stack that allows you to build predictive models. Here are the steps for a typical Flux program:
4
4
File renamed without changes.
You can’t perform that action at this time.
0 commit comments