From 17a0df87f5dbf56f3e6e6ddd6d1a77e1875500bc Mon Sep 17 00:00:00 2001 From: Lerking <33354709+Lerking@users.noreply.github.com> Date: Thu, 16 May 2019 08:30:29 +0200 Subject: [PATCH] Create readme --- readme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 readme diff --git a/readme b/readme new file mode 100644 index 0000000..b8ffcc6 --- /dev/null +++ b/readme @@ -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. +