Chevron Left
Back to Applied Machine Learning in Python

Learner Reviews & Feedback for Applied Machine Learning in Python by University of Michigan

4.6
stars
8,495 ratings

About the Course

This course will introduce the learner to applied machine learning, focusing more on the techniques and methods than on the statistics behind these methods. The course will start with a discussion of how machine learning is different than descriptive statistics, and introduce the scikit learn toolkit through a tutorial. The issue of dimensionality of data will be discussed, and the task of clustering data, as well as evaluating those clusters, will be tackled. Supervised approaches for creating predictive models will be described, and learners will be able to apply the scikit learn predictive modelling methods while understanding process issues related to data generalizability (e.g. cross validation, overfitting). The course will end with a look at more advanced techniques, such as building ensembles, and practical limitations of predictive models. By the end of this course, students will be able to identify the difference between a supervised (classification) and unsupervised (clustering) technique, identify which technique they need to apply for a particular dataset and need, engineer features to meet that need, and write python code to carry out an analysis. This course should be taken after Introduction to Data Science in Python and Applied Plotting, Charting & Data Representation in Python and before Applied Text Mining in Python and Applied Social Analysis in Python....

Top reviews

JZ

Invalid date

Very good mix of video and python notebook. Some improvement can be done with the AutoGrader like get back the error python stack trace.

Globally, very good course - strongly recommanded

FL

Invalid date

Very well structured course, and very interesting too! Has made me want to pursue a career in machine learning. I originally just wanted to learn to program, without true goal, now I have one thanks!!

Filter by:

1151 - 1175 of 1,549 Reviews for Applied Machine Learning in Python

By YYuan

•

Nov 28, 2019

This course involves lots of concepts and algorithms in machine learning. As it is said by the teacher, for time, effort and aim limitations, this course only involves basic concepts and usage of sci-kit learn. It is a good hand-on course for beginners. Assignments are not so challenging compared with the previous two courses in the same specialization. I just finish assignments by following the module code in the course. I feel like not study as much as I expected through the assignment. I hope assignments can be changed by varieties and difficulties to let students know how a machine learning project is like and how the evaluation works but not simply call the precision/accuracy/recall function and the assignment finishes. Generally, you still learn a lot if you want 'applied machine learning'

By Guo X W

•

Jun 12, 2020

I personally enjoyed this course much more than the previous 2 courses in the specialisation. Overall, this course is ambitious and covers a lot of different algorithms. For each algorithm, a brief intuition is provided and we are taught how to code in Python. For this course, I felt that the assignments were a closer fit to the content covered in the videos (unlike the previous courses where the assignments required much more independent learning). However, this course will not provide the mathematical rigour that some learners may expect. Furthermore, the amount of content covered could be a bit overwhelming. It would be useful if the instructor could summarise the different steps we should take when faced with a ML problem, esp. for deciding which algorithm to use (since so many were covered)

By Zuha A

•

Sep 1, 2018

if you have a conceptual knowledge about Machine Learning algorithms, or at least supervise learning, this course would be very helpful for you. Otherwise, you are wasting your time.

This course is a programming session , helping you to implement the complicated machine learning algorithms using simple tools, without diving in any details or explain any mathematical backgrounds. So you supposed to build these fundamentals before coming here. For me, I took the wonderful course of Andrew Ng before this.

Furthermore, the course is very structured and organized, and its material, quizzes and assignments are greet , thus I consider their notebooks such a good reference I'll back to it every time I solve a ML problem.

By Nicolás C

•

Jan 15, 2018

Very good course. The content is excellent. You can get a good understanding of many popular Machine Learning algorithms. Maybe the most valuable concept you can learn is how to evaluate a classification model. It is also an applied course, so anyone more concerned of the applications than the theory will enjoy it.

The only drawback is that the evaluation of the assigments is done automatically, and you can have frustrating limitations for an answer that is correct but that is not EXACTLY as expected (I mean even the data structer have to much perfectly). The server also have quite restrictive memory limitations and the error messages are not always very helpful, but the staff will help you if you insist enough.

By Marcel P

•

Jan 28, 2019

The course is an excellent tour of machine learning methods. The best thing is that it provides the python codes for various applications of machine learning. These can represent a great starting point for real applications. The significant parameters of each model are explained and the usage of the main models is well depicted. However, the course is very dense and I think it should have been divided in 6-8 weeks. At least the unsupervised learning part, which is optional in the Week 4 should have a dedicated week, with assignments. Before doing this course I recommend something like the course of Andrew Ng (without that one, for me it would have been more difficult to follow this one).

By Cameron W

•

Oct 11, 2021

This course is really great for giving you a practical introduction to basic machine learning. You will be able to write code that builds your own machine learning models for regression and classification after you complete this course. Dr. Thompson is a great instructor and makes sure you know the fundamental mechanism of each model and how to apply it in practice.

The one reason this course doesn't get 5 stars is that each assignment has a few glitches at the beginning that must be fixed to import the requisite data. It's not a huge issue, but can't be identified without reading the discussion posts, and is honestly something a course of this reputation should have fixed by now.

By Julia N

•

Jan 20, 2021

The videos and jupyter notebook skeletons for this class are excellent! I've learned a lot and feel much more equipped to take on machine learning problems in the future. The quizzes were also informative, although the code sections were a little unintuitive as the base code was not visible. I also benefited from the forums where most of my questions already had written answers! My one hang up with this course is that one of the instructors/TAs responding in the forums was often rude and condescending to students. The information he provided was valuable, but his wording were needlessly cutting. More than once I saw responses he gave that were poorly worded in this way.

By Azeem u R

•

May 16, 2020

At the time of enrolling into this course, I was really not expecting that I would be taking so much out of it. But after completion I feel much confident about my concepts of machine learning techniques and how to use that knowledge on a real world data. This course also gave me a slight sense of confidence in handling any raw data and how to approach any problem related with machine learning solution. The instructor in the series is highly professional and his teaching style is relaxing yet informative. Thank you Coursera and Uni of Michigan for coming up with this course. Looking forward to other courses in the specialisation.

By TANVIR M T

•

Aug 10, 2020

I found the course content ideal to start my journey in machine learning. It was a bit much for me to understand so much within so little time but now, I know where should I emphasize more and how to have more concrete idea and knowledge about ml. The course would have been the best if the content were scaled down to less and had been a bit more easygoing but people with high processing and patient brain might get the best output from this course. I did not understand a lot of things and had to self study a lot but thanks to it, I got a good start. Thanks

By Ian R

•

Nov 11, 2019

I found the course to be a little bit too much of a whirlwind for me to get much more than the broadest strokes out of it. A lot of the topics covered were mentioned very briefly without much explanation of when or how they should be applied - especially week three felt like a barrage of "this exists, this exists, this exists..." without much explanation, and I don't think I'll retain very much of it. The Week 4 assignment, however, was adequately challenging and did give me cause to go back, review and dig deeper into many of the topics covered previously.

By Paulo C

•

May 3, 2020

Overall a good course! It was really what I was looking for: main focus is on how to apply algorithms and pros and cons of each model, instead of exhaustively explaining the theory behind each one, like some others courses do. The downside was the grade system. The platform has a lot of potential, but crashes all the time and there are many errors to troubleshoot when submitting assignments. The time invested to troubleshoot these problems was really frustrating, and probably the main reason i won't continue with the specialization.

By Amit A

•

Dec 23, 2019

The course is excellent and Professor Kevyn Collins-Thompson goes to the lengths and breaths to explain various machine learning algorithms and also provides a hands-on the syntaxes for the code to provide a deeper intuition to the problem. The course has a lot of info to be digested and one must go at his/her own pace to grasp all the details. There were some issues with the grader but thanks to the excellent mentors on the decision board, they helped me sort out all the issues. So thanks to the entire team once again.

By Yiding Y

•

Jul 1, 2018

Pros:The course provided me with a very good introduction about Machine Learning(in Application level), for example, the relative terms that be using, differences in classification and regression models, the validation metrics and methods, the related tools using in Python. It fulfills the application goal as the Professor said in the week1. I can utilize a lot from the course into my current work. Cons: The auto-grader could be improved better which can save learners lot of time debugging it.....

By Lauren r

•

May 23, 2020

There's obviously been some reordering of videos that can be confusing and repetitive and the quizzes are not carefully worded which leads to misunderstanding of questions and answers. The material though, unlike in the two previous classes in this specialization, actually help with the assignments so that the assignments help what you learned in the classes. The material is also presented mostly at a reasonable pace (except at the beginning of the second week).

By Rory P

•

Mar 14, 2018

More detailed videos/maybe case studies on applying the algorithms in real-life jobs would be good. The assignments are generally fairly good, but can be pretty easily cribbed from the course module notebooks. While this is okay since knowing exactly what syntax to write is less important when there are a lot of examples online, it would be good to have the assignments maybe incorporate more thinking about the models and what they mean.

By Sonmitra M

•

Jan 18, 2020

The course content was good and the assignments were designed brilliantly. I learned more while completing assignments and reading discussion forums. The auto-grader should be improved, it's time wasting and frustrating experience. No response from discussion forums even on technical issues can keep you waiting for weeks unless you solve the issue by your own by reading 2- 3 years old post and meanwhile lost money, time and patience.

By Thomas L

•

Nov 25, 2020

Great course with the first three assignments being relatively easier and straightforward compared to the first two courses. The fourth assignment required more individual studying and comprehensive understanding of all course materials in building and evaluating prediction models. Having finished this course, I feel much more confident in my ability to work with machine learning algorithms with sklearn and panda libraries.

By Tesfaye G

•

May 5, 2020

first of i would like to say thanks for my Almighty God for being with us all the way we do next i want to extend my thanks and appreciation to Coursera and my applied machine learing professor kevyn collins Thompson, i got this course it is very helpful for every body working on any technology apart from this i want to say a little about the course content that it was very nice if more practice added on it

thank you

By Zaccheus S S

•

Apr 7, 2021

Good overview of applied machine learning. Doesn't go too in-depth for each algorithm. Strikes a good balance which is what an "applied" course should do. However, the Jupyter Notebook content tend to have some errors which the curators might have missed. Also, the version of Python and the libraries used are outdated as at the time of me writing this review, hence in some situations I had to refer to deprecated APIs.

By Vidya M S

•

Sep 9, 2019

Good brief explainataion of supervised algorithm , its working and how its put to use with 'sklearn' . Jupyter notebooks on each module gives you a baseline of how machine learning is done with 'sklearn'. Quiz arent bad either . May be the last assignment on the final analysis of given data to provide a prediction could have been made more challenging by including grade on the EDA and explaination of model results.

By Renier B

•

Sep 19, 2017

I enjoyed this course. Many people comment on the lack of theory, but I think as important as theory is, it is even more important to be able to practically use ML algorithms.

This course will set you up to start doing Kaggle competitions quite adequately. In fact, the final assignment is very similar to a Kaggle competition and open-ended enough to make you really feel like you need to harness what you've learned.

By Vinayak N

•

Mar 2, 2019

Great course for beginners to start with Machine Learning in python. With sufficient paraphernalia about the concepts, the course dives straight into the guts of ML and helps a lot in applying ML concepts to datasets. The instructor is clear and concise and provides enough auxiliary reading for familiarizing ourself with previously-unknown ML concepts. Thanks to both U Mich and Coursera for organizing this course.

By Nicholas B

•

Feb 17, 2018

easily the most difficult course in the specialization (so far). learned a lot! Still, the course matter could've been made more clear in some areas of the assignments. Also, the time estimates are way low. Plan to spend 10 hours a week reviewing scikit learn documentation at a bare minimum. I spent over 12-15 hours a week on this course. I STRONGLY recommend if you're looking to get into machine learning.

By Mohammadmoein T

•

Jan 2, 2021

I did learn a lot from this course and its exercises. I believe it can be a good start for beginners in Machine learning. You might have to do lots of googling to figure out a few tricks in the assignments, but that only makes you a better learner. I wish the instructor didn't just read texts from the screen. There were a few mistakes in some of the lectures, but overall I'm very happy about my achievement.

By Dhanush b s

•

Aug 30, 2020

Many core concepts were not given much importance in the videos. The teacher talked in a very monotonous way and was literally reading from a script. Found myself going to several websites and the prescribed book most of the time.

But the final assignment really validated our work by giving us the opportunity to solve a problem all on our own without many hints.

Overall: Teacher- bad, course material-good