dimensionality-reduction-technique

There are 9 repositories under dimensionality-reduction-technique topic.

  • Ayantika22/PCA-Principle-Component-Analysis-For-Seed-Dataset

    PCA(Principle Component Analysis) For Seed Dataset in Machine Learning

    Language:Jupyter Notebook5103
  • Ayantika22/LDA-Linear-Discriminant-Analysis-for-Seed-Dataset

    LDA(Linear Discriminant Analysis) for Seed Dataset

    Language:Jupyter Notebook3001
  • rajvi-patel-22/Linear-Discriminant-Analysis-of-a-32x32-grayscale-image-for-image-compression.

    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 commonly used as dimensionality reduction technique in the pre-processing step for pattern-classification and machine learning applications. The goal is to project a dataset onto a lower-dimensional space with good class-separability in order avoid overfitting (curse of dimensionality) and also reduce computational costs. Pertaining to our problem, we are given a [32 X 32] binary image as input and the goal is to apply LDA technique to transform the features into a lower dimensional space, which maximizes the ratio of the between-class variance to the within-class variance, thereby guaranteeing maximum class separability between two classes in our case with the minimal loss.

  • SahilK-027/Factor-Analysis-Mini-Project

    Mini project on Dimensionality Reduction

    Language:Jupyter Notebook2100
  • different_processings_for_ML

    Jean-Lcs/different_processings_for_ML

    In this project, we use differents methods to transform our dataset (usually dimension modification) before making prediction thanks to machine learning and regressions.

    Language:Jupyter Notebook0100
  • mohammad95labbaf/UMAP_breast_cancer

    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.

    Language:Jupyter Notebook0100
  • satishmekkonda/DataScience-Projects

    This repository consists of 6 sections, detailing hands on Machine Learning Models: Regression, Classification, Clustering, AssocaitionRuleLearning, Deep Learning and Natural Language Processing Techniques

    Language:Python0100
  • tanyakuznetsova/Multidimensional-Scaling-of-European_Cities

    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).

    Language:Jupyter Notebook0100
  • Trisha11r/dim_reduction_study

    Language:Jupyter Notebook00