3. Dimensionality reduction
The diversity of algorithms used in dimensionality reduction is due first and foremost to the fact that the objectives of dimensionality reduction vary widely.
If we use this technique simply for visualization purposes, to understand the distribution of a data set, we'll naturally look for an algorithm that best preserves the local or global structure of the data, taking as a reference, for example, the respective distances between each example. If, on the other hand, such a dimensionality reduction is used to feed a classification algorithm, the algorithm will be asked to retain the most discriminating variables for the classification that follows.
3.1 Feature selection
Feature selection is the most direct method of reducing the dimensionality...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference
This article is included in
Software technologies and System architectures
This offer includes:
Knowledge Base
Updated and enriched with articles validated by our scientific committees
Services
A set of exclusive tools to complement the resources
Practical Path
Operational and didactic, to guarantee the acquisition of transversal skills
Doc & Quiz
Interactive articles with quizzes, for constructive reading
Dimensionality reduction
Bibliography
Software tools
For computations that do not involve deep learning and that deal with data volumes that do not require the use of distributed computing, the two reference software tools are scikit-learn and R
The Spark Mlib library adapts the main machine learning algorithms (excluding deep learning) to a distributed environment, enabling the processing of very large volumes of data.
Deep...
Events
Annual conferences :
International Conference on Learning Representations ( https://iclr.cc/ )
Conference on Neural Information Processing Systems ( https://nips.cc/ )
Conference on Computer Vision and...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference