From e353fbd127a326b9d3d61b6a84ef5fae578d05b4 Mon Sep 17 00:00:00 2001 From: Jun Date: Sat, 22 Feb 2025 11:16:40 +0800 Subject: [PATCH] Update README.md Remove one unnecessary space. --- 1-Introduction/1-intro-to-ML/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-Introduction/1-intro-to-ML/README.md b/1-Introduction/1-intro-to-ML/README.md index b3baaa50..b220be7e 100644 --- a/1-Introduction/1-intro-to-ML/README.md +++ b/1-Introduction/1-intro-to-ML/README.md @@ -67,7 +67,7 @@ Although the terms can be confused, machine learning (ML) is an important subset --- ## Concepts to cover -In this curriculum, we are going to cover only the core concepts of machine learning that a beginner must know. We cover what we call 'classical machine learning' primarily using Scikit-learn, an excellent library many students use to learn the basics. To understand broader concepts of artificial intelligence or deep learning, a strong fundamental knowledge of machine learning is indispensable, and so we would like to offer it here. +In this curriculum, we are going to cover only the core concepts of machine learning that a beginner must know. We cover what we call 'classical machine learning' primarily using Scikit-learn, an excellent library many students use to learn the basics. To understand broader concepts of artificial intelligence or deep learning, a strong fundamental knowledge of machine learning is indispensable, and so we would like to offer it here. --- ## In this course you will learn: