Latest Courses
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
Git &Github Practice Tests & Interview Questions (Basic/Adv)Check course
Machine Learning and Deep Learning for Interviews & ResearchCheck course
Laravel | Build Pizza E-commerce WebsiteCheck course
101 - F5 CERTIFICATION EXAMCheck course
Master Python by Practicing 100 QuestionCheck course
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
Machine Learning: Classification

Machine Learning: Classification

FREE

Add your review
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare
8.6/10 (Our Score)
Product is rated as #103 in category Machine Learning

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 …

Instructor Details

Carlos Guestrin is the Amazon Professor of Machine Learning at the Computer Science & Engineering Department of the University of Washington. He is also a co-founder and CEO of Dato, Inc., focusing on making it easy to build intelligent applications that use large-scale machine learning at their core. His previous positions include the Finmeccanica Associate Professor at Carnegie Mellon University and senior researcher at the Intel Research Lab in Berkeley. Carlos is a recipient of a National Science Foundation CAREER Award, an Alfred P. Sloan Fellowship, and the Stanford Centennial Teaching Assistant Award. Carlos was also named one of the 2008 `Brilliant 10' by Popular Science Magazine, received the IJCAI Computers and Thought Award from the top AI conference, and the Presidential Early Career Award for Scientists and Engineers (PECASE) from President Obama.

Specification: Machine Learning: Classification

Duration

40 hours

Year

2016

Certificate

Yes

Quizzes

No

52 reviews for Machine Learning: Classification

4.6 out of 5
40
7
3
2
0
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Akash G

    good

    Helpful(0) Unhelpful(0)You have already voted this
  2. Reinhold L

    Very good course for classification in machine learning – top presentation documents – very well structured and practical

    Helpful(0) Unhelpful(0)You have already voted this
  3. Shazia B

    one of the best experience about this course i gained I learned a lot about machine learning classification further machine learning regression thanks a lot Coursera 🙂

    Helpful(0) Unhelpful(0)You have already voted this
  4. Ashish C

    more topics like deep learning, neural networks need to be introduced

    Helpful(0) Unhelpful(0)You have already voted this
  5. Shashidhar Y

    Nice!!

    Helpful(0) Unhelpful(0)You have already voted this
  6. Neelkanth S M

    The content is good but completing assignments is a real pain because they choose to deploy a unstable proprietary python library, which gives hard time installing and running (as of Q1 2019). The entire learning experience is marred by this Graphlab python library.

    Helpful(0) Unhelpful(0)You have already voted this
  7. Martin B

    As with all the courses in this specialization: great production values, excellent tuition. Useful assignments, even though the reliance of Graphlab Create is a bit of a drag. I also would have liked to see some discussion of Support Vector Machines.

    Helpful(0) Unhelpful(0)You have already voted this
  8. YASHKUMAR R T

    This course will provide you clear and detailed explanation of all the topics of Classification.

    Helpful(0) Unhelpful(0)You have already voted this
  9. MAO M

    lots of work. very good for beginners

    Helpful(0) Unhelpful(0)You have already voted this
  10. akashkr1498

    good course but make quize and assignment quize more understandable

    Helpful(0) Unhelpful(0)You have already voted this
  11. Miguel A B P

    Excellent course!

    Helpful(0) Unhelpful(0)You have already voted this
  12. Vibhutesh K S

    It was a very detailed course. I wished, doing it much earlier in my research career. Great insights and Exercises.

    Helpful(0) Unhelpful(0)You have already voted this
  13. Gaurav C

    Would have loved even more had Carlos explained his students gradient boosting as well. I liked the way of his taught in lectures.

    Helpful(0) Unhelpful(0)You have already voted this
  14. Karthik M

    Excellent course and the instructors cover all the important topics

    Helpful(0) Unhelpful(0)You have already voted this
  15. Dohyoung C

    Great … I learned quite a lot about classification

    Helpful(0) Unhelpful(0)You have already voted this
  16. Md s

    awesome course , have learned lot of stuff

    Helpful(0) Unhelpful(0)You have already voted this
  17. sudheer n

    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

    Helpful(0) Unhelpful(0)You have already voted this
  18. lokeshkunuku

    its been 3 weeks I started this course it was so nice and awesome. the lectures explaination and the ppt all were well crafted and easy to pick and understand.

    Helpful(0) Unhelpful(0)You have already voted this
  19. Lewis C L

    First, coursera is a ghost town. There is no activity on the forum. Real responses stopped a year ago. Most of the activity is from 3 years ago. This course is dead. Two, this course seems to approach the topic as teaching inadequate ways to perform various tasks to show the inadequacies. You can learn from that; we will make mistakes or use approaches that are less than ideal. But, that should be a quick “don’t do this,” while moving on to better approaches Three, the professors seem to dismiss batch learning as a “dodgy” technique. If Hinton, Bengio, and other intellectual leaders of the field recommend it as the preferred technique, then it probably is. Four, the professors emphasize log likelihood. Mathematically, minus the log likelihood is the same as cross–entropy cost. The latter is more robust and applicable to nearly every classification problem (except decision trees), and so is a more versatile formulation. As neither actually plays any roll in the training algorithm except as guidance for the gradient and epsilon formulas and as a diagnostic, the more versatile and robust approach should be preferred. The professors seem very focused on decision trees. Despite the “apparent” intuitive appeal and computational tractability, the technique seems to be eclipsed by other methods. Worth teaching and occasionally using to be sure, but not for 3/4 of the course. There are many mechanical problems that remain in the material. At least 6 errors in formulas or instructions remain. Most can be searched for on the forum to find some resolution, through a lot of noise. Since the last corrections were made 3 years ago, the UW or Coursera’s lack of interest shows. It was a bit unnecessary to use a huge dataset that resulted in a training matrix or over 10 billion cells. Sure, if you wanted to focus on methods for scaling––very valuable indeed––go for it. But, this lead to unnecessary long training times and data issues that were, at best, orthogonal to the overall purpose of highlighting classification techniques and encouraging good insights about how classification techniques work. The best thing about the course was the willingness to allow various technologies to be used. The developers went to some lengths to make this possible. It was far more work to stray outside the velvet ropes of the Jupiter notebooks, but it was very rewarding. Finally, the quizzes were dependent on numerical point answers that could often be matched only by using the same exact technology and somewhat sloppy approaches (no lowercase for word sentiment analysis, etc.). It does take some cleverness to think of questions that lead to the right answer if the concepts are implemented properly. It doesn’t count when the answers rely precisely on anomalies. I learned a lot, but only because I wrote my own code and was able to think more clearly about it, but that was somewhat of a side effect. All in all, a disappointing somewhat out of date class.

    Helpful(3) Unhelpful(0)You have already voted this
  20. Yufeng X

    The lecture is super. The exams could be more challenging–:)

    Helpful(0) Unhelpful(0)You have already voted this
  21. Aakash S

    Amazing Explanation of every thing related to Classification. Thanks a lot for the course.

    Helpful(0) Unhelpful(0)You have already voted this
  22. Thuc D X

    Sometimes the assignment description was hard to follow along. Overall, the course equips me a good understand and practical skills to tackle classification tasks.

    Helpful(0) Unhelpful(0)You have already voted this
  23. Gaurav B

    Explaination Is Not good I have to take help from other courses

    Helpful(0) Unhelpful(0)You have already voted this
  24. Jafed E

    I enjoy the lectures. The professor has a good speaking and teaching style which keeps me interested. Lots of concrete math examples which make it easier to understand. Very good slides which are well formulated and easy to understand

    Helpful(0) Unhelpful(0)You have already voted this
  25. Naman M

    you can’t find a better course on machine learning as compared to this one. Simply the best course on coursera

    Helpful(0) Unhelpful(0)You have already voted this
  26. Shaik R

    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.

    Helpful(0) Unhelpful(0)You have already voted this
  27. Yacine M T

    Very helpful. Thank you

    Helpful(0) Unhelpful(0)You have already voted this
  28. Fan J

    good content, help me a lot!

    Helpful(0) Unhelpful(0)You have already voted this
  29. Kevin

    Great course for beginner to intermediate data science enthusiast! This course teaches you how to implement logistic regression, decision tree, AdaBoost algorithm, and stochastic approach from scratch! There’s also some assignment to learn how to implement those algorithms in our preferred library. Would be great if Carlos & Emily can bring another advanced machine learning course!

    Helpful(0) Unhelpful(0)You have already voted this
  30. Naveendhar

    Last portion was a little difficult to relate to why we started this move for large datasets in the first place. I had to keep going to the fact that I am going to be handling large datasets. Like the use cases. simple and effective. The quizzes were simple and the graph questions were really helpful in gauging my understanding of math behind these models.

    Helpful(0) Unhelpful(0)You have already voted this
  31. Hanna L

    Great class!

    Helpful(0) Unhelpful(0)You have already voted this
  32. RISHI P M

    Good

    Helpful(0) Unhelpful(0)You have already voted this
  33. Muhammad W K

    A great course. Starting from very simple and easy–to–understand concepts of classification, it takes us through very important grass–root concepts and algorithms necessary not only in classification but in better general machine learning understanding too. Like Precision and Recall, Boosting, Scalability and Online machine learning etc.

    Helpful(0) Unhelpful(0)You have already voted this
  34. VIGNESHKUMAR R

    good

    Helpful(0) Unhelpful(0)You have already voted this
  35. Gareth J

    A good course to teach the key points.

    Helpful(0) Unhelpful(0)You have already voted this
  36. Muhammad Z H

    I have learned alot

    Helpful(0) Unhelpful(0)You have already voted this
  37. RAJKUMAR R V

    It will definitely help you in understanding the basics to dept of most of the algorithms. Even though you are already aware of most of the things covered elsewhere related to Classification, this course will add up up a considerable amount of extra inputs which will help to understand and explore more things in Machine learning.

    Helpful(1) Unhelpful(0)You have already voted this
  38. Parab N S

    Excellent course on Classification by University of Washington

    Helpful(0) Unhelpful(0)You have already voted this
  39. AJAY K

    Excellent tutorials

    Helpful(0) Unhelpful(0)You have already voted this
  40. Shrikrishna S P

    The course is very well structured. It starts from the basic classifiers, further moving on to more complex ones. The instructors teach how to implement each mentioned algorithm from scratch, this really makes the course above par. I loved the course and it helped me to become a good machine learning practitioner. Thanks Emily and Carlos.

    Helpful(0) Unhelpful(0)You have already voted this
  41. Neemesh J

    Awesome learning experience.

    Helpful(0) Unhelpful(0)You have already voted this
  42. Nitin K M

    The course is perfect for people who want to gain in–depth knowledge of classification algorithms but exercise descriptions are vague. I found trouble understanding the flow of assignments. Also, Bagging and Gradient Boosting techniques were not covered under ensembles. Overall, the course is awesome.

    Helpful(0) Unhelpful(0)You have already voted this
  43. Francesco

    The material is good, but the choice of using GraphLab Create is a poor one. It’s not used in the industry and it’s poorly supported. I had issues installing it both via command line and via the installer, so I ended up using the AWS machine. But that has it’s own drawbacks, such as the slowness and the setup time.

    Helpful(0) Unhelpful(0)You have already voted this
  44. AMARTHALURU N K

    good

    Helpful(0) Unhelpful(0)You have already voted this
  45. Michael O T

    A great professor and a lot of knowledge about machine learning classification

    Helpful(0) Unhelpful(0)You have already voted this
  46. Germanno T

    Excellent Course!

    Helpful(0) Unhelpful(0)You have already voted this
  47. Nick S

    The course itself is well structured and introduce gradually the complexity. Unfortunately, the exercises requires the use of a specific library, instead of scikit–learn and numpy. Furthermore, they also required Python 2, while Python 3 is now widely used.

    Helpful(0) Unhelpful(0)You have already voted this
  48. Jane z

    The hands–on approach is excellent. Not only I learned ML / Classification, I was able to practice Python skills and statistical skills as well. THANK YOU!

    Helpful(0) Unhelpful(0)You have already voted this
  49. Emil K

    Such a great course. Brings the math behind machine learning to users without a math background. Thank you.

    Helpful(0) Unhelpful(0)You have already voted this
  50. Aparna g

    very Good Concept

    Helpful(0) Unhelpful(0)You have already voted this
  51. Mr. J

    spectacular

    Helpful(0) Unhelpful(0)You have already voted this
  52. Cosmos D I

    This course is very informational!

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Price tracking

    Java Code Geeks
    Logo
    Register New Account
    Compare items
    • Total (0)
    Compare