Reader small image

You're reading from  Julia for Data Science

Product typeBook
Published inSep 2016
Reading LevelBeginner
PublisherPackt
ISBN-139781785289699
Edition1st Edition
Languages
Concepts
Right arrow
Author (1)
Anshul Joshi
Anshul Joshi
author image
Anshul Joshi

Anshul Joshi is a data scientist with experience in recommendation systems, predictive modeling, neural networks, and high performance computing. His research interests encompass deep learning, artificial intelligence, and computational physics. Most of the time, he can be caught exploring GitHub or trying anything new he can get his hands on. You can also follow his personal blog.
Read more about Anshul Joshi

Right arrow

Random forests


Random forests were developed by Leo Breiman and Adele Cutler. Their strength in the field of machine learning has been shown nicely in a blog entry at Strata 2012: "Ensembles of decision trees (often known as random forests) have been the most successful general-purpose algorithm in modern times", as they "automatically identify the structure, interactions, and relationships in the data".

Moreover, it has been noticed that "most Kaggle solutions have no less than one top entry that vigorously utilizes this methodology". Random forests additionally have been the preferred algorithm for recognizing the body part in Microsoft's Kinect, which is a movement detecting information gadgets for Xbox consoles and Windows PCs.

Random forests comprises of a group of decision trees. We will consequently begin to analyze decision trees.

A decision tree, as discussed previously, is a tree-like chart where on each node there is a choice, in view of one single feature. Given an arrangement of...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Julia for Data Science
Published in: Sep 2016Publisher: PacktISBN-13: 9781785289699

Author (1)

author image
Anshul Joshi

Anshul Joshi is a data scientist with experience in recommendation systems, predictive modeling, neural networks, and high performance computing. His research interests encompass deep learning, artificial intelligence, and computational physics. Most of the time, he can be caught exploring GitHub or trying anything new he can get his hands on. You can also follow his personal blog.
Read more about Anshul Joshi