MNISTTensorCNTK icon indicating copy to clipboard operation
MNISTTensorCNTK copied to clipboard

Model training

Open abrasat opened this issue 7 years ago • 1 comments

How was the digit.model created ? Is it possible to train and optimize the model ?

abrasat avatar Feb 21 '18 08:02 abrasat

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. :)

CESARDELATORRE avatar Feb 21 '18 17:02 CESARDELATORRE