# MNISTpng **Repository Path**: deep-learing_admin/MNISTpng ## Basic Information - **Project Name**: MNISTpng - **Description**: MNIST - From Python to C# - Working example using TensorflowSharp - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-03 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MNIST - From Python to C# # What is this project about? A sample end to end project demonstrating how to train MNIST images using Keras/Tensforflow and then write a C# application using the TensorFlowSharp nuget package to load the trained model and evaluate images at runtime. # My article on CodeProject The code in this repo is used by my CodeProject article here. https://www.codeproject.com/Articles/5164135/TensorFlow-Creating-Csharp-Applications-using ## MNISTpng Full dump of MNIST in png format (60K+10K files, ZIP format) ## Python Trainer Python scripts which will load the training PNG files from the MNISTpng folder and created a trained model. ## ConsoleAppTester C# console exe project. This exe will load the trained model and then test each of the 10,000 images from the test set. The model will emit a 10 dimension vector. .NET 4.6)