Chevron Left
返回到 Supervised Machine Learning: Regression

学生对 IBM 提供的 Supervised Machine Learning: Regression 的评价和反馈

4.7
826 个评分

课程概述

This course introduces you to one of the main types of modelling families of supervised Machine Learning: Regression. You will learn how to train regression models to predict continuous outcomes and how to use error metrics to compare across different models. This course also walks you through best practices, including train and test splits, and regularization techniques. By the end of this course you should be able to: Differentiate uses and applications of classification and regression in the context of supervised machine learning  Describe and use linear regression models Use a variety of error metrics to compare and select a linear regression model that best suits your data Articulate why regularization may help prevent overfitting Use regularization regressions: Ridge, LASSO, and Elastic net   Who should take this course? This course targets aspiring data scientists interested in acquiring hands-on experience  with Supervised Machine Learning Regression techniques in a business setting.   What skills should you have? To make the most out of this course, you should have familiarity with programming on a Python development environment, as well as fundamental understanding of Data Cleaning, Exploratory Data Analysis, Calculus, Linear Algebra, Probability, and Statistics....

热门审阅

SP

Aug 10, 2021

Well structured course. Concepts are explained clearly with hands on exercises.

AI

Oct 18, 2023

The course is extremely good in understanding the concepts of regressions. Great work

筛选依据:

126 - Supervised Machine Learning: Regression 的 150 个评论(共 159 个)

创建者 Abdulwaliyi J

Aug 18, 2024

It's a nice course it deserve a 5/5 but some common and better regression algorithm like Decision Trees and Random Forest were not taught unlike the Classification part. Thanks

创建者 Gianluca P

Jun 3, 2021

very clear contents and explanations. Regression methods are thoroughly explained. Examples of coding are indeed a very good basis to start coding on the project.

创建者 Gourav G

Feb 24, 2022

AN amazing course and contain really time values content only regret is that coursera doesn't come in dark mode

创建者 Rizal A M

Oct 14, 2025

sebaiknya disediakan audio dengan bahasa indonesia agar lebih jelas dipahami

创建者 Rahmi R

Mar 19, 2025

Interesting course focusing more on the regression for the machine learning

创建者 Pankaj Z

Apr 18, 2021

Very helpful course. There are few ups and downs but overall its helpful.

创建者 Mehdi S

Jan 20, 2021

Good course with nice exemple for illustration

创建者 Keyur U

Dec 24, 2020

A great course to kick start your ML journey.

创建者 Ihsan U

Jan 23, 2025

this course material was so helpful

创建者 Ishani B M

May 30, 2025

Very well structured and taught

创建者 Bernard F

Nov 27, 2020

An truly exciting course!

创建者 Daren L P

Feb 22, 2024

thorough and well taught

创建者 Feri I

Aug 23, 2022

I like this is cuourse

创建者 Vikas M

Jul 23, 2025

nice great learnig

创建者 hassen g

Oct 20, 2022

Great course

创建者 Michael A

Feb 6, 2025

very intense

创建者 Nidhi K

Nov 14, 2024

best course

创建者 PUJA S

Nov 25, 2024

excellent

创建者 Iddi A A

Dec 11, 2020

Excellent

创建者 R U F U S

Oct 6, 2024

good one

创建者 KODIPARTHI C

Oct 27, 2025

good

创建者 Juhi S

May 20, 2022

GOOD

创建者 YASH A

Apr 22, 2021

Nice

创建者 Evangelos N

Feb 29, 2024

Overall a good course. Nothing special though. In detail: Pros: 1. Very good example code (jupyter notebooks) given. Can even be studied stanalone. Can be used as a reference for future cases. 2. Provides an holistic view in the regression pipeline. Cons: 1. The course is outdated and not very professional and this is obvious in various examples, to name a few: a) There are some syntax errors in the notebooks. b) There are English grammatical/syntax errors. c) There is content in the notebooks that was never introduced in the videos (SGD). d) There are video duplicates with different naming. e) The provided notebooks (normally 2 notebooks) each week are sometimes provided is wrong chronological order. 2. The course lacks mathematical foundation. In order to fully understand the topic you need to read theory from other resources in parallel. 3. The instructor clearly reads a pre-written text and making his speech monotonic and hard to follow. 4. The slides are boring and highly simplistic.

创建者 Patrick H

Oct 1, 2024

The focus on the different views on regularization and their importance in the quiz seems overrated. While they are a good way to understand what regularization really is, it seems not too relevant for daily practical use. And since the different views all describe the same thing it's not a good way to have all those questions on them in the quiz, because essentially every answer would be true. Instead it would make sense to focus more on the different types of regularization, how they differ and their respective implementations in sklearn.