Skip to content

Commit 7ca0693

Browse files
update links to machine learning notes
1 parent 0772809 commit 7ca0693

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

individual_modules/section_landing_pages/introduction_to_machine_learning.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ Welcome to Intro to Machine Learning, a course designed to introduce you to core
1515

1616
* 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.
1717
* 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.
1919

2020
## Session content
2121

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:
2323

2424
### Session 1
2525

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)
2929

3030
### Session 2
3131

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)
34+
* Part 3: Machine learning pipeline task - [Click for Jupyter Notebook](../introduction_to_machine_learning/3_pipeline_task.ipynb)
3535

3636
### Session 3
3737

38-
* Tutorial continued: machine learning pipeline task
39-
* Tutorial: unsupervised learning
38+
* Continued: Machine learning pipeline task - [Click for Jupyter Notebook](../introduction_to_machine_learning/3_pipeline_task.ipynb)
39+
* Part 2: Unsupervised learning - [Click for Jupyter Notebook](../introduction_to_machine_learning/4_unsupervised_learning.ipynb)

programme_information/introduction_to_machine_learning.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,12 @@
9999
"\n",
100100
"## Self study materials \n",
101101
"\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",
103103
"\n",
104104
"## Developers\n",
105105
"\n",
106106
"The developer of this course is **Simon Kirby**.\n",
107107
"\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",
112108
"## License info\n",
113109
"\n",
114110
"Most materials are licensed under MIT. The machine learning pipeline example is licensed under Apache 2.0."

0 commit comments

Comments
 (0)