Machine Learning
25 views
Polynomial Regression
Quick Definition
Extending linear models with polynomial features for nonlinear data
Full Definition
A regression technique extending linear models by adding polynomial features to capture nonlinear relationships.
Examples
curve fitting, nonlinear trend modeling, feature interaction
Related Terms
linear-regression
regression
feature-engineering
More Machine Learning Terms
ARIMA
Statistical model for time series analysis and forecasting
Ridge Regression
Regularized regression using L2 penalty to prevent overfitting
Feature Selection
Identifying the most relevant features for model training
Machine Learning
AI subset where systems learn patterns from data
Multi-Task Learning
Training one model for multiple related tasks simultaneously
Naive Bayes
Probabilistic classifier using Bayes theorem with independence