Decision Trees and Random Forests : A Visual Introduction For Beginners
This book provides a non-mathy entry point in to the world of decision trees and random forests.
Chapter 1 introduces the three kinds of learning algorithms:
Supervised Learning Algorithm: The algo feeds on labeled data and then use the fitted algorithm on unlabeled data
Unsupervised Learning Algorithm: The algo feeds on unlabeled data to figure out structure and patterns on its own
Semi-Supervised Learning: The algo feeds on labeled and unlabeled data.