What is a sparse vector?
A vector whose values are mostly zeroes.
sparse vector explained in plain English
A vector whose values are mostly zeroes. See also sparse feature and sparsity.
Example
Practitioners refer to sparse vector when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.
People also read
- encoder
In general, any ML system that converts from a raw, sparse, or external representation into a more processed, denser, or more internal representation.
- language model
A model that estimates the probability of a token or sequence of tokens occurring in a longer sequence of tokens.
- sparse representation
Storing only the position(s) of nonzero elements in a sparse feature.
- AUC
A number between 0.
- Backpropagation
The process that tells a neural network which internal settings caused an error and how to adjust them, working backwards through layers.
- bag of words
A representation of the words in a phrase or passage, irrespective of order.
- Bayesian neural network
A probabilistic neural network that accounts for uncertainty in weights and outputs.
- Bayesian optimization
A probabilistic regression model technique for optimizing computationally expensive objective functions by instead optimizing a surrogate that quantifies the uncertainty using a Bayesian learning technique.
- BERT
A model architecture for text representation.
- Character N-gram F-score
A metric to evaluate machine translation models.