Page 60 - ComputerGenius_V2.1_Class8
P. 60
Natural language means a human language. Computer languages are Programming Language
For example: English, French and Chinese. For example: FORTRAN, C++,Java and HTML 5.
Animal Mystery
Animal Mystery is a new spin on the classic questions game. The computer pretends to be an animal,
and you have to guess what it is using your voice. Ask any yes-or-no question you want, like "Do you
have feathers?" or "Do you sleep at night?"
To play this game in your computer, use the following code:
https://www.gamestolearnenglish.com/animal-mystery/
How it works?
Animal Mystery game is designed using Natural Language
Processing(NLP). In NLP, algorithms are typically based on
machine learning.
Instead of hand-coding, large sets of rules are used, NLP
relies on machine learning to automatically learn these rules
by analysing a set of examples (i.e., a large written material,
like a book, down to a collection of sentences), and making a
statistical inference.
In the Animal Mystery game, examples are trained and tested to understand what users are saying,
and glean insight into user behaviour.
Animal Mystery illustrates the basic principles of a Machine Learning technology using NLP. In this
system learn to understand natural language by analysing a set of examples.
Most of the time while browsing you might have come across CAPTCHA
test, a test is designed to determine if an online user is really a human
and not a bot. CAPTCHA is an acronym that stands for "Completely
Automated Public Turing test to tell Computers and Humans Apart." It
is based on the imitation game made by Alan Turing in the year 1950.
58 Computer Genius (V2.1)-VIII

