← Glossary · Foundations

Feature

Concept

Fact-checked Aug 14, 2026

Also called: features

In AI, a feature is an individual, measurable property or characteristic of a phenomenon being observed, used by a machine learning model to learn.

What is Feature?

Imagine you're trying to teach a computer to tell the difference between a cat and a dog. How would you describe them? You might say a cat has pointy ears, a dog barks, a cat is generally smaller. Each of these descriptions, like 'ear shape' or 'sound it makes' or 'size', is what we call a 'feature' in AI.

Features are basically the pieces of information that a machine learning model uses to understand data and make predictions. They are the measurable characteristics of whatever you're trying to analyze. For example, if you're building a model to predict house prices, features might include the number of bedrooms, square footage, location, and age of the house. Each of these gives the model a clue about the final price.

Selecting the right features, a process called 'feature engineering', is super important. If you give a model irrelevant or redundant features, it can get confused or perform poorly. On the other hand, well-chosen features can make a complex problem much simpler for the model to learn. It's like giving someone clear, useful clues to solve a puzzle rather than a pile of random objects.

You'll run into the term 'feature' all the time when learning about machine learning, especially in areas like supervised learning, where models learn from labeled data. A common misconception is that more features are always better. Not true! Quality over quantity is key. Having too many features, especially if they are not useful or are highly related to each other, can actually make a model perform worse and be harder to train. This is sometimes called the 'curse of dimensionality.'

Common questions

What does Feature mean in AI?

Imagine you're trying to teach a computer to tell the difference between a cat and a dog. How would you describe them? You might say a cat has pointy ears, a dog barks, a cat is generally smaller. Each of these descriptions, like 'ear shape' or 'sound it makes' or 'size', is what we call a 'feature' in AI.

What else is Feature called?

Feature is also referred to as features.

Learn AI in 5 minutes a day.

Daily Deck explains terms like Feature as part of a free seven-card daily brief. No jargon. No fluff.

Start free