From 5274ab1b193ba85ce83edc8bca2e72c0f3ce5f84 Mon Sep 17 00:00:00 2001 From: Priyank Khanna <55731241+priyankkhanna@users.noreply.github.com> Date: Wed, 25 Aug 2021 18:47:59 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cdf1695..5ec3a034 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ By ensuring that the content aligns with projects, the process is made more enga | Lesson Number | Topic | Lesson Grouping | Learning Objectives | Linked Lesson using Python | Author | |:-------------:|:----------------------------------------------------------:|:---------------------------------------------------:|---------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------:|:--------------:| -| 01 | Introduction to machine learning | [Introduction](1-Introduction/README.md) | Learn the basic concepts behind machine learning | [Python](1-Introduction/1-intro-to-ML/README.md) ,[R](#) | Muhammad | -| 02 | The History of machine learning | [Introduction](1-Introduction/README.md) | Learn the history underlying this field | [Python](1-Introduction/2-history-of-ML/README.md) ,[R](#) | Jen and Amy | +| 01 | Introduction to machine learning | [Introduction](1-Introduction/README.md) | Learn the basic concepts behind machine learning | [Python](1-Introduction/1-intro-to-ML/README.md) ,[R](#) | Muhammad | +| 02 | The History of machine learning | [Introduction](1-Introduction/README.md) | Learn the history underlying this field | [Python](1-Introduction/2-history-of-ML/README.md) ,[R](#) | Jen and Amy | | 03 | Fairness and machine learning | [Introduction](1-Introduction/README.md) | What are the important philosophical issues around fairness that students should consider when building and applying ML models? | [Python](1-Introduction/3-fairness/README.md) ,[R](#) | Tomomi | | 04 | Techniques for machine learning | [Introduction](1-Introduction/README.md) | What techniques do ML researchers use to build ML models? | [Python](1-Introduction/4-techniques-of-ML/README.md) ,[R](#) | Chris and Jen | | 05 | Introduction to regression | [Regression](2-Regression/README.md) | Get started with Python and Scikit-learn for regression models | [Python](2-Regression/1-Tools/README.md) ,[R](#) | Jen |