FASHION MNIST IMAGE RECOGNITION BY DEEP LEARNING METHODS

Authors

  • V.V. GNATUSHENKО
  • N.L. DOROSH

DOI:

https://doi.org/10.32782/KNTU2618-0340/2021.4.1.8

Keywords:

image recognition, Fashion MNIST, neural network, FNN, CNN, PYTHON, KERAS, TENSORFLOW, recognition quality, hyperparameters

Abstract

A review of modern methods for recognizing image objects has shown that deep learning algorithms are successfully used and provide high quality. An example is the quality of character recognition of the MNIST set, which is close to 100%. For another dataset, which is also popular in the implementation of deep learning algorithms, namely, the Fashion MNIST set of clothing items and accessories, such a high recognition quality has not yet been achieved. The paper presents the results of data recognition Fashion MNISТ. Models of a feedforward neural network and convolutional network are considered. The software implementation of deep learning algorithms is carried out, namely, a multilayer feedforward network (FNN) and a convolutional neural network (CNN) are considered. The Python language, the TensorFlow and Keras libraries are used. The Keras library allows you to simplify TensorFlow function calls. A typical workflow in Python Keras is as follows: loading the necessary modules, loading data, preprocessing, breaking them into training, test and validation parts; creating a model with an indication of the architecture, and more. A numerical experiment was carried out to recognize clothing items by means of FNN. Automatic tuning of network hyperparameters has been performed. The recognition quality on test data is 0.89. The hyperparameter tuning did not significantly improve the quality. The low quality of recognition is also explained by the use of a very simple neural network model. Improved results have been achieved using convolutional neural networks. The best recognition results obtained in the work is 91.26%, but the known best recognition quality result is 94%. It is advisable to continue the work on improving the results of recognition of images of Fashion MNIST data, and the software that has been developed can be used to recognize other data. With a creative approach to image object recognition in Python using the Keras Tensorflow libraries and others, it is a very promising direction for practical application.

References

Digit Recognizer [Електронний ресурс] – Режим доступу. — URL:https://www.kaggle.com/c/digit-recognizer (дата звернення 20.05.2021).

To Serious Machine Learning Researchers [Електронний ресурс] – Режим доступу. — URL: https://github.com/zalandoresearch/fashion-mnist (дата звернення 23.04.2021).https://www.researchgate.net/publication/343173734_CNN_Model_for_Image_Classification _on_MNIST_and_Fashion-MNIST_Dataset

Shivam S. Kadam, Amol C. Adamuthe, Ashwini B. Patil. CNN Model for Image Classification on MNIST and Fashion-MNIST Dataset. Journal of ScientificResearch 64(02):374-384. DOI:10.37398/JSR.2020.640251– Режим доступу. — URL:

https://www.researchgate.net/publication/343173734

Digit Recognizer [Електронний ресурс] – Режим доступу. — URL.https://www.kaggle.com/zalando-research/fashionmnist: (дата звернення 20.05.2021).

Гудфеллоу Я., Бенджио И., Курвилль А. Глубокое обучение/пер. с анг. Слинкина А.А. 2-е изд., испр. М.: ДМК Пресс, 2018. 652 с.

Николенко С., Кадурин А., Архангельская Е. Глубокое обучение. СПб.: Питер, 2018. 480 с.

Антонио Джулли, Суджит Пал. Библиотека Keras – инструмент глубокого обучения. Реализация нейронных сетей с помощью библиотек Theano и TensorFlow/Пер. с англ.Слинкин А. А. М.: ДМК Пресс, 2018. 294с.

Жерон, Орельен. Прикладное машинное обучение с помощью Scikit-Learn и TensorFlow: концепции, инструменты и техники для создания интеллектуальных систем./Пер. с англ. СПб.: ООО "Альфа-книга, 2018. 688 с.

Плас Дж. Вандер. Python для сложных задач: наука о данных и машинное обучение. СПб.: Питер, 2018. 576 с.

Лутц М. Программирование на Python, том I, 4-е издание. Пер. с англ. СПб.: Символ-Плюс, 2011. 992 с.

Published

2023-08-08