Create readme

This commit is contained in:
Lerking
2019-05-16 08:30:29 +02:00
committed by GitHub
parent fd860ac8be
commit 17a0df87f5

7
readme Normal file
View File

@@ -0,0 +1,7 @@
mnist_fashion is a small test project for a neural network that utilizes the Keras module.
Model data is loaded from the Keras project - 60000 28x28 pixel grey scale images, which has already been converted to training/test data.
It's important to know that the model is specific for 28x28 pixel images.
Any other size of image requires a new model, for this specific image size.