Skip to content

We will be focusing on generating a 28X28 grayscale image which represents a handwritten digit starting from 0 to 9 integers. The given dataset is MINST data which has both test and train data, with 60,000 observations and 784 features and one label variable with 0 to 9 levels representing handwritten digits. We work to train 784 regression tree…

lokyGit/MNIST-CART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MNIST-CART

We will be focusing on generating a 28X28 grayscale image which represents a handwritten digit starting from 0 to 9 integers. The chosen dataset is MINST data which has both test and train data, with 60,000 observations and 784 features and one label variable with 0 to 9 levels representing handwritten digits. We work to train 784 regression tree models on the training set and then apply predictions on the 784 regression models and with input labels from 0 to 9. Once we get these predictions, we need to combine the output to print the predicted handwritten digit.

About

We will be focusing on generating a 28X28 grayscale image which represents a handwritten digit starting from 0 to 9 integers. The given dataset is MINST data which has both test and train data, with 60,000 observations and 784 features and one label variable with 0 to 9 levels representing handwritten digits. We work to train 784 regression tree…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages