- Java Deep Learning Projects
- Md. Rezaul Karim
- 192字
- 2021-06-18 19:07:58
Reinforcement learning
Reinforcement learning is an artificial intelligence approach that focuses on the learning of the system through its interactions with the environment. In reinforcement learning, the system's parameters are adapted based on the feedback obtained from the environment, which in turn provides feedback on the decisions made by the system. The following diagram shows a person making decisions in order to arrive at their destination.
Let's take an example of the route you take from home to work. In this case, you take the same route to work every day. However, out of the blue, one day you get curious and decide to try a different route with a view to finding the shortest path. This dilemma of trying out new routes or sticking to the best-known route is an example of exploration versus exploitation:

An agent always tries to reach the destination
We can take a look at one more example in terms of a system modeling a chess player. In order to improve its performance, the system utilizes the result of its previous moves; such a system is said to be a system learning with reinforcement.
- Verilog HDL數字系統設計入門與應用實例
- Julia 1.0 Programming
- Learning Social Media Analytics with R
- Learning Apache Cassandra(Second Edition)
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- 21天學通ASP.NET
- 基于單片機的嵌入式工程開發詳解
- Mastering ServiceNow Scripting
- 學練一本通:51單片機應用技術
- Photoshop CS5圖像處理入門、進階與提高
- 空間機器人
- 三菱FX/Q系列PLC工程實例詳解
- Java組件設計
- Hands-On Geospatial Analysis with R and QGIS
- Java Deep Learning Projects