Computer Science, asked by Anonymous, 8 months ago

Create a decision tree by creating a 'Decision Tree Al Modell for classifying handwritten alphabets. Divide
the class into groups of 5 or 6 students and do the following:
1. Develop a Decision tree to recognise the pattern of converted alphabets for differentiating the
different alphabets.

2. Develop a decision tree to convert the handwritten alphabets into pixels.

please answer fast.​

Answers

Answered by tabassumperween390
1

Answer:

A Decision Tree is a simple representation for classifying examples. It is a Supervised Machine Learning where the data is continuously split according to a certain parameter.

Decision Tree consists of :

Nodes : Test for the value of a certain attribute.

Edges/ Branch : Correspond to the outcome of a test and connect to the next node or leaf.

Leaf nodes : Terminal nodes that predict the outcome (represent class labels or class distribution).

Answered by Anonymous
2

Answer:

thank you dear for your kind words

may god bless you

stay safe stay home

stay blessed

Attachments:
Similar questions