PCA(Principle Component Analysis) For Seed Dataset in Machine Learning
-
Updated
Jun 30, 2020 - Jupyter Notebook
PCA(Principle Component Analysis) For Seed Dataset in Machine Learning
LDA(Linear Discriminant Analysis) for Seed Dataset
Discriminant analysis methods can be good candidates to address such problems. These methods are supervised, so they include label information. The goal is to find directions on which the data is best separable. One of the very wellknown discriminant analysis method is the Linear Discriminant Analysis. Linear Discriminant Analysis (LDA) is most …
Mini project on Dimensionality Reduction
This repository consists of 6 sections, detailing hands on Machine Learning Models: Regression, Classification, Clustering, AssocaitionRuleLearning, Deep Learning and Natural Language Processing Techniques
In this project, we use differents methods to transform our dataset (usually dimension modification) before making prediction thanks to machine learning and regressions.
This repository explores the interplay between dimensionality reduction techniques and classification algorithms in the realm of breast cancer diagnosis. Leveraging the Breast Cancer Wisconsin dataset, it assesses the impact of various methods, including PCA, Kernel PCA, LLE, UMAP, and Supervised UMAP, on the performance of a Decision Tree.
This project explores the spatial relationships between twenty European cities using classical manual Multidimensional Scaling (MDS), MDS from scikit-learn, and compares the results with Principal Component Analysis (PCA).
Add a description, image, and links to the dimensionality-reduction-technique topic page so that developers can more easily learn about it.
To associate your repository with the dimensionality-reduction-technique topic, visit your repo's landing page and select "manage topics."