annTrain - How can I save the state of my trained model for later use?

Réponse

You can use the 'saveState' parameter to specify an output table where the model's state, including its weights, will be saved. This allows you to resume training later or use the model for scoring with the 'annScore' action.
Did this answer help you?