Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rabestro/jetbrains-academy-guess-the-animal

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.
https://github.com/rabestro/jetbrains-academy-guess-the-animal

binary-tree hyperskill jetbrains-academy json localization pet-project recursion regex regular-expressions repository resource-bundles student-project tree-structure yaml

Last synced: 10 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Guess the Animal
## 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.
## 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.