When you enroll in this course, you'll also be enrolled in this Specialization.
Learn new concepts from industry experts
Gain a foundational understanding of a subject or tool
Develop job-relevant skills with hands-on projects
Earn a shareable career certificate
There are 4 modules in this course
Are you interested in predicting future outcomes using your data? This course helps you do just that! Machine learning is the process of developing, testing, and applying predictive algorithms to achieve this goal. Make sure to familiarize yourself with course 3 of this specialization before diving into these machine learning concepts. Building on Course 3, which introduces students to integral supervised machine learning concepts, this course will provide an overview of many additional concepts, techniques, and algorithms in machine learning, from basic classification to decision trees and clustering. By completing this course, you will learn how to apply, test, and interpret machine learning algorithms as alternative methods for addressing your research questions.
In this session, you will learn about decision trees, a type of data mining algorithm that can select from among a large number of variables those and their interactions that are most important in predicting the target or response variable to be explained. Decision trees create segmentations or subgroups in the data, by applying a series of simple rules or criteria over and over again, which choose variable constellations that best predict the target variable.
What's included
7 videos15 readings1 peer review
Show info about module content
7 videos•Total 40 minutes
What Is Machine Learning?•2 minutes
Machine Learning and the Bias Variance Trade-Off•6 minutes
What Is a Decision Tree?•5 minutes
What is the Process of Growing a Decision Tree?•4 minutes
Building a Decision Tree with SAS•9 minutes
Strengths and Weaknesses of Decision Trees in SAS•4 minutes
Building a Decision Tree with Python•9 minutes
15 readings•Total 150 minutes
Some Guidance for Learners New to the Specialization•10 minutes
SAS or Python - Which to Choose?•10 minutes
Getting Started with SAS•10 minutes
Getting Started with Python•10 minutes
Course Codebooks•10 minutes
Course Data Sets•10 minutes
Uploading Your Own Data to SAS•10 minutes
Data Set for Decision Tree Videos (tree_addhealth.csv)•10 minutes
SAS Code: Decision Trees•10 minutes
CART Paper - Prevention Science•10 minutes
Python Code: Decision Trees•10 minutes
Installing Graphviz and pydotplus•10 minutes
Getting Set up for Assignments•10 minutes
Tumblr Instructions•10 minutes
Assignment Example•10 minutes
1 peer review•Total 60 minutes
Running a Classification Tree•60 minutes
Random Forests
Module 2•2 hours to complete
Module details
In this session, you will learn about random forests, a type of data mining algorithm that can select from among a large number of variables those that are most important in determining the target or response variable to be explained. Unlike decision trees, the results of random forests generalize well to new data.
What's included
4 videos4 readings1 peer review
Show info about module content
4 videos•Total 25 minutes
What Is A Random Forest and How Is It "Grown"?•4 minutes
Building a Random Forest with SAS•7 minutes
Building a Random Forest with Python•6 minutes
Validation and Cross-Validation•8 minutes
4 readings•Total 40 minutes
SAS code: Random Forests•10 minutes
The HPForest Procedure in SAS•10 minutes
Python Code: Random Forests•10 minutes
Assignment Example•10 minutes
1 peer review•Total 60 minutes
Running a Random Forest•60 minutes
Lasso Regression
Module 3•2 hours to complete
Module details
Lasso regression analysis is a shrinkage and variable selection method for linear regression models. The goal of lasso regression is to obtain the subset of predictors that minimizes prediction error for a quantitative response variable. The lasso does this by imposing a constraint on the model parameters that causes regression coefficients for some variables to shrink toward zero. Variables with a regression coefficient equal to zero after the shrinkage process are excluded from the model. Variables with non-zero regression coefficients variables are most strongly associated with the response variable. Explanatory variables can be either quantitative, categorical or both. In this session, you will apply and interpret a lasso regression analysis. You will also develop experience using k-fold cross validation to select the best fitting model and obtain a more accurate estimate of your model’s test error rate.
To test a lasso regression model, you will need to identify a quantitative response variable from your data set if you haven’t already done so, and choose a few additional quantitative and categorical predictor (i.e. explanatory) variables to develop a larger pool of predictors. Having a larger pool of predictors to test will maximize your experience with lasso regression analysis. Remember that lasso regression is a machine learning method, so your choice of additional predictors does not necessarily need to depend on a research hypothesis or theory. Take some chances, and try some new variables. The lasso regression analysis will help you determine which of your predictors are most important. Note also that if you are working with a relatively small data set, you do not need to split your data into training and test data sets. The cross-validation method you apply is designed to eliminate the need to split your data when you have a limited number of observations.
What's included
5 videos3 readings1 peer review
Show info about module content
5 videos•Total 32 minutes
What is Lasso Regression?•5 minutes
Testing a Lasso Regression with SAS•10 minutes
Data Management for Lasso Regression in Python•4 minutes
Testing a Lasso Regression Model in Python•11 minutes
Lasso Regression Limitations•2 minutes
3 readings•Total 30 minutes
SAS Code: Lasso Regression•10 minutes
Python Code: Lasso Regression•10 minutes
Assignment Example•10 minutes
1 peer review•Total 60 minutes
Running a Lasso Regression Analysis•60 minutes
K-Means Cluster Analysis
Module 4•2 hours to complete
Module details
Cluster analysis is an unsupervised machine learning method that partitions the observations in a data set into a smaller set of clusters where each observation belongs to only one cluster. The goal of cluster analysis is to group, or cluster, observations into subsets based on their similarity of responses on multiple variables. Clustering variables should be primarily quantitative variables, but binary variables may also be included. In this session, we will show you how to use k-means cluster analysis to identify clusters of observations in your data set. You will gain experience in interpreting cluster analysis results by using graphing methods to help you determine the number of clusters to interpret, and examining clustering variable means to evaluate the cluster profiles. Finally, you will get the opportunity to validate your cluster solution by examining differences between clusters on a variable not included in your cluster analysis.
You can use the same variables that you have used in past weeks as clustering variables. If most or all of your previous explanatory variables are categorical, you should identify some additional quantitative clustering variables from your data set. Ideally, most of your clustering variables will be quantitative, although you may also include some binary variables. In addition, you will need to identify a quantitative or binary response variable from your data set that you will not include in your cluster analysis. You will use this variable to validate your clusters by evaluating whether your clusters differ significantly on this response variable using statistical methods, such as analysis of variance or chi-square analysis, which you learned about in Course 2 of the specialization (Data Analysis Tools). Note also that if you are working with a relatively small data set, you do not need to split your data into training and test data sets.
What's included
6 videos3 readings1 peer review
Show info about module content
6 videos•Total 42 minutes
What Is a k-Means Cluster Analysis?•7 minutes
Running a k-Means Cluster Analysis in SAS, pt. 1•8 minutes
Running a k-Means Cluster Analysis in SAS, pt. 2•6 minutes
Running a k-Means Cluster Analysis in Python, pt. 1•8 minutes
Running a k-Means Cluster Analysis in Python, pt. 2•10 minutes
k-Means Cluster Analysis Limitations•3 minutes
3 readings•Total 30 minutes
SAS Code: k-Means Cluster Analysis•10 minutes
Python Code: k-Means Cluster Analysis•10 minutes
Assignment Example•10 minutes
1 peer review•Total 60 minutes
Running a k-means Cluster Analysis•60 minutes
Earn a career certificate
Add this credential to your LinkedIn profile, resume, or CV. Share it on social media and in your performance review.
Instructors
Instructor ratings
Instructor ratings
We asked all learners to give feedback on our instructors based on the quality of their teaching style.
Wesleyan University, founded in 1831, is a diverse, energetic liberal arts community where critical thinking and practical idealism go hand in hand. With our distinctive scholar-teacher culture, creative programming, and commitment to interdisciplinary learning, Wesleyan challenges students to explore new ideas and change the world. Our graduates go on to lead and innovate in a wide variety of industries, including government, business, entertainment, and science.
"To be able to take courses at my own pace and rhythm has been an amazing experience. I can learn whenever it fits my schedule and mood."
Jennifer J.
Learner since 2020
"I directly applied the concepts and skills I learned from my courses to an exciting new project at work."
Larry W.
Learner since 2021
"When I need courses on topics that my university doesn't offer, Coursera is one of the best places to go."
Chaitanya A.
"Learning isn't just about being better at your job: it's so much more than that. Coursera allows me to learn without limits."
Learner reviews
4.2
328 reviews
5 stars
56.70%
4 stars
25.60%
3 stars
7.62%
2 stars
3.96%
1 star
6.09%
Showing 3 of 328
M
MS
4·
Reviewed on Mar 21, 2016
More examples in coding and results are expected. So it is more convenient for students to compare different results and understand deeper
B
BC
5·
Reviewed on Oct 4, 2016
Very good course. I recommend to anyone who's interested in data analysis and machine learning.
M
MK
4·
Reviewed on Apr 26, 2020
Since it is a part of a specialization, the topics start somewhere in between and is only recommended for those who have completed the previous courses with in these specialization.
When will I have access to the lectures and assignments?
To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.
What will I get if I subscribe to this Specialization?
When you enroll in the course, you get access to all of the courses in the Specialization, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.
Is financial aid available?
Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.