Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Machine Learning: Random Forest, Adaboost & Decision Tree
Rating: 4.0 out of 5(19 ratings)
3,008 students

Machine Learning: Random Forest, Adaboost & Decision Tree

Learn Advanced Machine Learning on Random Forest, Adaboost, Decision Trees Hands-on
Last updated 2/2025
English
English [Auto],

What you'll learn

  • Knowing how to write a Python code for Random Forests.
  • Implementing AdaBoost using Python.
  • Having a solid knowledge about decision trees and how to extend it further with Random Forests.
  • Understanding the Machine Learning main problems and how to solve them.
  • Understanding the differences between Bagging and Boosting.
  • Reviewing the basic terminology for any machine learning algorithm.

Course content

3 sections22 lectures2h 57m total length
  • Introduction4:47

    Explore how to apply random forest, Adaboost, and decision trees to machine learning tasks. Discover learning types, overfitting and underfitting, bias and variance, and practical Python demos in Jupyter notebooks.

  • What is meant by learning part 13:35

    Understand learning in machine learning: a program learns from experience to improve on tasks, measured by performance, unlike traditional programming that maps inputs to outputs using data and outcomes.

  • What is meant by learning part 210:53

    Define the core learning concepts by detailing tasks—regression, classification, and clustering—and show how accuracy, the confusion matrix, and precision, recall, and F1 score guide evaluation.

  • What is meant by learning part 38:19

    Master learning types—supervised, unsupervised, and reinforcement—while examining accuracy, precision, recall, f1, mean squared error, and mean absolute error in classification, regression, and clustering.

  • Machine Learning Problems12:33

    Explore machine learning problems, including generalization, training vs testing error, and iid data assumption. Learn how to balance model capacity with cross validation and regularization to prevent underfitting and overfitting.

  • Bias-Variance Trade-off10:25

    Explore the bias-variance trade-off, including irreducible error, bias, and variance, and how training versus testing error reveals underfitting and overfitting, with remedies like more features and data.

Requirements

  • Python basics
  • NumPy, Matplotlib, Sci-Kit Learn
  • Basic Probability and Statistics

Description

In recent years, we've seen a resurgence in AI, or artificial intelligence, and machine learning.

Machine learning has led to some amazing results, like being able to analyze medical images and predict diseases on-par with human experts.

Google's AlphaGo program was able to beat a world champion in the strategy game go using deep reinforcement learning.

Machine learning is even being used to program self driving cars, which is going to change the automotive industry forever. Imagine a world with drastically reduced car accidents, simply by removing the element of human error.

Google famously announced that they are now "machine learning first", and companies like NVIDIA and Amazon have followed suit, and this is what's going to drive innovation in the coming years.

Machine learning is embedded into all sorts of different products, and it's used in many industries, like finance, online advertising, medicine, and robotics.

It is a widely applicable tool that will benefit you no matter what industry you're in, and it will also open up a ton of career opportunities once you get good.

Machine learning also raises some philosophical questions. Are we building a machine that can think? What does it mean to be conscious? Will computers one day take over the world?

This course is all about ensemble methods.

In particular, we will study the Random Forest and AdaBoost algorithms in detail.

To motivate our discussion, we will learn about an important topic in statistical learning, the bias-variance trade-off. We will then study the bootstrap technique and bagging as methods for reducing both bias and variance simultaneously.

All the materials for this course are FREE. You can download and install Python, NumPy, and SciPy with simple commands on Windows, Linux, or Mac.

This course focuses on "how to build and understand", not just "how to use". Anyone can learn to use an API in 15 minutes after reading some documentation. It's not about "remembering facts", it's about "seeing for yourself" via experimentation. It will teach you how to visualize what's happening in the model internally. If you want more than just a superficial look at machine learning models, this course is for you.

Who this course is for:

  • Aspiring Data Scientists
  • Artificial Intelligence/Machine Learning/ Engineers
  • Student's/Professionals who have some basic knowledge in Machine Learning and want to know about the powerful models like Random Forest, AdaBoost
  • Entrepreneurs, professionals, and students who want to learn, and apply data science and machine learning to their work