- First, select the type of neural network you wish to train.
- At the top bar, choose the 'Import' option and add your ‘input’ and ‘target’ files.
- Next, click on the 'Train' option in the top bar of the GUI. This will initiate the training of the model with your input data.
- After the training is complete, click on the 'Export Model' option and then select 'Export to Workspace'.
- You will be prompted to provide a name for the struct variable where this neural network will be saved. The default name is ‘results’.
- The ‘results’ will contain the network weights under the name ‘Network’ and ‘TrainingResults’ in the form of a structure.
- To feed a sample dataset into this model, use the following syntax:
- This will store the prediction in the 'predict' variable.