bwassim / Reinforcement_Learning_Coursera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fundamentals Learning Specialization:

The Reinforcement Learning Specialization consists of 4 courses exploring the power of adaptive learning systems and artificial intelligence (AI).

Harnessing the full potential of artificial intelligence requires adaptive learning systems. Learn how Reinforcement Learning (RL) solutions help solve real-world problems through trial-and-error interaction by implementing a complete RL solution from beginning to end.

By the end of this Specialization, learners will understand the foundations of much of modern probabilistic artificial intelligence (AI) and be prepared to take more advanced courses or to apply AI tools and ideas to real-world problems. This content will focus on “small-scale” problems in order to understand the foundations of Reinforcement Learning, as taught by world-renowned experts at the University of Alberta, Faculty of Science.

The tools learned in this Specialization can be applied to game development (AI), customer interaction (how a website interacts with customers), smart assistants, recommender systems, supply chain, industrial control, finance, oil & gas pipelines, industrial control systems, and more.

What will be addressed

  • Build a Reinforcement Learning system for sequential decision making.
  • Understand how to formalize your task as a Reinforcement Learning problem, and how to begin implementing a solution.
  • Understand the space of RL algorithms (Temporal- Difference learning, Monte Carlo, Sarsa, Q-learning, Policy Gradients, Dyna, and more).
  • Understand how RL fits under the broader umbrella of machine learning, and how it complements deep learning, supervised and unsupervised learning

Course 1: Fundamentals of Reinforcement Learning

  • Objectives: Syllabus
  • Bandits and Exploration/Exploitation
  • Optimal Policies with Dynamic Programming

About


Languages

Language:Jupyter Notebook 96.9%Language:Python 3.1%