MNISTTensorCNTK
MNISTTensorCNTK copied to clipboard
Model training
How was the digit.model created ? Is it possible to train and optimize the model ?
Hi. Good question. 👍 In this case, the model is created and trained from Python code available here: https://github.com/dotnet-architecture/MNISTTensorCNTK/tree/master/Training But you could also do a similar process (CNTK model generation and training) from C#. @asthana86 do you have the model training code in C# (Console app for creating and training the model) available that we used in our recent demos?. It would be good to upload that into this repo, as well. :)