In this section, we will see how to train a neural network model in the Wolfram Language, how to access the results, and the trained network. We will review the basic commands to export and import a net model. We end the chapter with the exploration of the Wolfram Neural Net Repository and the review of the LeNet network model.
Training a Neural Network
The Wolfram Language contains a very useful command that automates the process of training a neural network model. This command is NetTrain. Training a neural network consists of fine-tuning ...