Page 59 - ComputerGenius_V2.1_Class8
P. 59
To play this game on your computers, use the following link:
https://next.rockpaperscissors.ai/
Basic rules of the game are as follows:
l Paper wraps (beats) Rock
l Scissors cut (beat) Paper
l Rock blunts (beats) Scissors
The challenge of the game is to guess what your opponent will choose and pick the appropriate
object to beat them.
It is quite hard to pick a sequence of perfectly random choices, so any pattern that a player develops
could be learned by the opponent and used to win the game.
As you play, the computer learns the pattern of moves that you are most likely to pick. Gradually,
the computer will be able to predict your next move before you even make it.
Artificial Intelligence in Rock-Paper-Scissors game
The computer keeps track of the conditional probabilities of you picking each of the three moves
based on the move you picked last.
The computer always picks the move that can beat the one that it thinks you will choose. Although, it
knows what you have actually picked (you press one of the buttons to make your choice), it is honest
and never cheats.
Rock, Paper and Scissors game illustrates the basic principles of an adaptive intelligence technology.
Here, the computer system learns to identify the patterns of a person’s behaviour by analysing their
decision strategies in order to predict their future behaviour.
Natural Language Processing
A natural language is any language that has evolved
naturally among humans through constant use and
repetition, without advance planning. They can be in the
form of verbal and non-verbal. They are different from
formal language such as those used for programming or
to study logic.
Natural Language Processing (NLP) is a sub-field of
Artificial Intelligence concerned with the interactions
between computers and human (natural) languages. It helps in programming computers that can
process and analyse large amounts of natural language data.
AI Domains 57

