Detailed Explanation of Model Training
Neural-network training uses a loss function to evaluate outputs, then backpropagation and optimization to update parameters. It differs from inference with existing weights. Performance on training examples should be evaluated against new data.
Source: Official documentation.