Question: Using tensorflow and Keras to do the object recognition based on the MNIST data set. About the MNIST data set The MNIST database of handwritten
Using tensorflow and Keras to do the object recognition based on the MNIST data set. About the MNIST data set The MNIST database of handwritten digits, available from this page, has a training set of 60,000 examples, and a test set of 10,000 examples. It is a subset of a larger set available from NIST. The digits have been size-normalized and centered in a fixed-size image. More introduction of this data set is given below: http://yann.lecun.com/exdb/mnist/ ###################################################################### Project part 1: Using single layer deep learning network to do the object recognition(getting the accuracy )
Please submit the code, the result of your code(if the code is run from the terminal, pls send me the Screenshots of the result. If you run the code from the ipython notebook, please provide the result in your submission of the code) and a brief read me file to explain your experiment and result
Software requirement: python3.5 package installation: please install: numpy,tensorflow,keras, More about how to use Keras: https://keras.io/getting-started/sequential-model-guide/
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
