eiginleikaútdráttar
Eiginleikaútdráttur, often translated as feature extraction, is a process used in machine learning and data science to reduce the amount of data from an initial large set of raw data and create processed data that is suitable for machine learning algorithms and other computational methods. The goal is to derive a set of informative features from the original data. This can be done by transforming the data into a feature vector that captures the essential characteristics of the data.
The primary motivation behind feature extraction is dimensionality reduction. High-dimensional data can be computationally expensive to
There are various techniques for feature extraction, broadly categorized into filter methods, wrapper methods, and embedded