Skip to content

Machine Learning example of digit recognition using DecisionTreeClassifier

Notifications You must be signed in to change notification settings

kemypatel/Digit_Recognition_Using_DecisionTreeClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Digit_Recognition_Using_DecisionTreeClassifier

Decision Trees are a type of Supervised Machine Learning (that is you explain what the input is and what the corresponding output is in the training data) where the data is continuously split according to a certain parameter.

There are two main types of Decision Trees:

1:Classification trees (Yes/No types) 2:Regression trees (Continuous data types)

About

Machine Learning example of digit recognition using DecisionTreeClassifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published