Online Course
Applied Machine Learning in Python
University of Michigan via Coursera
-
490
-
- Write review
Overview
Class Central Tips
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.
Syllabus
-This module introduces basic machine learning concepts, tasks, and workflow using an example classification problem based on the K-nearest neighbors method, and implemented using the scikit-learn library.
Module 2: Supervised Machine Learning - Part 1
-This module delves into a wider variety of supervised learning methods for both classification and regression, learning about the connection between model complexity and generalization performance, the importance of proper feature scaling, and how to control model complexity by applying techniques like regularization to avoid overfitting. In addition to k-nearest neighbors, this week covers linear regression (least-squares, ridge, lasso, and polynomial regression), logistic regression, support vector machines, the use of cross-validation for model evaluation, and decision trees.
Module 3: Evaluation
-This module covers evaluation and model selection methods that you can use to help understand and optimize the performance of your machine learning models.
Module 4: Supervised Machine Learning - Part 2
-This module covers more advanced supervised learning methods that include ensembles of trees (random forests, gradient boosted trees), and neural networks (with an optional summary on deep learning). You will also learn about the critical problem of data leakage in machine learning and how to detect and avoid it.
Taught by
Christopher Brooks, Kevyn Collins-Thompson, Daniel Romero and V. G. Vinod Vydiswaran
Related Courses
-
Machine Learning with Python: A Practical Introduction
IBM
5.0 -
Applied Data Science with Python
University of Michigan
-
Machine Learning for Accounting with Python
University of Illinois at Urbana-Champaign
-
Introduction to Machine Learning
ITMO University
-
Supervised Learning: Classification
IBM
-
Machine Learning with Python
IBM
5.0
Reviews
4.0 rating, based on 6 reviews
-
David Chen completed this course, spending 3 hours a week on it and found the course difficulty to be medium.
I took this course when it just came out. In my opinion, it was a wonderful overview of the basic machine learning concepts, including classification, regression, and clustering. The course made use of python Jupyter Notebook, and back then it was already... -
Anonymous completed this course.
Slow prof. Make you go sleep.
Could hardly tell where he is going. There is not continuity to his explanations.
Almost makes me think and question if he know the stuff he is talking about. -
Raivis Joksts completed this course, spending 14 hours a week on it and found the course difficulty to be medium.
This is an interesting course, but is somewhat lacking practical example to illustrate theoretical concepts. Topics like model evaluation and tuning parameters would have benefited if those are explained using real or semi-real life problem examples. Especially the quizzes needed more context as to why a particular situation might occur, and why that particular variable of interest is necessary. The feature selection / engineering aspect was just barely touched upon. -
Anonymous completed this course.
Interesting course, similar to Andrew Ng's machine learning course, but covers a slightly different spectrum of topics, and skips things like inner workings of gradient descent in order to have more of a focus on practical aspects of sklearn and python. -
Wichaiditsornpon@gmail.com completed this course, spending 5 hours a week on it and found the course difficulty to be medium.
this course is well and cover a lot and very practice assignment but for each week cover too much of detail that make us hard to focus with it would better if this course split into something like 6-8 week, and a bit slow if you already know ml -
Arka Das completed this course.
It's very good course for the student's.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...