Tawang sahro winanto
This project was created for the purpose of completing the preparation course for the international certification of artificial intelligence (AIBIZ).I made a classification of rock paper scissors images using CNN
introduction
In this project, I used deep learning to classify rock paper scissors images for the link dataset as follows: https://www.kaggle.com/datasets/drgfreeman/rockpaperscissors, this dataset consists of two thousand one hundred and eighty eight image data which is divided into three classes, the explanation of each step is as follows.
first of all we import the library that we will use
next we mount our drive to call the dataset that we will use
then we divide our dataset into 3 data, namely 80% training data, 10% testing data and 10% validation data
The next step is the preprocessing stage and label encoder for each class
The next step is to create a CNN model with
then we do data training for 20 epochs
then we evaluate the data using the confusion matrix and classification report