Feature and Feature Extractionlect2
Feature and Feature Extractionlect2
extraction
What is a Feature?
• A feature is an individual measurable property within a recorded
dataset. In machine learning and statistics, features are often called
“variables” or “attributes.”
• Relevant features have a correlation or bearing on a model’s use case.
• Example:
• In a patient medical dataset, features could be age, gender, blood
pressure, cholesterol level, and other observed characteristics relevant
to the patient.
Feature extraction
• Feature extraction is a process in machine learning and
data analysis that involves identifying and extracting
relevant features from raw data. These features are
later used to create a more informative dataset, which
can be further utilized for various tasks such as:
• Classification
• Prediction
• Clustering
Advantages
• Feature extraction aims to reduce data complexity (often known as
“data dimensionality”) while retaining as much relevant information
as possible.