MM
Sep 22, 2022
This course is very helpful. The wonderfull part in this course was the final course project in which I had to create my own linear regression model by adding polynimial features and regularization.
GP
Nov 24, 2022
Great Course curated by IBM team. It is really designed well and helps to achieve the goal. It is as per the industry standard, and practical. One can do this course thoroughly and get a job.
By Nawab K
•Sep 12, 2023
this course was awesome from learning point of view as it was more detailed and required pre beginners knowledge about key concepts to move ahead . i have learned many concepts about machine learning models,
statistics , theory implementation part.
what i most enjoyed was the lab work as it was more detailed and there were plenty of things to learn from .
By Hossam G M
•Jun 23, 2021
This course is very great. it focuses mainly on codes and how to get your models trained well with the best results. and for that a prior knowledge of the algorithms and the coding language in addition to the different libraries would be better.
By Sebastian W
•Jun 20, 2024
Easy to understand and apply (+). Some code uses deprecated functions/methods. (-) Assignment answers seem to be mixed up (on very few occasions) so one has to randomly try out the correct answer to get 100%. (-) Issues reported.
By Sid C
•Mar 21, 2022
4/5 simply because not all the lesson Jupyter Notebooks are downloadable--the download links do not work. But the course content is very educational and has a good balance of difficulty enough to challenge you while learning.
By 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
By Gianluca P
•Jun 4, 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.
By 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
By Rahmi R
•Mar 19, 2025
Interesting course focusing more on the regression for the machine learning
By Pankaj Z
•Apr 19, 2021
Very helpful course. There are few ups and downs but overall its helpful.
By Mehdi S
•Jan 20, 2021
Good course with nice exemple for illustration
By Keyur U
•Dec 24, 2020
A great course to kick start your ML journey.
By Ihsan U
•Jan 23, 2025
this course material was so helpful
By Bernard F
•Nov 27, 2020
An truly exciting course!
By Daren L P
•Feb 22, 2024
thorough and well taught
By Feri I
•Aug 24, 2022
I like this is cuourse
By hassen g
•Oct 20, 2022
Great course
By Michael A
•Feb 6, 2025
very intense
By Nidhi K
•Nov 14, 2024
best course
By PUJA S
•Nov 25, 2024
excellent
By Iddi A A
•Dec 12, 2020
Excellent
By R U F U S
•Oct 6, 2024
good one
By Juhi S
•May 20, 2022
GOOD
By YASH A
•Apr 22, 2021
Nice
By 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.
By 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.