/mnist-mlp-app

Primary LanguagePythonMIT LicenseMIT

mnist-mlp-app

This application simply translates hand written number 2 at /images as digit number 2 based on mlp model training.

Acknowledgement

This mnist-mlp code snippet derived from Keras team.

How to install thru Docker

docker build -t mnist-mlp .

How to run thru Docker

docker run -it mnist-mlp