Machine Learning
24 views
Time Series Analysis
Quick Definition
Analyzing time-ordered data for patterns and forecasting
Full Definition
Statistical and ML methods for analyzing time-ordered data points for forecasting and trend detection.
Examples
stock prediction, weather forecasting, demand planning
Related Terms
lstm
arima
forecasting
More Machine Learning Terms
Contrastive Learning
Self-supervised learning by contrasting data pairs
Semi-Supervised Learning
Combining small labeled datasets with large unlabeled data
Logistic Regression
Statistical model estimating binary outcome probabilities
DBSCAN
Density-based clustering finding clusters of varying shapes
Learning Rate
Hyperparameter controlling gradient descent step size
K-Nearest Neighbors
Classifying based on majority class of k nearest neighbors