Overview and Courses
Machine learning is emerging as today’s fastest-growing job as the role of automation and AI expands in every industry and function.
Cornell’s Machine Learning certificate program equips you to implement machine learning algorithms using Python. Using a combination of math and intuition, you will practice framing machine learning problems and construct a mental model to understand how data scientists approach these problems programmatically. Through investigation and implementation of k-nearest neighbors, naive Bayes, regression trees, and others, you’ll explore a variety of machine learning algorithms and practice selecting the best model, considering key principles of how to implement those models effectively. You will also have an opportunity to implement algorithms on live data while practicing debugging and improving models through approaches such as ensemble methods and support vector machines. Finally, the coursework will explore the inner workings of neural networks and how to construct and adapt neural networks for various types of data.
This program uses Python and the NumPy library for code exercises and projects. Projects will be completed using Jupyter Notebooks.
Machine learning is complex. While you do not need to have machine learning experience in order to take the program, we strongly recommend having prior experience in math, including familiarity with Python, probability theory, statistics, multivariate calculus and linear algebra.
Check your readiness with this free pretest now.
Course list
- Feb 26, 2025
- Mar 12, 2025
- Mar 26, 2025
- Apr 9, 2025
- May 7, 2025
- May 21, 2025
- Jun 4, 2025
In this course, you will use the Maximum Likelihood Estimate (MLE) to approximate distributions from data. Using the Bayes Optimal Classifier, you will learn how the assumptions you make will impact your estimations. You will then learn to apply the Naive Bayes Assumption to estimate probabilities for problems that contain a high number of dimensions. Ultimately, you will apply this understanding to implement the Naive Bayes Classifier in order to build a name classification system.
The following course is required to be completed before taking this course:
- Problem-Solving with Machine Learning
- Feb 12, 2025
- Feb 26, 2025
- Mar 12, 2025
- Mar 26, 2025
- Apr 9, 2025
- Apr 23, 2025
- May 7, 2025
In this course, you are introduced to and implement the Perceptron algorithm, a linear classifier that was developed at Cornell in 1957. Through the exploration of linear and logistic regression, you will learn to estimate probabilities that remain true to the problem settings. By using gradient descent, we minimize loss functions. Ultimately, you will apply these skills to build a email spam classifier.
The following courses are required to be completed before taking this course:
- Problem-Solving with Machine Learning
- Estimating Probability Distributions
- Feb 12, 2025
- Feb 26, 2025
- Mar 12, 2025
- Mar 26, 2025
- Apr 9, 2025
- Apr 23, 2025
- May 7, 2025
In this course, you will be introduced to the classification and regression trees (CART) algorithm. By implementing CART, you will build decision trees for a supervised classification problem. Next, you will explore how the hyperparameters of an algorithm can be adjusted and what impact they have on the accuracy of a predictive model. Through this exploration, you will practice selecting an appropriate model for a problem and dataset. You will then load a live dataset, select a model, and train a classifier to make predictions on that data.
The following courses are required to be completed before taking this course:
- Problem-Solving with Machine Learning
- Estimating Probability Distributions
- Learning with Linear Classifiers
- Feb 12, 2025
- Feb 26, 2025
- Mar 12, 2025
- Mar 26, 2025
- Apr 9, 2025
- Apr 23, 2025
- May 7, 2025
In this course, you will investigate the underlying mechanics of a machine learning algorithm's prediction accuracy by exploring the bias variance trade-off. You will identify the causes of prediction error by recognizing high bias and variance while learning techniques to reduce the negative impacts these errors have on learning models. Working with ensemble methods, you will implement techniques that improve the results of your predictive models, creating more reliable and efficient algorithms.
These courses are required to be completed prior to starting this course:
- Problem-Solving with Machine Learning
- Estimating Probability Distributions
- Learning with Linear Classifiers
- Decision Trees and Model Selection
- Feb 12, 2025
- Feb 26, 2025
- Mar 12, 2025
- Mar 26, 2025
- Apr 9, 2025
- Apr 23, 2025
- May 7, 2025
In this course, you will explore support-vector machines and use them to find a maximum margin classifier. You will then construct a mental model for how loss functions and regularizers are used to minimize risk and improve generalization of a learning model. Through the use of feature expansion, you will extend the capabilities of linear classifiers to find non-linear classification boundaries. Finally, you will employ kernel machines to train algorithms that can learn in infinite dimensional feature spaces.
These courses are required to be completed prior to starting this course:
- Problem-Solving with Machine Learning
- Estimating Probability Distributions
- Learning with Linear Classifiers
- Decision Trees and Model Selection
- Debugging and Improving Machine Learning Models
- Feb 12, 2025
- Feb 26, 2025
- Mar 12, 2025
- Mar 26, 2025
- Apr 9, 2025
- Apr 23, 2025
- May 7, 2025
In this course, you will investigate the fundamental components of machine learning that are used to build a neural network. You will then construct a neural network and train it on a simple data set to make predictions on new data. We then look at how a neural network can be adapted for image data by exploring convolutional networks. You will have the opportunity to explore a simple implementation of a convolutional neural network written in PyTorch, a deep learning platform. Finally, you will yet again adapt neural networks, this time for sequential data. Using a deep averaging network, you will implement a neural sequence model that analyzes product reviews to determine consumer sentiment.
These courses are required to be completed prior to starting this course:
- Problem-Solving with Machine Learning
- Estimating Probability Distributions
- Learning with Linear Classifiers
- Decision Trees and Model Selection
- Debugging and Improving Machine Learning Models
- Learning with Kernel Machines
- Feb 12, 2025
- Feb 26, 2025
- Mar 12, 2025
- Mar 26, 2025
- Apr 9, 2025
- Apr 23, 2025
- May 7, 2025
With today's advancements in technology, the realm of generative AI has become more and more prominent. In this course, you will explore the foundation for creating transformer models to generate text and images. You will be guided through each process to generate text using transformers, generate images from images, and generate images from noise. You will be introduced to the building blocks that make up transformers as well as to options for fine-tuning your model to achieve better output results. Through activities and a hands-on project, you'll practice implementing your own generative models and gain the skills and understanding to support your work.
The following courses are required to be completed prior to starting this course:
- Problem-Solving With Machine Learning
- Estimating Probability Distributions
- Learning With Linear Classifiers
- Decision Trees and Model Selection
- Debugging and Improving Machine Learning Models
- Learning With Kernel Machines
- Deep Learning and Neural Networks
- Mar 12, 2025
- Mar 26, 2025
- Apr 9, 2025
- Apr 23, 2025
- May 7, 2025
- May 21, 2025
- Jun 4, 2025
To perform basic computations in the Machine Learning certificate program, you need the ability to solve elementary linear algebra problems in two dimensions. In this course, you will execute mathematical computations on vectors and measure the distance from a vector to a line. This course will provide you with the theory and activities to start building the linear algebra foundation needed to be successful in your Machine Learning courses.
This optional self-paced course supports the required linear algebra in the Machine Learning certificate. If you are already comfortable with the computations from the pretest, we recommend that you take the final assessment to confirm your readiness.
This Machine Learning certificate program requires you to think and solve problems in multiple dimensions. In this course, you will learn to solve linear algebra problems in three or more dimensions and perform computations with matrices.You will perform computations that focus on solving problems in high dimension; that is, multiple dimensions. This course will provide you with the theory and activities to solidify the linear algebra foundation needed to be successful in your Machine Learning courses.
This optional self-paced course supports the required linear algebra in the Machine Learning certificate. If you are already comfortable with the computations from the pretest, we recommend that you take the final assessment to confirm your readiness.
How It Works
- View slide #1
- View slide #2
- View slide #3
- View slide #4
- View slide #5
- View slide #6
- View slide #7
- View slide #8
Key Course Takeaways
- Redefine problems using machine learning concepts and terminology
- Create a face recognition system using a simple algorithm
- Estimate probabilities distribution from data and implement the Naive Bayes algorithm to create a name classifier
- Apply convex optimization and implement a linear classifier to create an email spam filter
- Use effective hyperparameter search to select a well-suited machine learning model and implement a machine learning setup from start to finish
- Improve the prediction accuracy of an algorithm using bias variance trade-off
- Extend the applicability of linear classifiers to learn non-linear decision boundaries from more complex datasets
- Choose and train a neural network that achieves cutting-edge accuracy by incorporating appropriate assumptions about your data
![](https://ecornell.cornell.edu/wp-content/themes/ecustom18/img/mocks/campus-laptop-558.png)
Download a Brochure
Not ready to enroll but want to learn more? Download the certificate brochure to review program details.![](https://ecornell.cornell.edu/wp-content/themes/ecustom18/img/mocks/Cornell-Seal-Mockup_558.png)
What You'll Earn
- Machine Learning Certificate from Cornell Bowers Computing and Information Science
- 144 Professional Development Hours (14.4 CEUs)
Watch the Video
Who Should Enroll
- Programmers
- Developers
- Data analysts
- Statisticians
- Data scientists
- Software engineers
![](https://ecornell.cornell.edu/wp-content/uploads/sites/8/2024/11/Untitled-design-17-1-150x150.png)
“Completing a program from eCornell really has allowed me to think outside the box at work. It gave me the confidence I needed to take a seat at that table and say I am ready.”
![](https://ecornell.cornell.edu/wp-content/uploads/sites/8/2023/03/Kasey.png)
“eCornell gave me the confidence I needed to take a seat at the table and say: I’m ready.”
- View testimonial #1
- View testimonial #2
Request Information Now by completing the form below.
![](https://ecornell.cornell.edu/wp-content/uploads/sites/8/2019/02/Machine-Learning2-150x100.png)
Machine Learning
Select Payment Method | Cost |
---|---|
$3,750 | |