# Dense feature > A feature in which most or all values are nonzero, typically a tensor of floating-point values. For example, the following 10-element Tensor is dense because 9 of its values are nonzero:[^1] A [feature](https://wiki.g15e.com/pages/Feature%20(machine%20learning.txt)) in which most or all values are nonzero, typically a [tensor](https://wiki.g15e.com/pages/Tensor.txt) of floating-point values. For example, the following 10-element Tensor is dense because 9 of its values are nonzero:[^1] $$ 8, 3, 7, 5, 2, 4, 0, 4, 9, 6 $$ ## See also - [Sparse features](https://wiki.g15e.com/pages/Sparse%20features.txt) ## Footnotes [^1]: https://developers.google.com/machine-learning/glossary#dense_feature