2020-09-18 19:35:39 +02:00
2020-09-18 19:35:39 +02:00
2020-09-18 19:35:39 +02:00
2020-09-18 19:35:39 +02:00
2020-09-18 19:35:39 +02:00
2019-05-16 08:30:29 +02:00
2020-09-18 19:35:39 +02:00

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.

Description
Neural network training 60000 images from keras mnist fashion. mnist_keras.py trains and outputs predictions. save_model_mnist_keras.py trains and saves model and weights, then prints predictions. load_model_mnist_keras.py loads a saved model and prints predictions.
Readme 4.8 MiB
Languages
Python 100%