Implementing a Machine Learning Paper: Building ID3 Decision Trees from Scratch!

preview_player
Показать описание
In this video, I implement the ID3 Decision Tree algorithm from the influential "Induction of Decision Trees" paper by J.R. Quinlan, published in 1986. This basic version of the algorithm does not include noise or unknown attribute handling. My goal was to replicate the results from the paper and demonstrate the power of ID3 Decision Trees! The repository contains code for the full class as well as code for testing the model on the popular Kaggle "Breast Cancer Dataset."

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

even i didn't understand due my lack of skills and knowledge this is amazing keep it up !!!

dklwlyl
Автор

cool video, I had to do this for my machine learning class last year. It was a good learning exercise and pretty fun as well

codyn