HW06 - Classification of Persian Hoda digits with random forest
At the end of this file, we saw the classification of English figures and the evaluation results with random forest.
Do the same on the data set of Hoda’s Farsi digits.
- Perform the classification of Persian digits with the random forest method.
Perform dimensionality reduction with PCA (eg reduce dimensionality to 64 dimensions) and then perform classification with random forest.
- Display the Accuracy and Confusion Matrix in both methods and compare the results. Which method is more accurate?
Delete all the extra items from the file and only have the section related to this task in your file.