Neural Networks with R
上QQ阅读APP看书,第一时间看更新

Training neural networks

Training is the act of presenting the network with some sample data and modifying the weights to better approximate the desired function.

There are two main types of training: supervised learning and unsupervised learning.