Page 62 - Computer Genius Class 08
P. 62
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.
Mystery Animal
Mystery Animal 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 uestion you want, like o you
have feathers? or o you sleep at night?
To play this game in your computer, use the following code:
https www.gamestolearnenglish.com animal-mystery
How it works?
Mystery Animal 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 Mystery Animal game, examples are trained and tested to understand what users are saying,
and glean insight into user behaviour.
Mystery Animal 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. CAP C A is an acronym that stands for Completely
Automated Public uring test to tell Computers and umans Apart. It
is based on the imitation game made by Alan uring in the year 1 0.
60 Computer Genius-VIII

