A researcher is working with a large dataset of patient medical records with numerous features. They want to visualize the data in 2D to spot any potential patterns or groupings but without necessarily clustering the data. Which technique would they most likely employ?
- Principal Component Analysis
- t-Distributed Stochastic Neighbor Embedding (t-SNE)
- K-Means Clustering
- DBSCAN
The researcher would most likely employ t-Distributed Stochastic Neighbor Embedding (t-SNE). t-SNE is a dimensionality reduction technique suitable for visualizing high-dimensional data in 2D while preserving data relationships and patterns without imposing clusters.
Loading...
Related Quiz
- Hierarchical clustering can be broadly classified into two types based on how the hierarchy is constructed. What are these two types?
- A common activation function used in CNNs that helps introduce non-linearity is ________.
- In SVM, the data points that are closest to the decision boundary and influence its orientation are called ______.
- In reinforcement learning, ________ focuses on trying new actions, while ________ focuses on leveraging known rewards.
- For binary classification tasks, which regression outputs a probability score between 0 and 1?