- Keras Reinforcement Learning Projects
- Giuseppe Ciaburro
- 266字
- 2021-08-13 15:26:01
Overview of Keras Reinforcement Learning
Nowadays, most computers are based on a symbolic elaboration, that is, the problem is first encoded in a set of variables and then processed using an explicit algorithm that, for each possible input of the problem, offers an adequate output. However, there are problems in which resolution with an explicit algorithm is inefficient or even unnatural, for example with a speech recognizer; tackling this kind of problem with the classic approach is inefficient. This and other similar problems, such as autonomous navigation of a robot or voice assistance in performing an operation, are part of a very diverse set of problems that can be addressed directly through solutions based on reinforcement learning.
Reinforcement learning is a very exciting part of machine learning, used in applications ranging from autonomous cars to playing games. Reinforcement learning aims to create algorithms that can learn and adapt to environmental changes. To do this, we use external feedback signals (reward signals) generated by the environment according to the choices made by the algorithm. A correct choice will result in a reward, while an incorrect choice will lead to a penalization of the system. All of this is in order to achieve the best result obtainable.
The topics covered in this chapter are the following:
- An overview of machine learning
- Reinforcement learning
- Markov Decision Process (MDP)
- Temporal difference (TD) learning
- Q-learning
- Deep Q-learning networks
At the end of the chapter, you will be fully introduced to the power of reinforcement learning and will learn the different approaches to this technique. Several reinforcement learning methods will be covered.
- Java實(shí)用組件集
- 程序設(shè)計(jì)缺陷分析與實(shí)踐
- 機(jī)器人編程實(shí)戰(zhàn)
- CentOS 8 Essentials
- C語言寶典
- 激光選區(qū)熔化3D打印技術(shù)
- Word 2007,Excel 2007辦公應(yīng)用融會貫通
- AMK伺服控制系統(tǒng)原理及應(yīng)用
- Xilinx FPGA高級設(shè)計(jì)及應(yīng)用
- PowerPoint 2003中文演示文稿5日通
- Mastering SQL Server 2014 Data Mining
- 互聯(lián)網(wǎng)單元測試及實(shí)踐
- 人工智能:重塑個人、商業(yè)與社會
- ASP.NET學(xué)習(xí)手冊
- Web滲透技術(shù)及實(shí)戰(zhàn)案例解析