Rock-Paper-Scissors Classifier
Last updated
Last updated
Rock-Paper-Scissors Classifier is a convolutional neural network (CNN) model that classifies images of hands. The CNN model detects whether the image given is of a "rock", "paper", or "scissors" hand shape. The model is written in Python using Tensorflow and Keras libraries.
The dataset used is the Rock-Paper-Scissors dataset provided by Dicoding. After training and testing, the model has 96.48% accuracy and 96.58% validation accuracy. This model was compiled with the "categorical crossentropy" loss function, "Adamax" optimizer and uses accuracy as its metric.
This project was an assignment for Dicoding's Machine Learning path.