This is two dimensional: [[2,2]] but it also has 2 features/attributes doesn't it. I am confused on what the difference between a dimension, attribute and feature is.
Feature Selection vs Dimensionality Reduction While both methods are used for reducing the number of features in a dataset, there is an important difference. Feature selection is simply selecting and excluding given features without changing them. Dimensionality reduction transforms features into a lower dimension.
An attributeUsed to describe the characteristics or properties of something. is used to describe the characteristics or properties of something. A featureOften described as a prominent attribute. is often described as a prominent attribute. A function is what something does.
In pattern recognition and machine learning, a feature vector is an n-dimensional vector of numerical features that represent some object. Many algorithms in machine learning require a numerical representation of objects, since such representations facilitate processing and statistical analysis.
A dimension feature's style describes its symbology, what parts of it are drawn, and how it is drawn. Every time you create a new dimension feature, it is assigned a particular style. All dimension features of a particular style share certain characteristics, some of which can be changed on a feature-by-feature basis.
I have to dissagree with @Atilla answer
In general you have some objects X, which you describe using some attributes (which is the first step of feature extraction, and so these attributes are also sometimes refered as features), which creates a representation of given dimension (number of attributes, extracted features). Then you train some model, which often creates some kind of abstraction (sometimes even multi-level), and each of such abstractions generate new features (extracts features from features) which are more complex objects then the ones on the lower "level".
X ---> repr(X) ---> f1(repr(X)) ---> .... ---> fn(repr(X))
data attributes 1st level nth level
(0th features) features features
|repr(X)|=dimension
f's are often recurrent, so f2(repr(X))
is actually some f2'(f1(repr(X))
They are the same things. Attribute, dimension and feature. According to writer's background or domain they are used interchangeably.
For example if you are talking about mathematical aspects , you can say this is high dimension problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With