- Hands-On Deep Learning Architectures with Python
- Yuxi (Hayden) Liu Saransh Mehta
- 209字
- 2021-06-24 14:48:09
Reinforcement learning
Remember how you learned to ride a bicycle in your childhood? It was a trial and error process, right? You tried to balance yourself, and each time you did something wrong, you tipped off the bicycle. But, you learned from your mistakes, and eventually, you were able to ride without falling. In the same way, Reinforcement learning does the same! An agent is exposed to an environment where it takes action from a list of possible actions, which leads to a change in the state of the agent. A state is the current situation of the environment the agent is in. For every action, the agent receives an award. Whenever the received reward is positive, it signifies the agent has taken the correct step, and when the reward is negative, it signifies a mistake. The agent follows a policy, a reinforcement learning algorithm through which the agent determines next actions considering the current state. Reinforcement learning is the true form of artificial intelligence, inspired by a human's way of learning through trial and error. Think of yourself as the agent and the bicycle the environment! Discussing reinforcement learning algorithms here is beyond the scope of this book, so let's shift focus back to deep learning!
- Splunk 7 Essentials(Third Edition)
- Mastering Spark for Data Science
- Machine Learning for Cybersecurity Cookbook
- 機器學習及應用(在線實驗+在線自測)
- 數據運營之路:掘金數據化時代
- 計算機網絡技術實訓
- 工業機器人現場編程(FANUC)
- Nginx高性能Web服務器詳解
- 工業機器人應用案例集錦
- 走近大數據
- 單片機技術項目化原理與實訓
- Photoshop CS4數碼攝影處理50例
- Mastering Predictive Analytics with scikit:learn and TensorFlow
- 納米集成電路制造工藝(第2版)
- Oracle 11g Anti-hacker's Cookbook