- Hands-On Neural Network Programming with C#
- Matt R. Cole
- 51字
- 2025-02-24 05:32:27
Reinforcement learning
Our final type of learning is reinforcement learning, better known in some circles as carrot-and-stick. The neural network will process a dataset, learn from the data, and if our error rate decreases, we get the carrot. If the error rate increases, we get the stick. Enough said, right?