Machine Learning
22 views
Autoencoder
Quick Definition
Neural network learning compressed data representations
Full Definition
A neural network learning compressed representations by encoding input data and reconstructing it at the output.
Examples
dimensionality reduction, denoising, anomaly detection
Related Terms
variational-autoencoder
deep-learning
More Machine Learning Terms
Polynomial Regression
Extending linear models with polynomial features for nonlinear data
Underfitting
When a model is too simple to capture data patterns
Machine Learning
AI subset where systems learn patterns from data
ARIMA
Statistical model for time series analysis and forecasting
K-Nearest Neighbors
Classifying based on majority class of k nearest neighbors
Support Vector Machine
Finding optimal hyperplane to separate classes with max margin