What is Principal Component Analysis (PCA) & T-distributed stochastic Neighbour Embedding (T-SNE)?
A quick dive into the fundamentals of those 2 algorithms and when to use them
PCA & T-SNE are one of the most utilized dimensionality reduction algorithms. A wide problem in machine learning is the curse of dimensionality where typical machine…