Kilian Weinberger is an Associate Professor in the Department of Computer Science at Cornell University. He received his Ph.D. from the University of Pennsylvania in Machine Learning under the supervision of Lawrence Saul and his undergraduate degree in Mathematics and Computer Science from the University of Oxford. During his career he has won several best paper awards at ICML (2004), CVPR (2004, 2017), AISTATS (2005) and KDD (2014, runner-up award). In 2011 he was awarded the Outstanding AAAI Senior Program Chair Award and in 2012 he received an NSF CAREER award. He was elected co-Program Chair for ICML 2016 and for AAAI 2018. In 2016 he was the recipient of the Daniel M Lazar ’29 Excellence in Teaching Award. Kilian Weinberger’s research focuses on Machine Learning and its applications. In particular, he focuses on learning under resource constraints, metric learning, machine learned web-search ranking, computer vision and deep learning. Before joining Cornell University, he was an Associate Professor at Washington University in St. Louis and before that he worked as a research scientist at Yahoo! Research in Santa Clara.
Overview and Courses
Machine learning is emerging as today’s fastest-growing career 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. You will use a combination of math and intuition to 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’ll also gain the skills to work with advanced generative models, including transformers, to create and refine both text and image outputs. In addition, you’ll 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.
This certificate program includes two self-paced lessons covering the linear algebra computations used in the Machine Learning curriculum. You may refer to these lessons at any time before or during your Machine Learning program.
Check your readiness with this free pretest now.
The courses in this certificate program are required to be completed in the order that they appear.
Course list
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
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
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
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
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
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
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
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
- View slide #9
Faculty Author
Key Course Takeaways
- Redefine problems using machine learning concepts and terminology
- Create a face recognition system using a simple algorithm
- Estimate probabilities distributions 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
- Train a neural network that achieves cutting-edge accuracy by incorporating appropriate assumptions about your data
- Build generative models to create text and image outputs
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
Explore Related Programs
Request Information Now by completing the form below.
Machine Learning
Select Payment Method | Cost |
---|---|
$3,750 | |