Serializes a ConvolutionalNN into the CNN binary model format that is read back by ReadModelCNN.
SaveModelCNN
01 Syntax
Microsoft.VisualBasic.MachineLearning.CNN.SaveModelCNN
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Write | 1 | Writes the given network to a binary stream. |
03 Members
Write(ConvolutionalNN,
Stream)Writes the given network to a binary stream.
Parameters
| Name | Type | Description |
|---|---|---|
cnn | ConvolutionalNN | The network to serialize. |
file | Stream | The destination stream. |