dafriedman97 / mlbook

Repository for the free online book Machine Learning from Scratch (link below!)
https://dafriedman97.github.io/mlbook/content/introduction.html
MIT License
1.08k stars 206 forks source link

Update boosting.html #8

Closed dipranjan closed 3 years ago

dipranjan commented 3 years ago
  1. Added a common sense introduction to Adaboost along with the paper
  2. Added example to the calculation
  3. Added note on outlier
  4. Updated a few formulae as per the paper
dipranjan commented 3 years ago

One request is merge this with your gh-pages branch, post that edit what you want. Please do not copy the changes manually in your branch. If you copy the changes manually, it creates a conflict with my branch due to which I had to delete my entire repository and re-fork again. We can discuss more if needed.