Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 974 Bytes

Readme.md

File metadata and controls

18 lines (11 loc) · 974 Bytes

Rock_Paper_Scissors

About

An experiment involving a game of rock, paper and scissor, also known as Jo Ken Po. During the first 3 rounds the computer chooses a move (rock, paper or scissor) at random. After that, it assumes it has enough data about the player to predict it's pattern. The data set consists of the player last two moves, being the last one, the one they'll do after the first one. Kind of confusing, right?! Simple put, the computer stores the first move as a input x and the move after that as a label or target y, meaning that after the player choosing rock, for instance, there's a possibility they'll choose paper as the next move. If the computer predicts the player will play rock, it plays paper, so on and so forth. Every time the computer loses, it trains the neural network again.

Get Started

  1. Clone this repository
git clone https://github.com/dollpriyanka/Rock_Paper_Scissors.git
  1. Go to the cloned directory