코딩 없이 AI 앱 만들기: Dify 노코드 완전 정복
멀티코어
코딩 없이 나만의 AI 서비스를 만들고 싶다면, 이 강의가 완벽한 해결책입니다. Dify 노코드 플랫폼을 활용해 아이디어만으로도 완성도 높은 AI 앱을 만들 수 있습니다. 복잡한 이론 대신 실전 프로젝트 중심으로 구성되어, AI 입문자와 직장인 누구나 실무 역량을 키울 수 있습니다.
Beginner
프롬프트엔지니어링, LLM, RAG
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 Basic Theory (Math, Stats, MDP)
Artificial Neural Network Concept (New Regression, Classification Analysis, Artificial Neural Network)
Reinforcement Learning Algorithms (DQN, REINFORCE, A2C, PPO)
Reinforcement learning algorithm tuning (Grid search, Bayesian optimization)
Neural Network Tuning (Optimization, Activation function, Preprocessing)
'Reinforcement Learning', a Core Technology for Future Business
We will explain the basic concepts in an easy and detailed manner. 🦾
The examples used in the lecture can be downloaded from the site https://github.com/multicore-it/rl .
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
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 .
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 DQN algorithm 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 PPO algorithms 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 .
Please refer to the latest news "Program Error Action Guide (December 10, 2022)"
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
772
Learners
46
Reviews
112
Answers
4.7
Rating
4
Courses
멀티코어는 프로그래머이자 인공지능 전문가입니다. 프로그래머로서 다양한 분야에서 활동했으며 현재는 기업에서 데이터분석과 강화학습을 활용한 비즈니스 환경 개선 업무를 담당하고 있습니다. 인공지능이 학위를 받은 소수의 전문가만을 위한 영역이 아니라 프로그래머도 충분히 도전할 수 있음을 후배들에게 보여주기 위해 부단히 노력하고 있습니다. "프로그래머를 위한 강화학습"을 집필했습니다.
집필 및 자격사항
개발자 답게 코드로 익히는 강화학습 (2025) / 프리렉
딥페이크 모델 분석을 통한 딥페이크 이미지 분류 개선에 대한 고찰 (2024) / 한국융합보안학회
비트코인 선물 자동매매시스템 집필 (2022) / 프리렉
프로그래머를 위한 강화학습 집필 (2021) / 프리렉
멀티플 DOM 트리를 활용한 브라우저 퍼징기법 연구(2017) / 연세대학교
정보시스템 수석감리원 자격증 취득(2015) / 정보시스템감리협회
컴퓨터시스템응용기술사 (2013) / 한국산업인력공단
기업 및 개인 강의 문의 : multicore.it@gmail.com
All
35 lectures ∙ (6hr 48min)
Course Materials:
All
31 reviews
4.5
31 reviews
Reviews 3
∙
Average Rating 5.0
5
인공지능에 관심이 있어 책을 사고 강의를 듣게 되었습니다. 다른 동영상이나 글에서는 MDP를 어렵게 설명해서 이해하기가 힘들었습니다. 출퇴근 할 때마다 책을 보고 이해하려고 했고, 강의를 반복해서 들었습니다. 그 어렵다던 MDP가 조금씩 눈에 들어오더군요.. 강화학습을 공부하시고 싶은 분들은 책하고 강의를 같이 보고 듣기를 강추합니다.
안녕하세요 바게트님. 먼저 강의를 수강해 주셔서 감사의 말씀드리겠습니다. 바게트님 말씀처럼 강화학습을 처음 공부하시는 분들이 많이 포기하는 시점이 MDP입니다. MDP는 강화학습을 이해하기 위한 첫 관문입니다. 다른 많은 서적과 온라인강의에서 MDP를 먼저 설명하고 본격적인 강화학습 알고리즘을 설명합니다. 하지만, 인공지능에 대한 배경지식이 부족한 분들은 MDP를 이해하가 쉽지 않습니다. 그래서 본 강의에서는 확률에 대한 개념부터 차근차근 설명하고 있습니다. 가능하면 쉽게 강의를 구성하고자 노력했지만, 혹시나 이해가 가지 않는 부분이 있다면 Q&A에 글을 남겨주세요. 성실히 답변드리겠습니다. 감사합니다.
Reviews 1
∙
Average Rating 5.0
5
강화학습 책을 여러권 보다가 포기 했는데. 이건 꾸준히 들을수 있어서 좋네요
안녕하세요 PyoungMoon님 강의를 수강해 주셔서 감사합니다. 본 강의는 강화학습에 관심이 많지만 너무 어려워서 포기한 많은 분들을 위해 만들어졌습니다. 강화학습은 인공지능 분야에서 가장 난이도가 높은 분야입니다. 기본적으로 수학과 인공신경망을 알고있어야 하고 강화학습에 근간을 이루는 MDP 또한 생소한 내용이 많습니다. 본 강의는 기초적인 이론부터 설명하기 때문에 수학과 인공지능에 대한 배경 지식이 없는 분들도 충분히 이해할 수 있습니다. 처음부터 차근차근 들으시고 이해가 안가는 부분은 몇번 반복해서 들으신다면 강화학습을 충분히 내 것으로 만들 수 있습니다. 혹시 이해가 안가는 부분이 있으시면 언제라도 Q&A에 글을 남겨주세요. 감사합니다.
Reviews 2
∙
Average Rating 5.0
Reviews 1
∙
Average Rating 5.0
Reviews 1
∙
Average Rating 4.0
$26.40
Check out other courses by the instructor!
Explore other courses in the same field!