Skip to content

A simple classification system asks a series of Yes/No questions in order to work out what type of animal is being looked at. Carry out some simple research on classification trees, then write a program to help the user decide between the following: horse, cow, sheep, pig, dog, cat, lion, tiger, whale, dolphin, seal, penguin, ostrich, sparrow, s…

License

Notifications You must be signed in to change notification settings

CodingChallengesBooklet/Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classification

A simple classification system asks a series of Yes/No questions in order to work out what type of animal is being looked at.

GitHub followers Twitter Follow
GitHub language count GitHub code size in bytes GitHub issues GitHub last commit GitHub branch checks state

Problem

A simple classification system asks a series of Yes/No questions in order to work out what type of animal is being looked at (E.g. Does it have 4 legs? Does it eat meat? Does it have stripes? Etc).

These systems can often be drawn using a “tree” structure. Carry out some simple research on classification trees, then write a program to help the user decide between the following:

horse, cow, sheep, pig, dog, cat, lion, tiger, whale, dolphin, seal, penguin, ostrich, sparrow, spider, ant, bee, wasp, termite, octopus, squid

Is there a better way to do this than using 101 IF...ELSE...END IFs?

Develop your classification system for your own area of interest: pop bands; pokemon; cars; footballers; teachers; diseases etc.

Solution

Why 100s of IF...ELSE...END IFs is impractical

Our classification system

Extension

Developing our own classification system for our own interests. Lets do books.

About

A simple classification system asks a series of Yes/No questions in order to work out what type of animal is being looked at. Carry out some simple research on classification trees, then write a program to help the user decide between the following: horse, cow, sheep, pig, dog, cat, lion, tiger, whale, dolphin, seal, penguin, ostrich, sparrow, s…

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project