Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
1 / 5
0

Dimensionality Reduction in Machine Learning: PCA and t-SNE.

DEV Community·Kelvin·about 1 month ago
#37bBDFJl
Reading 0:00
15s threshold

Dimensionality reduction is a fundamental concept in machine learning used to reduce the number of input features (dimensions) in a dataset while preserving as much important information as possible. Principal Component Analysis (PCA) Principal Component Analysis (PCA) is a linear dimensionality reduction technique that transforms data into a new coordinate system. Instead of using the original features, PCA creates new variables called principal components, which are: Linear combinations of the original features Ordered by importance (variance explained) PCA works by identifying directions (called principal axes) where the data varies the most. The first principal component captures the maximum variance while the second principal component captures the next highest variance.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More