Hands-On Neural Network Programming with C#
上QQ阅读APP看书,第一时间看更新

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?