forked from r4ds/bookclub-islr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path10.Rmd
57 lines (38 loc) · 1.01 KB
/
10.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Deep Learning
**Learning objectives:**
- Describe the structure of a *single-layer neural network.*
- Describe the structure of a *multilayer neural network.*
- Describe the structure of a *convolutional neural network.*
- Describe the structure of a *recurrent neural network.*
- **Compare deep learning** to simpler models.
- **Recognize** the process by which **neutral networks are fit.**
- Explain the **double descent** phenomenon.
## Slide 1
- Try to follow a slide-like format.
## Slide 2
- Use `##` to create new slides (sections).
## Meeting Videos
### Cohort 1
`r knitr::include_url("https://www.youtube.com/embed/URL")`
<details>
<summary> Meeting chat log </summary>
```
ADD LOG HERE
```
</details>
### Cohort 2
`r knitr::include_url("https://www.youtube.com/embed/URL")`
<details>
<summary> Meeting chat log </summary>
```
ADD LOG HERE
```
</details>
### Cohort 3
`r knitr::include_url("https://www.youtube.com/embed/URL")`
<details>
<summary> Meeting chat log </summary>
```
ADD LOG HERE
```
</details>