Reinforcement Learning

Sort options

Machine Learning with Python: from Linear Models to Deep Learning (edX)

May 27th 2024
Machine Learning with Python: from Linear Models to Deep Learning (edX)
Course Auditing
Categories
Effort
Languages
An in-depth introduction to the field of machine learning, from linear models to deep learning and reinforcement learning, through hands-on Python projects. Machine learning methods are commonly used across engineering and sciences, from computer systems to physics. Moreover, commercial sites such as search engines, recommender systems (e.g., Netflix, Amazon), [...]

Unsupervised Learning, Recommenders, Reinforcement Learning (Coursera)

May 20th 2024
Unsupervised Learning, Recommenders, Reinforcement Learning (Coursera)
Course Auditing
Categories
Effort
Languages
In the third course of the Machine Learning Specialization, you will: Use unsupervised learning techniques for unsupervised learning: including clustering and anomaly detection; Build recommender systems with a collaborative filtering approach and a content-based deep learning method; Build a deep reinforcement learning [...]

Machine Learning: an overview (Coursera)

The course provides a general overview of the main methods in the machine learning field. Starting from a taxonomy of the different problems that can be solved through machine learning techniques, the course briefly presents some algorithmic solutions, highlighting when they can be successful, but also their limitations. These [...]

Machine Teaching for Autonomous AI (Coursera)

May 20th 2024
Machine Teaching for Autonomous AI (Coursera)
Course Auditing
Categories
Effort
Languages
Just as teachers help students gain new skills, the same is true of artificial intelligence (AI). Machine learning algorithms can adapt and change, much like the learning process itself. Using the machine teaching paradigm, a subject matter expert (SME) can teach AI to improve and optimize a variety of [...]

Reinforcement Learning for Trading Strategies (Coursera)

In the final course from the Machine Learning for Trading specialization, you will be introduced to reinforcement learning (RL) and the benefits of using reinforcement learning in trading strategies. You will learn how RL has been integrated with neural networks and review LSTMs and how they can be applied [...]

Overview of Advanced Methods of Reinforcement Learning in Finance (Coursera)

In the last course of our specialization, Overview of Advanced Methods of Reinforcement Learning in Finance, we will take a deeper look into topics discussed in our third course, Reinforcement Learning in Finance.

Prediction and Control with Function Approximation (Coursera)

In this course, you will learn how to solve problems with large, high-dimensional, and potentially infinite state spaces. You will see that estimating value functions can be cast as a supervised learning problem---function approximation---allowing you to build agents that carefully balance generalization and discrimination in order to maximize [...]

Sample-based Learning Methods (Coursera)

In this course, you will learn about several algorithms that can learn near optimal policies based on trial and error interaction with the environment---learning from the agent’s own experience. Learning from actual experience is striking because it requires no prior knowledge of the environment’s dynamics, yet can still attain [...]

ML Algorithms (Coursera)

May 13th 2024
ML Algorithms (Coursera)
Course Auditing
Categories
Effort
Languages
ML Algorithms is the fourth Course in the AWS Certified Machine Learning Specialty specialization. This Course enables learners to deep dive Machine Learning Algorithms. This course is divided into two modules and each module is further segmented by Lessons and Video Lectures.
May 13th 2024
Course Auditing
44.00 EUR/month

Decision Making and Reinforcement Learning (Coursera)

May 13th 2024
Decision Making and Reinforcement Learning (Coursera)
Course Auditing
Categories
Effort
Languages
This course is an introduction to sequential decision making and reinforcement learning. We start with a discussion of utility theory to learn how preferences can be represented and modeled for decision making. We first model simple decision problems as multi-armed bandit problems in and discuss several approaches to evaluate [...]