DF
Not as good as the previous courses in this specialization - I agree with those who have noted that this one seemed a little rushed. However, these are still the best courses I've found on Coursera.
Case Studies: Analyzing Sentiment & Loan Default Prediction
In our case study on analyzing sentiment, you will create models that predict a class (positive/negative sentiment) from input features (text of the reviews, user profile information,...). In our second case study for this course, loan default prediction, you will tackle financial data, and predict when a loan is likely to be risky or safe for the bank. These tasks are an examples of classification, one of the most widely used areas of machine learning, with a broad array of applications, including ad targeting, spam detection, medical diagnosis and image classification. In this course, you will create classifiers that provide state-of-the-art performance on a variety of tasks. You will become familiar with the most successful techniques, which are most widely used in practice, including logistic regression, decision trees and boosting. In addition, you will be able to design and implement the underlying algorithms that can learn these models at scale, using stochastic gradient ascent. You will implement these technique on real-world, large-scale machine learning tasks. You will also address significant tasks you will face in real-world applications of ML, including handling missing data and measuring precision and recall to evaluate a classifier. This course is hands-on, action-packed, and full of visualizations and illustrations of how these techniques will behave on real data. We've also included optional content in every module, covering advanced topics for those who want to go even deeper! Learning Objectives: By the end of this course, you will be able to: -Describe the input and output of a classification model. -Tackle both binary and multiclass classification problems. -Implement a logistic regression model for large-scale classification. -Create a non-linear model using decision trees. -Improve the performance of any model using boosting. -Scale your methods with stochastic gradient ascent. -Describe the underlying decision boundaries. -Build a classification model to predict sentiment in a product review dataset. -Analyze financial data to predict loan defaults. -Use techniques for handling missing data. -Evaluate your models using precision-recall metrics. -Implement these techniques in Python (or in the language of your choice, though Python is highly recommended).
DF
Not as good as the previous courses in this specialization - I agree with those who have noted that this one seemed a little rushed. However, these are still the best courses I've found on Coursera.
KL
Great course. I learned a lot about Classification theories as well as practical issues. The assignments are very informative providing complimentary understanding to the lectures.
JH
All courses in this series are organized and taught in an extremely efficient manner. I have learned so much out of them and they have helped me with my current job and my next job search!
EM
Extremely clear and informative. Good introduction to ML. I felt the labs could have had us write a little more of our own code, and would have been better to use non-proprietary libraries.
RB
This class was very interesting. I learned a lot. I really enjoyed the way the instructor presented the information. The programming assignments were challenging learning opportunities.
SN
The way Carlos Guestrin explains things is exquisite. if basics is what is very important to you, and can learn code implementation and libraries from other sources, this is the go to course
IF
Good overview of classification. The python was easier in this section than previous sections (although maybe I'm just better at it by this point.) The topics were still as informative though!
CJ
Very impressive course, I would recommend taking course 1 and 2 in this specialization first since they skip over some things in this course that they have explained thoroughly in those courses
JC
This continues UWash's outstanding Machine Learning series of classes, and is equally as impressive, if not moreso, then the Regression class it follows. I'm super-excited for the next class!
ML
Great course!Personally I could use a little more on the math behind the algorithms (e.g. Adaboost, why does it work?).Also, would be great to add SVM in next iterations of this class.Thanks!
AN
Great knowledge about machine learning fundamentals, More math illustration needed though it's great knowledge and very great basics about different machine learning algorithm used in reality
RU
Best Machine Learning classification course by far....each aspect is explained in detail..but forum responses can be improved..Great course for machine Learning beginners... loved it.