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.
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.
5.0
PyoungMoon
14% 수강 후 작성
I gave up on reading several reinforcement learning books. This one is good because I can listen to it consistently.
5.0
이대환
83% 수강 후 작성
I think listening to lectures is definitely more effective for understanding.
강의상세_배울수있는것_타이틀
Reinforcement Learning Basic Theory (Math, Stats, MDP)
'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)"
강의소개.콘텐츠.추천문구
학습 대상은 누구일까요?
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
선수 지식, 필요할까요?
Programming experience (Java, C, etc.) and a little Python syntax
강의소개.지공자소개
909
수강생
59
수강평
115
답변
4.7
강의 평점
6
강의_other
Multicore is a programmer and AI expert. He has been active in various fields as a programmer and currently works at a company improving business environments using data analysis and reinforcement learning. He strives to show his juniors that AI is not a field reserved only for a few experts with advanced degrees, but an area that programmers can also successfully challenge. He is the author of "Reinforcement Learning for Programmers."
Publications and Certifications
Reinforcement Learning Through Code, Like a Developer (2025) / Freelec
A Study on Improving Deepfake Image Classification through Deepfake Model Analysis (2024) / Korea Institute of Convergence Security (KICS)
Writing a Bitcoin Futures Automated Trading System (2022) / Freelec
Reinforcement Learning for Programmers (2021) / Freelec
Research on Browser Fuzzing Techniques Using Multiple DOM Trees (2017) / Yonsei University
Obtained Information System Principal Auditor Certification (2015) / Korea Information System Audit Association
Professional Engineer Computer System Application (2013) / Human Resources Development Service of Korea
Corporate and individual lecture inquiries: multicore.it@gmail.com
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.