Machine Learning
20 views
Random Forest
Quick Definition
Ensemble of decision trees that votes on predictions
Full Definition
An ensemble method constructing multiple decision trees and outputting the mode of classes.
Examples
classification, regression, feature importance
Related Terms
decision-tree
ensemble-learning
gradient-boosting
More Machine Learning Terms
ARIMA
Statistical model for time series analysis and forecasting
Self-Supervised Learning
Generating supervisory signals from unlabeled data for training
Decision Tree
Tree-like model splitting data based on feature values
DBSCAN
Density-based clustering finding clusters of varying shapes
K-Means
Partitioning data into k clusters by updating centroids
Gaussian Mixture Model
Probabilistic model using multiple Gaussian distributions