Book Image

Machine Learning: Random Forest with Python from Scratch© [Video]

By : AI Sciences
Book Image

Machine Learning: Random Forest with Python from Scratch© [Video]

By: AI Sciences

Overview of this book

Machine learning is designed to understand and build methods that 'learn' to leverage data to improve performance on a set of tasks. Machine learning algorithms are used in a plethora of applications in medicine, email filtering, speech recognition, and more, where it is challenging to develop conventional algorithms to perform tasks. The course begins with an introduction to machine learning concepts and explains the motivation for machine learning. The course teaches all major concepts about Python including variables, objects, strings, loops, decision-making statements, classes, and a small project to recap. You will learn to use the power of Python to train your machine and make predictions and implement the ML algorithm “Random Forest.” Use NumPy with Python for array handling, Pandas data frames for Excel files, and matplotlib for data visualization. You will learn to use Random Forest with sklearn, Matplotlib for Python plotting, and SciKit-Learn for Random Forest. Upon completion, you will Implement the structure of forest, impurity, information gain, partitions, leaf nodes, and decision nodes using Python and create a complete structure for Random Forest using Python to build one tree that lets you create an entire forest. You will write an accuracy calculator function and implement Random Forest on any dataset. All resources are available at: https://github.com/PacktPublishing/Machine-Learning-Random-Forest-with-Python-from-Scratch-
Table of Contents (5 chapters)
5
Conclusion
Chapter 4
Random Forest Step-by-Step
Content Locked
Section 17
Structure
In this video, we will discuss the structures of a Random Forest, namely forest, tree, leaf node, and decision node.