Skip to content

Commit

Permalink
Add chapters (#1)
Browse files Browse the repository at this point in the history
And disable auto-numbering.
  • Loading branch information
jonthegeek authored Apr 23, 2024
1 parent ebd58d4 commit 520b7b0
Show file tree
Hide file tree
Showing 8 changed files with 146 additions and 1 deletion.
24 changes: 24 additions & 0 deletions 09_linear-discriminant-analysis.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 9 Linear Discriminant Analysis

**Learning objectives:**

- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY

## SLIDE 1 {-}

- ADD SLIDES AS SECTIONS (`##`).
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF.

## Meeting Videos {-}

### Cohort 1 {-}

`r knitr::include_url("https://www.youtube.com/embed/URL")`

<details>
<summary> Meeting chat log </summary>

```
LOG
```
</details>
24 changes: 24 additions & 0 deletions 10_logistic-regression.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 10 Logistic Regression

**Learning objectives:**

- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY

## SLIDE 1 {-}

- ADD SLIDES AS SECTIONS (`##`).
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF.

## Meeting Videos {-}

### Cohort 1 {-}

`r knitr::include_url("https://www.youtube.com/embed/URL")`

<details>
<summary> Meeting chat log </summary>

```
LOG
```
</details>
2 changes: 1 addition & 1 deletion 99999.Rmd → 11_linear-regression.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {{{chapter_title}}}
# 11 Linear Regression

**Learning objectives:**

Expand Down
24 changes: 24 additions & 0 deletions 12_generalized-linear-models.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 12 Generalized Linear Models

**Learning objectives:**

- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY

## SLIDE 1 {-}

- ADD SLIDES AS SECTIONS (`##`).
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF.

## Meeting Videos {-}

### Cohort 1 {-}

`r knitr::include_url("https://www.youtube.com/embed/URL")`

<details>
<summary> Meeting chat log </summary>

```
LOG
```
</details>
24 changes: 24 additions & 0 deletions 13_neural-networks-for-structured-data.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 13 Neural Networks for Structured Data

**Learning objectives:**

- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY

## SLIDE 1 {-}

- ADD SLIDES AS SECTIONS (`##`).
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF.

## Meeting Videos {-}

### Cohort 1 {-}

`r knitr::include_url("https://www.youtube.com/embed/URL")`

<details>
<summary> Meeting chat log </summary>

```
LOG
```
</details>
24 changes: 24 additions & 0 deletions 14_neural-networks-for-images.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 14 Neural Networks for Images

**Learning objectives:**

- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY

## SLIDE 1 {-}

- ADD SLIDES AS SECTIONS (`##`).
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF.

## Meeting Videos {-}

### Cohort 1 {-}

`r knitr::include_url("https://www.youtube.com/embed/URL")`

<details>
<summary> Meeting chat log </summary>

```
LOG
```
</details>
24 changes: 24 additions & 0 deletions 15_neural-networks-for-sequences.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 15 Neural Networks for Sequences

**Learning objectives:**

- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY

## SLIDE 1 {-}

- ADD SLIDES AS SECTIONS (`##`).
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF.

## Meeting Videos {-}

### Cohort 1 {-}

`r knitr::include_url("https://www.youtube.com/embed/URL")`

<details>
<summary> Meeting chat log </summary>

```
LOG
```
</details>
1 change: 1 addition & 0 deletions _output.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
bookdown::gitbook:
css: style.css
split_by: section
number_sections: false
config:
toc:
collapse: section
Expand Down

0 comments on commit 520b7b0

Please sign in to comment.