DEV Community

Cover image for How to classify chess pieces using TensorFlow, Keras, and convolutional neural network ?
Eran Feit
Eran Feit

Posted on

How to classify chess pieces using TensorFlow, Keras, and convolutional neural network ?

Hi,
This is a Convolutional neural network tutorial that demonstrate how to classify chess pieces based on images.
First, we will build and train a model using CNN and see the model accuracy & loss, and then we will test a new image of a chess piece and predict what is in the image.
Moreover, I recommend This graphics card: NVIDIA GeForce RTX 3060 Ti . I am using it to train my Tensorflow models.
Perfect results and performance: [https://amzn.to/3mTa7HX]

The link for the video tutorial is here : [https://bit.ly/3mZi1iM]
I also shared the Python code in the video description.

Enjoy

Eran

Top comments (0)