Anna Danilec

How to Create Image Recognition — Tutorial - How to Create Image Recognition With Python

1
This article presents a relatively simple approach of training a neural network to recognize digits. This approach uses an ordinary feedforward neural network. The accuracy of the model can be further improved using other techniques.

Add a comment

Replies
Best
Anna Danilec
This article is an introduction in implementing image recognition with Python and its machine learning libraries Keras and scikit-learn. Image recognition is supervised learning, i.e., classification task. This is just the beginning, and there are many techniques to improve the accuracy of the presented classification model.