/Dicoding-Basic-ML-and-Tensorflow

This repository contains basic machine learning like supervised learning, unsupervised learning, dimension reduction and tensorflow. You can also find my Dicoding's final project "rock-papper-scissor" detection using CNN. So, let's get rock

Primary LanguageJupyter Notebook

Dicoding-Basic-ML-and-Tensorflow

This repository contains basic machine learning like supervised learning, unsupervised learning, dimension reduction and tensorflow. You can also find my Dicoding's final project "rock-papper-scissor" detection using CNN + my mini game improvement from this project. There are 3 python files :

  • Dicoding Basic ML
  • Dicoding Tensorflow
  • Final Test Rock Paper Scissors

How to run the project:

  1. Install the library (tensorflow and keras)
  2. Make sure you have load the data from the dicoding link, this link containt rock-paper-scissors data set. You also can download this file if you want to see the contents inside
  3. Run the code by clik shift+enter

Note: if you run the game, it's gonna be error. You have to add 3 images in the same directory (rock.png, paper.png and scissors.png) then run the code

Project Overview: