Skip to content

Commit a8641c1

Browse files
committed
updated slides with introductions and data links
1 parent 3058f5e commit a8641c1

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

docs/slides/aaptsm2020.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ transition: slide
2525

2626
</section>
2727

28+
29+
<section data-markdown>
30+
31+
## Introductions
32+
33+
* Name
34+
* Institution
35+
* Role
36+
* Experience with ML
37+
38+
</section>
39+
2840
<section data-markdown>
2941

3042
### What do you want to use Machine Learning for?
@@ -125,9 +137,9 @@ We have collected assessment scores from students on a mechanics concept invento
125137

126138
For this tutorial, we will guide you through reading in, plotting, and deciding on research questions.
127139

128-
[Link to Jupyter Notebook](https://github.com/learningmachineslab/tutorials/blob/master/exploring-data/data_exploration_tutorial.ipynb)
129-
130-
[Google JamBoard](https://jamboard.google.com/d/18xCxRs7PLuf1Zbb0HClImXql8RHqVunD56YzBQ-BKbE/edit?usp=sharing)
140+
* [Link to Jupyter Notebook](https://github.com/learningmachineslab/tutorials/blob/master/exploring-data/data_exploration_tutorial.ipynb)
141+
* [Link to Data](https://github.com/learningmachineslab/tutorials/raw/master/exploring-data/data/regression_data.csv)
142+
* [Google JamBoard](https://jamboard.google.com/d/18xCxRs7PLuf1Zbb0HClImXql8RHqVunD56YzBQ-BKbE/edit?usp=sharing)
131143

132144

133145

@@ -141,9 +153,9 @@ With the same assessment scores, we will determine what factors contribute most
141153

142154
We will also evaluate different models to try to understand how robust our findings are.
143155

144-
[Link to Jupyter Notebook](https://github.com/learningmachineslab/tutorials/blob/master/regression/regression.ipynb)
145-
146-
[Google JamBoard](https://jamboard.google.com/d/18xCxRs7PLuf1Zbb0HClImXql8RHqVunD56YzBQ-BKbE/edit?usp=sharing)
156+
* [Link to Jupyter Notebook](https://github.com/learningmachineslab/tutorials/blob/master/regression/regression.ipynb)
157+
* [Link to Data](https://raw.githubusercontent.com/learningmachineslab/tutorials/master/regression/data/regression_data.csv)
158+
* [Google JamBoard](https://jamboard.google.com/d/18xCxRs7PLuf1Zbb0HClImXql8RHqVunD56YzBQ-BKbE/edit?usp=sharing)
147159

148160
[Regression Methods in Python](https://scikit-learn.org/stable/supervised_learning.html#supervised-learning)
149161

0 commit comments

Comments
 (0)