- Hands-On Neural Network Programming with C#
- Matt R. Cole
- 45字
- 2025-02-24 05:32:27
Supervised learning
If you have a large test dataset that matches up with known results, then supervised learning might be a good choice for you. The neural network will process a dataset; compare its output against the known result, adjust, and repeat. Pretty simple, huh?