Skip to content

A simple "AI-game" with some basic language processing.

Notifications You must be signed in to change notification settings

atomragnar/guess-the-animal-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Guess-the-Animal

A simple "AI-game" with some basic language processing.

Guess the Animal (Java)

Learning outcomes You will learn tree data structure, how to search it, and traverse all its nodes. You will also learn how to use this structure to store a knowledge base and how to store it using JSON format.

About Artificial intelligence is not just a smart system: it's a smart system capable of self-learning. In this project, you will create a simple interactive game where the computer will try to guess the animal that the person has in mind with the help of yes or no questions. During the game, the computer will extend its knowledge base by learning new facts about animals and using this information in the next game.



Here's the link to the project: https://hyperskill.org/projects/132

Check out my profile: https://hyperskill.org/profile/344529437

About

A simple "AI-game" with some basic language processing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages