MPSCNNHelloWorld: Simple Digit Detection Convolution Neural Networks (CNN)

Last Revision:
Version 1.1, 2016-11-17
Fixes a typo that affected performance
(Full Revision History)
Build Requirements:
Xcode 8.0 or later; iOS 10.0 SDK or later
Runtime Requirements:
iOS 10.0 or later

This sample is a port of the open source library, TensorFlow trained networks trained on MNIST Dataset (http://yann.lecun.com/exdb/mnist/) via inference using Metal Performance Shaders. The sample demonstrates how to encode different layers to the GPU and perform image recognition using trained parameters(weights and bias) that have been fetched from, pre-trained and saved network on TensorFlow.