Skip to content

kb173/RandomForest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Karl
May 18, 2019
025e7d9 · May 18, 2019

History

10 Commits
May 17, 2019
May 17, 2019
May 17, 2019
May 17, 2019
May 18, 2019
May 18, 2019
May 18, 2019
May 17, 2019
May 17, 2019
May 17, 2019
May 17, 2019
May 17, 2019
May 17, 2019
May 17, 2019
May 18, 2019
May 18, 2019

Repository files navigation

RandomForest

Classifying the MNIST handwritten digits with a random forest in C++. Multithreaded!

Default parameters

  • 500 decision trees
  • 1 000 random training images per tree
  • 28 random pixels per tree (root of the number of pixels per image)

This results in an average accuracy of 91%.

Performance

  • Training 60 000 images: 40s
  • Classifying 10 000 images: 340s

(tested with an i7-4820K)


Parser from https://github.com/wichtounet/mnist

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published