kernel-pca

There are 43 repositories under kernel-pca topic.

  • Albertsr/Anomaly-Detection

    UnSupervised and Semi-Supervise Anomaly Detection / IsolationForest / KernelPCA Detection / ADOA / etc.

    Language:Python2809688
  • gionanide/Speech_Signal_Processing_and_Classification

    Front-end speech processing aims at extracting proper features from short- term segments of a speech utterance, known as frames. It is a pre-requisite step toward any pattern recognition problem employing speech or audio (e.g., music). Here, we are interesting in voice disorder classification. That is, to develop two-class classifiers, which can discriminate between utterances of a subject suffering from say vocal fold paralysis and utterances of a healthy subject.The mathematical modeling of the speech production system in humans suggests that an all-pole system function is justified [1-3]. As a consequence, linear prediction coefficients (LPCs) constitute a first choice for modeling the magnitute of the short-term spectrum of speech. LPC-derived cepstral coefficients are guaranteed to discriminate between the system (e.g., vocal tract) contribution and that of the excitation. Taking into account the characteristics of the human ear, the mel-frequency cepstral coefficients (MFCCs) emerged as descriptive features of the speech spectral envelope. Similarly to MFCCs, the perceptual linear prediction coefficients (PLPs) could also be derived. The aforementioned sort of speaking tradi- tional features will be tested against agnostic-features extracted by convolu- tive neural networks (CNNs) (e.g., auto-encoders) [4]. The pattern recognition step will be based on Gaussian Mixture Model based classifiers,K-nearest neighbor classifiers, Bayes classifiers, as well as Deep Neural Networks. The Massachussets Eye and Ear Infirmary Dataset (MEEI-Dataset) [5] will be exploited. At the application level, a library for feature extraction and classification in Python will be developed. Credible publicly available resources will be 1used toward achieving our goal, such as KALDI. Comparisons will be made against [6-8].

    Language:Python23811463
  • Nikronic/Machine-Learning-Models

    In This repository I made some simple to complex methods in machine learning. Here I try to build template style code.

    Language:Python323311
  • kaur-anupreet/Software-Defect-Prediction

    Application of Deep Learning and Feature Extraction in Software Defect Prediction

    Language:Python20208
  • lucko515/dataset-dimensionality-reduction-python

    Here I've demonstrated how and why should we use PCA, KernelPCA, LDA and t-SNE for dimensionality reduction when we work with higher dimensional datasets.

    Language:Jupyter Notebook192010
  • bghojogh/Principal-Component-Analysis

    The code for Principal Component Analysis (PCA), dual PCA, Kernel PCA, Supervised PCA (SPCA), dual SPCA, and Kernel SPCA

    Language:Python18118
  • kashefy/mi2notes

    My notes for Prof. Klaus Obermayer's "Machine Intelligence 2 - Unsupervised Learning" course at the TU Berlin

    Language:TeX14204
  • mlesnoff/rchemo

    Archived repo (see Readme) - R package for regression and discrimination, with special focus on chemometrics and high-dimensional data.

    Language:R14112
  • mlesnoff/rnirs

    Archived repo - This R Package is not developed anymore (only maintenance). It was replaced by R package rchemo

    Language:R11400
  • OleguerCanal/GPLVM

    Re-Implementation of GPLVM algorithm & performance assessment against Kernel-PCA

    Language:Python11300
  • juyongjiang/VFedPCA-VFedAKPCA

    Source Code & Datasets for "Vertical Federated Principal Component Analysis and Its Kernel Extension on Feature-wise Distributed Data"

    Language:Python10110
  • MaxenceGiraud/BayesianPCA

    Implementation of Bayesian PCA [Bishop][1999] And Bayesian Kernel PCA

    Language:Python10302
  • namanUIUC/NonlinearComponentAnalysis

    Application of principal component analysis capturing non-linearity in the data using kernel approach

    Language:Jupyter Notebook8305
  • tejasnp163/Dimensionality-Reduction-on-Wine-Dataset

    Performed different tasks such as data preprocessing, cleaning, classification, and feature extraction/reduction on wine dataset.

    Language:Jupyter Notebook5200
  • ratvec/ratvec

    Low-dimensional vector representations via kernel PCA with rational kernels

    Language:Python4181
  • bghojogh/Image-Structural-Component-Analysis

    The code for Image Structural Component Analysis (ISCA) and Kernel ISCA

    Language:Python310
  • matteo-serafino/dimensionality-reduction-package

    Python package for plug and play dimensionality reduction techniques and data visualization in 2D or 3D.

    Language:Python3100
  • AAU-Dat/P5-Nonlinear-Dimensionality-Reduction

    5th semester project concerning feature engineering and nonlinear dimensionality reduction in particular.

    Language:Jupyter Notebook201393
  • Arminkhayati/Machine_learning_lec

    My Machine Learning course projects

    Language:Jupyter Notebook2100
  • charumakhijani/machine-learning

    Data Science Portfolio

    Language:Jupyter Notebook2101
  • hellpanderrr/ml_algorithms

    Machine learning algorithms done from scratch in Python with Numpy/Scipy

    Language:Jupyter Notebook2202
  • kyomangold/ETH-MachineLearning

    Repository for the code of the "Introduction to Machine Learning" (IML) lecture at the "Learning & Adaptive Systems Group" at ETH Zurich.

    Language:Python2200
  • algostatml/UNSUPERVISED-ML

    Unsupervised machine learning algorithm. Classical and kernel methods for non-linearly seperable data.

    Language:Python1102
  • EthanJamesLew/PSU_STAT672

    Notes, homework and project for PSU's STAT 672 Winter 2020

    Language:Jupyter Notebook130
  • Joycechidi/MachineLearning2

    Continuation of my machine learning works based on Subjects....starting with Evaluating Classification Models Performance

  • longhongc/CMSC828C-hw6

    K-means, Spectral clustering, PCA, and Kernel PCA

    Language:Jupyter Notebook1100
  • adelelwan24/Credit-Card-Customer-Segmentation

    This repository implements customer segmentation techniques to analyze credit card user behavior and identify distinct customer groups. By leveraging Python libraries like pandas, Scipy and scikit-learn.

    Language:Jupyter Notebook0100
  • BeataWereszczynska/UML_forged_banknotes

    UML dimensionality reduction and clustering models for predicting if a banknote is genuine or not based on the dataset from OpenML containing wavelet analysis results for genuine and forged banknotes - practical exercise. (Python 3)

    Language:Jupyter Notebook0200
  • kisoo95/DACON-Monthly-DACON-Credit-Card-Fraud-Deal-Detection-AI-Competition

    Winning one of the DACON competition

    Language:Jupyter Notebook0100
  • mehdi-aitaryane/PCA-Algorithms-From-Scratch-With-Examples

    Implementation of PCA and Kernel PCA algorithms from scratch with practical examples, including datasets and image processing tasks like compression and denoising.

    Language:Jupyter Notebook00
  • 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
  • shubhams821/ML-Repository

    Machine Learning assignments from coursework.

    Language:Jupyter Notebook0100
  • williamagyapong/data-mining-projects

    Houses a series of projects I worked on for a course in Data Mining that I took in my Ph.D. Data Science program at UTEP in the Fall of 2022. Covers areas such as Regularized Logistic Regression, Optimization, Kernel Methods, PageRank, Kernel PCA, Association Rule Mining, Anomaly Detection, Parametric/Nonparametric Nonlinear Regression, etc.

  • alessimichele/Unsupervised-Learning-2023

    This repository is dedicated to the lab activities of the course of Unsupervised Learning @UniTs

    Language:Jupyter Notebook00
  • FabrizioMusacchio/machine_learning_for_image_denoising

    This repository contains the Python code my blog post Image denoising techniques: A comparison of PCA, kernel PCA, autoencoder, and CNN. See post for more details and results.

    Language:Python10
  • Mehrab-Kalantari/News-Clustering

    Applying NLP methods and kernel PCA on news dataset to build a clustering model

    Language:Jupyter Notebook10