Exporting the network

This function is where we export our network. To us, exporting means serializing the data into a JSON human-readable format, as follows:

public NNManager ExportNetwork()
{
Console.WriteLine(" Exporting Network...");
ExportHelper.ExportNetwork(_network);
Console.WriteLine(" **Exporting Complete!**", Color.Green);
return this;
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset