Reinforcement Learning for Programmers (Author's Direct Lecture)
The easiest and most detailed lecture on reinforcement learning, the core technology for business innovation!!!
We will put reinforcement learning in your hands within 17 days, dedicating 2 hours a day (2 lectures).
From now on, reinforcement learning will not be a difficult problem to understand, but a great tool for you.
'Reinforcement Learning', a Core Technology for Future Business We will explain the basic concepts in an easy and detailed manner. 🦾
■ Course Overview
This lecture was created based on the book “ Reinforcement Learning for Programmers.” The author will personally teach the contents that could not be included in the paper .In 17 days, 2 hours a day , you can make reinforcement learning your own technology . From this moment on, reinforcement learning will not be a difficult and incomprehensible wall, but will be an excellent tool that you can freely use to increase your value .
■ Revisedversion of the lecture has been released.
The revised edition of 『Reinforcement Learning for Programmers』 has finally been released for those who hesitated to study reinforcement learning because of the mathematical theory and complex code. Through reinforcement learning, you will develop practical development skills that can create intelligent systems that can make judgments and adapt on their own in unpredictable situations. 🔗Shortcut
Added more friendly and intuitive explanations.
Added state-of-the-art practice tools (Stable Baselines3) and techniques (Optuna).
We implemented a wealth of practical example projects (asset allocation strategy, branch rotation).
■ Why Reinforcement Learning?
Reinforcement learning is based on skill, not capital.
Reinforcement learning does not learn from pre-labeled data, but rather creates data by itself while running the agent, so there is less burden on data work and relatively less computing power is required . It is a field that can be disqualified because it depends a lot on a deep understanding of reinforcement learning algorithms and programming skills to solve problems.
Reinforcement learning is a key technology for future business innovation.
Reinforcement learning is an AI technology suitable for environments with limited capital, such as Korea . Many problems that arise in business environments can be solved with programming skills and reinforcement learning algorithms , and more advanced services and products can be created based on these characteristics .
■Course Features
■Learning Contents
In the section on basic concepts of reinforcement learning,we first explain the statistical and mathematical theories required for reinforcement learning, and then explain in detail the process from the MDP to the DQN algorithm .
In the section on artificial neural networks, rather than focusing on artificial neural networks, the process leading to artificial neural networks is explained step by step, starting from linear regression . Since it explains from the basics so that even people with no concept of artificial intelligence can understand , anyone with just a little bit of programming knowledge can easily understand.
In the value-based reinforcement learning section, the DQNalgorithm is explained code-centrically. Among the various reinforcement learning algorithms, value-based reinforcement learning is relatively easy to understand, so it is introduced first .
In the policy-based reinforcement learning section , REINFORCE, A2C, and PPOalgorithms are explained through code and guided through their direct execution . Policy-based algorithms are more difficult to understand than value-based algorithms, but they show relatively stable performance, so a lot of time is spent explaining them .
Finally, we explain reinforcement learning tuning. It covers everything from the detailed theory of artificial neural networks, which is essential for tuning , to Bayesian optimization techniques, which help efficiently tune algorithm parameters .
■ Program error measures
Please refer to the latest news "Program Error Action Guide (December 10, 2022)"
Recommended for these people
Who is this course right for?
Improve your work with AI
Someone who wants to create an intelligent software bot to help me
Person wanting to create innovative products using AI technology
Need to know before starting?
Programming experience (Java, C, etc.) and a little Python syntax
Hello This is
856
Learners
50
Reviews
112
Answers
4.7
Rating
4
Courses
멀티코어는 프로그래머이자 인공지능 전문가입니다. 프로그래머로서 다양한 분야에서 활동했으며 현재는 기업에서 데이터분석과 강화학습을 활용한 비즈니스 환경 개선 업무를 담당하고 있습니다. 인공지능이 학위를 받은 소수의 전문가만을 위한 영역이 아니라 프로그래머도 충분히 도전할 수 있음을 후배들에게 보여주기 위해 부단히 노력하고 있습니다. "프로그래머를 위한 강화학습"을 집필했습니다.
집필 및 자격사항
개발자 답게 코드로 익히는 강화학습 (2025) / 프리렉
딥페이크 모델 분석을 통한 딥페이크 이미지 분류 개선에 대한 고찰 (2024) / 한국융합보안학회
I was interested in artificial intelligence, so I bought a book and listened to the lecture. In other videos or articles, MDP was explained in a difficult way, so it was hard to understand. I tried to understand it by reading the book every time I commuted to work, and listened to the lecture repeatedly. That difficult MDP gradually came into view..
For those who want to study reinforcement learning, I strongly recommend reading the book and listening to the lecture together.
Hello, Baguette.
First, I would like to thank you for taking the course.
As Baguette said, the point at which many people who are studying reinforcement learning for the first time give up is MDP. MDP is the first gateway to understanding reinforcement learning. Many other books and online lectures explain MDP first and then explain the full-fledged reinforcement learning algorithm. However, it is not easy for those who lack background knowledge in artificial intelligence to understand MDP. That is why this lecture explains the concept of probability step by step. I tried to organize the lecture as easily as possible, but if there is anything you do not understand, please leave a comment in Q&A. I will sincerely answer.
Thank you.
Hello PyoungMoon
Thank you for taking the course.
This course was created for many people who are interested in reinforcement learning but gave up because it was too difficult. Reinforcement learning is the most difficult field in the field of artificial intelligence. You need to know basic mathematics and artificial neural networks, and MDP, which is the basis of reinforcement learning, also has a lot of unfamiliar content. This course explains the basic theory, so even people without background knowledge in mathematics and artificial intelligence can understand it sufficiently. If you listen carefully from the beginning and listen to the parts you don't understand a few times, you can fully make reinforcement learning your own.
If there is anything you don't understand, please leave a comment in Q&A at any time.
Thank you.