Happy to hear that you enjoy it. :)
You can use Export
, for example:
Export["trainedModel.wlnet", trainedNet]
And then you can get the model with Import
. Note that you might want to specify a particular folder directory to store the model. For example with SetDirectory
.
Hope this helps.