Skip to content

⚡ This project utilizes Convolutional Neural Networks (CNNs) to develop a robust image classification model capable of accurately identifying hand gestures representing rock, paper, and scissors.

License

Notifications You must be signed in to change notification settings

rahfianugerah/rps-ic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock - Paper - Scissors Image Classification using TensorFlow with CNN and Adam Optimizer

Finish TensorFlow Python MIT license

Project Overview

This project dives into the world of image classification using Convolutional Neural Networks (CNNs). My goal is to develop a model capable of recognizing hand gestures representing the classic game of rock-paper-scissors. TensorFlow, a powerful machine learning framework, will be my platform, and Keras, its high-level API, will streamline the model building process.

Image

About TensorFlow

TensorFlow, an open-source library by Google, empowers users with a comprehensive platform for numerical computation, machine learning, and particularly deep learning. It offers a robust set of tools for complex mathematical operations and facilitates building intricate deep learning models inspired by the human brain. Notably, TensorFlow embraces flexibility by supporting various programming languages and extends its reach beyond model creation by providing deployment tools for real-world applications on servers, mobile devices, and even web browsers. Click here!

TensorFlow Key Features

  • Machine Learning Focused: TensorFlow offers a wide range of tools and APIs specifically designed for machine learning tasks, including data preparation, model building, training, and deployment.
  • Flexible Architecture: The library supports various programming languages like Python, C++, and Java, allowing developers to choose the language that best suits their needs.
  • High-Level APIs: Keras, a high-level API built on top of TensorFlow, simplifies model building with a user-friendly interface.
  • Production Deployment: TensorFlow offers tools and libraries for deploying trained models in various environments, from servers and mobile devices to web browsers and edge devices.

Project Key Components

  • Convolutional Neural Network (CNN): A deep learning architecture specifically designed for image recognition. It extracts features from images through convolutional layers and learns to differentiate between classes.
  • Adam Optimizer: An optimization algorithm that efficiently updates the weights and biases within the CNN during training, improving the model's accuracy.
  • Image Data Generator: A tool from Keras for data augmentation. It artificially creates variations of existing images (flips, rotations, etc.) to increase the training dataset size and improve model generalization.

Project Author

Pictures

Screenshot 2024-04-10 224228 Screenshot 2024-04-10 224109 Screenshot 2024-04-10 224013

Special Thanks to Dicoding

Dicoding is a one-stop shop for Indonesian developers looking to level up their skills. It offers a comprehensive developer journey, encompassing learning, building, validation, and even job opportunities. The core of Dicoding is its Academy, which provides a variety of courses on programming languages, frameworks, and other developer tools. Whether you're a beginner or a seasoned developer, Dicoding has something for you, with both free and paid subscription options.

Beyond just learning, Dicoding provides opportunities to put your skills to the test with coding challenges. These challenges allow you to practice your newfound knowledge and compete with other developers to further hone your abilities. Dicoding doesn't stop at education; it also helps with career development. The platform features a job board where developers can search for positions that match their skills and experience. Additionally, Dicoding hosts events and workshops that connect developers with industry professionals, fostering valuable networking opportunities.

Dataset Reference

Several publicly available datasets were utilized for this project. Descriptions and access information for each dataset can be found in the references section (Dicoding, Kaggle). These datasets provided the foundation for my exploration of this project.

About

⚡ This project utilizes Convolutional Neural Networks (CNNs) to develop a robust image classification model capable of accurately identifying hand gestures representing rock, paper, and scissors.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published