- Keras Reinforcement Learning Projects
- Giuseppe Ciaburro
- 154字
- 2021-08-13 15:26:02
Reinforcement learning
Reinforcement learning aims to create algorithms that can learn and adapt to environmental changes. This programming technique is based on the concept of receiving external stimuli, the nature of which depends on the algorithm choices. A correct choice will involve a reward, while an incorrect choice will lead to a penalty. The goal of the system is to achieve the best possible result, of course.
In supervised learning, there is a teacher that tells the system the correct output (learning with a teacher). This is not always possible. Often, we have only qualitative information (sometimes binary, right/wrong, or success/failure).
The information available is called reinforcement signals. But the system does not give any information on how to update the agent's behavior (that is, weights). You cannot define a cost function or a gradient. The goal of the system is to create smart agents that have machinery able to learn from their experience.
- 機器學習實戰:基于Sophon平臺的機器學習理論與實踐
- Mastering Proxmox(Third Edition)
- Hands-On Data Science with SQL Server 2017
- MicroPython Projects
- 網站前臺設計綜合實訓
- Red Hat Linux 9實務自學手冊
- 工業自動化技術實訓指導
- Linux Shell Scripting Cookbook(Third Edition)
- Python文本分析
- 3ds Max造型表現藝術
- Raspberry Pi Projects for Kids
- 大數據:從基礎理論到最佳實踐
- Spark Streaming實時流式大數據處理實戰
- 暗戰強人:黑客攻防入門全程圖解
- Intel Edison Projects