EdX

AI skills: Introduction to Unsupervised, Deep and Reinforcement Learning (edX)

AI skills: Introduction to Unsupervised, Deep and Reinforcement Learning (edX)

Learn the fundamentals and principal AI concepts about clustering, dimensionality reduction, reinforcement learning and deep learning to solve real-life problems. In this course you will learn the basics of several machine learning topics to help you solve real life challenges. Unsupervised learning techniques such as clustering and dimensionality reduction are useful to make sense of large and/or high dimensional datasets that are not annotated. Deep learning is a supervised learning technique that is useful to train neural networks to solve more complicated classification and regression tasks. Finally, reinforcement learning techniques can be used to train AI agents that interact with an environment.

Class Deals by MOOC List - Click here and see EdX's Active Discounts, Deals, and Promo Codes.

Using hands-on and interactive exercises you will get insight into the fundamental algorithms and basic concepts of:
Clustering is used to identify similar data/objects and patterns from your engineering datasets. It is a technique that is especially useful if you don’t have labeled or annotated data. We explain various approaches to clustering and cover how similarity and dissimilarity measures are used.
Dimensionality reduction techniques are used to reduce the number of features representing a given dataset, while retaining the structure of the dataset. We discuss feature selection and feature extraction techniques such as Principal Component Analysis (PCA), and how and when to apply it.
Deep Learning is a family of machine learning methods based on artificial neural networks. You will learn how to build and train deep neural networks consisting of fully connected neural networks of multiple hidden layers.
Reinforcement learning teaches an AI to interact with an environment. We cover basic reinforcement learning concepts and techniques, such as how to model the system using a Markov Decision Process, and how to train an optimal policy using tabular Q-learning using the Bellman equation.
This course is designed by a team of TU Delft machine learning experts from various backgrounds, highlighting the various topics from their individual perspectives.
This course is part of the AI Skills: Basic and Advanced Techniques in Machine Learning Professional Certificate.

What you'll learn

  • Describe the main classes of clustering techniques
  • Implement k-means and hierarchical clustering
  • Motivate the need and choice of dimensionality reduction techniques
  • Implement Principal Component Analysis (PCA) for feature extraction
  • Explain how deep neural networks work and their advantages
  • Train deep neural networks for classification and regression task
  • Explain the basic concepts and techniques of reinforcement learning
  • Describe how reinforcement learning could be applied in real world applications

Syllabus

Week 1: Introduction
This week is an introduction to the course with an overview of the topics.

Week 2: Clustering
Clustering techniques are used to identify similar data/objects and patterns from your engineering datasets.
In this week, you will learn about the problem of clustering, the main classes of clustering techniques and how we can implement k-means and hierarchical clustering.
Topics we’ll cover in this week are:

  • Introduction to clustering
  • Formalizing the problem of clustering
  • Similarity and dissimilarity measures
  • k-means clustering
  • Hierarchical clustering

Week 3: Dimensionality Reduction
Dimensionality reduction techniques are used to reduce the number of features representing a given dataset, while retaining the structure of the dataset as much as possible.
In this week, you will learn what dimensionality reduction is, why it is needed and how to use it. You will learn about Principal Component Analysis dimensionality reduction technique and how and when to apply it.
Topics we’ll cover this week are:

  • What is dimensionality reduction?
  • Why dimensionality reduction techniques are used
  • Feature selection vs. feature extraction techniques
  • Principal component analysis feature-extraction technique

Week 4: Introduction to Deep Learning
Deep learning is a broader family of machine learning methods based on artificial neural networks.
In this week you will learn the foundations of Deep Learning, understand how to build neural networks, and learn how to lead successful machine learning projects. You will learn about fully connected neural networks, some theoretical aspects of deep learning, the back-propagation algorithm, Adam, and much more.
Topics we’ll cover this week are:

  • What neural networks are
  • Architecture of fully connected neural networks
  • Capabilities of neural networks
  • The benefits of deep architectures
  • Training deep neural networks with stochastic gradient descent and Adam

Week 5: Introduction to Reinforcement Learning
Reinforcement learning teaches an AI to interact with an environment.
In this week you will be introduced to basic reinforcement learning concepts and techniques, and how they could be applied in real world applications.
Topics we’ll cover this week are:

  • How an AI interacts with the environment
  • The formalization of this as a Markov Decision Process
  • An agent’s behavior as a policy
  • The optimal policy found using tabular Q-learning
  • Why tabular reinforcement learning does not scale well
  • Neural networks for deep reinforcement learning to scale up to interesting applications

Week 6: Wrap up
This week is an extra week to wrap up all the exercises done during the course.

Go to Class
MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Related Courses

Fundamentals of TinyML (edX) EdX
HarvardX,Harvard University

Fundamentals of TinyML (edX)

Focusing on the basics of machine learning and embedded systems, such as smartphones, this course will introduce you to the “language” of TinyML. What do you know about TinyML? Tiny Machine Learning (TinyML) is one of the fastest-growing areas of Deep Learning and is rapidly becoming more accessible. This course provides a foundation for you to understand this emerging field.

Self Paced
Self-Paced
Using GPUs to Scale and Speed-up Deep Learning (edX) EdX
IBM

Using GPUs to Scale and Speed-up Deep Learning (edX)

Training complex deep learning models with large datasets takes a long time. In this course, you will learn how to use accelerated GPU hardware to overcome the scalability problem in deep learning. Training a complex deep learning model with a very large dataset can take hours, days and occasionally weeks to train. So, what is the solution? Accelerated hardware.

No sessions available
5-12 Weeks
Data Science for Smart Cities (edX) EdX
Purdue University,PurdueX

Data Science for Smart Cities (edX)

Learn various scientific techniques that will allow the analysis, inference and prediction of large-scale data (e.g. GPS vehicular data, social media data, mobile phone data, individual social network data etc.) that are present in city networks. The availability of low cost and ubiquitous sensors in city infrastructure provides high granular data at unprecedented spatiotemporal scales. “Smart Cities” envision to utilize this data to provide a healthy, happy and sustainable urban ecosystem by integrating the information and communication technology (ICT), Internet of things (IoT) and citizen participation to effectively manage and utilize city infrastructure and services.

No sessions available
13-24 Weeks
Tech for Good: The Role of ICT in Achieving the SDGs (edX) EdX
SDGAcademyX,SDG Academy

Tech for Good: The Role of ICT in Achieving the SDGs (edX)

What opportunities and challenges do digital technologies present for the development of our society? Tech for Good was developed by UNESCO and Cetic, the Brazilian Network Information Center’s Regional Center for Studies on the Development of the Information Society. It brings together thought leaders and changemakers in the fields of information and communication technologies (ICT) and sustainable development to show how digital technologies are empowering billions of people around the world by providing access to education, healthcare, banking, and government services; and how “big data” is being used to inform smarter, evidence-based policies to improve people’s lives in fundamental ways.

Self Paced
Self-Paced
Deep Learning Fundamentals with Keras (edX) EdX
IBM

Deep Learning Fundamentals with Keras (edX)

New to deep learning? Start with this course, that will not only introduce you to the field of deep learning but give you the opportunity to build your first deep learning model using the popular Keras library. Looking to kickstart a career in deep learning? Look no further. This course will introduce you to the field of deep learning and teach you the fundamentals.

Self Paced
Self-Paced
Deep Learning with Tensorflow (edX) EdX
IBM

Deep Learning with Tensorflow (edX)

Much of the world's data is unstructured. Think images, sound, and textual data. Learn how to apply Deep Learning with TensorFlow to this type of data to solve real-world problems. Traditional neural networks rely on shallow nets, composed of one input, one hidden layer and one output layer. Deep-learning networks are distinguished from these ordinary neural networks having more hidden layers, or so-called more depth. These kind of nets are capable of discovering hidden structures within unlabeled and unstructured data (i.e. images, sound, and text), which consitutes the vast majority of data in the world.

Self Paced
Self-Paced
Introduction to Deep Learning (edX) EdX
Purdue University,PurdueX

Introduction to Deep Learning (edX)

Learn how deep learning algorithms can be used to solve important engineering problems. This 3-credit-hour, 16-week course covers the fundamentals of deep learning. Students will gain a principled understanding of the motivation, justification, and design considerations of the deep neural network approach to machine learning and will complete hands-on projects using TensorFlow and Keras.

Aug 23rd 2021
13-24 Weeks
Introduction to Scientific Machine Learning (edX) EdX
Purdue University,PurdueX

Introduction to Scientific Machine Learning (edX)

Learn the basics of machine learning with hands-on practical examples on engineering applications. This course provides an introduction to data analytics for individuals with no prior knowledge of data science or machine learning. The course starts with an extensive review of probability theory as the language of uncertainty, discusses Monte Carlo sampling for uncertainty propagation, covers the basics of supervised (Bayesian generalized linear regression, logistic regression, Gaussian processes, deep neural networks, convolutional neural networks), unsupervised learning (k-means clustering, principal component analysis, Gaussian mixtures) and state space models (Kalman filters).

Aug 21st 2023
13-24 Weeks