Results for "input"
Supervised Learning
Intermediate
Learning a function from input-output pairs (labeled data), optimizing performance on predicting outputs for unseen inputs.
Feature
Intermediate
A measurable property or attribute used as model input (raw or engineered), such as age, pixel intensity, or token ID.
Feature Engineering
Intermediate
Designing input features to expose useful structure (e.g., ratios, lags, aggregations), often crucial outside deep learning.
Interpretability
Intermediate
Studying internal mechanisms or input influence on outputs (e.g., saliency maps, SHAP, attention analysis).
LIME
Intermediate
Local surrogate explanation method approximating model behavior near a specific input.
Autoencoder
Advanced
Model that compresses input into latent space and reconstructs it.
Condition Number
Advanced
Sensitivity of a function to input perturbations.