Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Artificial Intelligence IV - Reinforcement Learning in Java

    Posted By: naag
    Artificial Intelligence IV - Reinforcement Learning in Java

    Artificial Intelligence IV - Reinforcement Learning in Java
    MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | 39 lectures | 3h 2m Duration | 979.51 MB
    Genre: eLearning | Language: English

    All you need to know about Markov Decision processes, value- and policy-iteation as well as about Q learning approach

    This course is about Reinforcement Learning. The first step is to talk about the mathematical background: we can use a Markov Decision Process as a model for reinforcement learning. We can solve the problem 3 ways: value-iteration, policy-iteration and Q-learning. Q-learning is a model free approach so it is state-of-the-art approach. It learns the optimal policy by interacting with the environment. So these are the topics:


     Markov Decision Processes
     value-iteration and policy-iteration
    Q-learning fundamentals
    pathfinding algorithms with Q-learning
    Q-learning with neural networks