You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: individual_modules/section_landing_pages/introduction_to_machine_learning.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,25 +15,25 @@ Welcome to Intro to Machine Learning, a course designed to introduce you to core
15
15
16
16
* Both [*Introduction to Python*](introduction_to_python.md) and [*Python for Data Analysis*](python_for_data_analysis.md) are pre-requisites for attending this course. If you have not attended these courses, please review the full course materials in your own time.
17
17
* As a minimum, you should be comfortable performing data analysis in `Numpy` and `Pandas`, and in creating plots with `Matplotlib`, without the need for regular guidance or support. Familiarity with Jupyter Notebooks is highly recommended.
18
-
* In addition, we also recommend that you are comfortable using virtual environments: please see our self-study guide to do this.
18
+
* In addition, we also recommend that you are comfortable using virtual environments: please see our [self-study guide](../../short_courses/virtual_environments.ipynb) to do this.
19
19
20
20
## Session content
21
21
22
-
This course will be delivered via slides, which can be found [here](https://github.com/coding-for-reproducible-research/CfRR_Courses/tree/main/individual_modules/introduction_to_machine_learning/slides), and the tutorials via Jupyter Notebooks (these are the self-study notes).
22
+
This course will be delivered via a mix of slides and programming tutorials. Materials can be found at the following links:
23
23
24
24
### Session 1
25
25
26
-
*Slides: what is machine learning?
27
-
*Tutorial: linear regression
28
-
*Slides: model selection and evaluation
26
+
*Part 1: What is machine learning? - [Click for slides](../../_static/intro_to_ml_slides/intro_to_ml_part_1.pdf)
27
+
*Part 2: Linear regression - [Click for Jupyter Notebook](../introduction_to_machine_learning/1_linear_regression.ipynb)
28
+
*Part 3: Model selection and evaluation - [Click for slides](../../_static/intro_to_ml_slides/intro_to_ml_part_2.pdf)
29
29
30
30
### Session 2
31
31
32
-
*Tutorial: model selection and evaluation
33
-
*Slides: the machine learning pipeline
34
-
*Tutorial: machine learning pipeline task
32
+
*Part 1: Model selection and evaluation - [Click for Jupyter Notebook](../introduction_to_machine_learning/2_model_selection.ipynb)
33
+
*Part 2: The machine learning pipeline - [Click for slides](../../_static/intro_to_ml_slides/intro_to_ml_part_3.pdf)
Copy file name to clipboardExpand all lines: programme_information/introduction_to_machine_learning.ipynb
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -99,16 +99,12 @@
99
99
"\n",
100
100
"## Self study materials \n",
101
101
"\n",
102
-
"The self-study material for this course is available [here](../individual_modules/section_landing_pages/introduction_to_machine_learning.md).\n",
102
+
"This course will be delivered via a mixture of slides and programming tutorials. All materials for this course can be found and downloaded from the course landing page [here](../individual_modules/section_landing_pages/introduction_to_machine_learning.md).\n",
103
103
"\n",
104
104
"## Developers\n",
105
105
"\n",
106
106
"The developer of this course is **Simon Kirby**.\n",
107
107
"\n",
108
-
"## Course content\n",
109
-
"\n",
110
-
"As well as the self-study tutorial notebooks, three slide decks will be used. These can be downloaded from [here](https://github.com/coding-for-reproducible-research/CfRR_Courses/tree/main/individual_modules/introduction_to_machine_learning/slides).\n",
111
-
"\n",
112
108
"## License info\n",
113
109
"\n",
114
110
"Most materials are licensed under MIT. The machine learning pipeline example is licensed under Apache 2.0."
0 commit comments