GitHub topics: isomap
moocf/isomap.python
Isomap is a data visualisation technique based on geodesic distance.
Language: Jupyter Notebook - Size: 778 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

N1k1f0rM/gyro-cluster
Clustering human activity by accelerometer from smartphone
Language: Jupyter Notebook - Size: 4.86 MB - Last synced at: 10 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

saehm/DruidJS
A JavaScript Library for Dimensionality Reduction
Language: JavaScript - Size: 6.18 MB - Last synced at: 3 days ago - Pushed at: 7 months ago - Stars: 116 - Forks: 10

dsrichard97/STAT-576-Phishing-Final-Project Fork of CorySuzuki1729/STAT-576-Phishing-Final-Project
A final project authored by Cory Suzuki, Nathaniel Talampas, and Richard Diaz DeLeon for Dr. Seungjoon Lee's Unsupervised Learning class. Here we perform dimensionality reduction techniques for feature extraction and utilize clustering methods to analyze insightful trends on the classification of phishing and scam emails.
Language: Jupyter Notebook - Size: 19.1 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

fratorgano/dimensionality-reduction
Project to learn a bit more about dimensionality reduction techniques
Language: Jupyter Notebook - Size: 74 MB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

matteo-serafino/dimensionality-reduction-package
Python package for plug and play dimensionality reduction techniques and data visualization in 2D or 3D.
Language: Python - Size: 36.1 KB - Last synced at: 24 days ago - Pushed at: 7 months ago - Stars: 4 - Forks: 0

drewwilimitis/Manifold-Learning
Introduction to Manifold Learning - Mathematical Theory and Applied Python Examples (Multidimensional Scaling, Isomap, Locally Linear Embedding, Spectral Embedding/Laplacian Eigenmaps)
Language: Jupyter Notebook - Size: 140 MB - Last synced at: 5 months ago - Pushed at: about 5 years ago - Stars: 222 - Forks: 37

wildart/ManifoldLearning.jl
A Julia package for manifold learning and nonlinear dimensionality reduction
Language: Julia - Size: 3.5 MB - Last synced at: 13 days ago - Pushed at: about 1 year ago - Stars: 92 - Forks: 22

catherman/Advanced-Analytics-and-Statistical-Concepts
Data analysis using Principal Component Analysis (PCA), Eigenvalues, Covariance matrix, Maximum Likelihood Estimation (MLE), ISOMAP, & Image recognition
Language: Python - Size: 9.33 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

MuzzyB/Exploring-Cybersecurity-Data-Science
Exploring Cybersecurity Data Science: Dimensionality Reduction and Cluster Analysis
Language: Jupyter Notebook - Size: 50 MB - Last synced at: 10 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

aperiodik/Macrophenological-dynamics-paper
data and R code to reproduce the analysis and plots presented in the manuscript: "Macrophenological dynamics from citizen science plant occurrence data"
Language: R - Size: 41.6 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 1

GioStamoulos/Kmers_Dataset_Generation_Regression_Clustering
The generation of a kmers dataset that is associated with multiple gene sequences and the further manipulation of this generated dataset are the main contents of the current project.
Language: Jupyter Notebook - Size: 50.1 MB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

nikapotato/dimensionality-reduction
The key dimensionality reduction techniques: ISOMAP, PCA (Principal Component Analysis), and t-SNE (t-Distributed Stochastic Neighbor Embedding) are presented and compared.
Size: 1.77 MB - Last synced at: 11 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

alessimichele/Unsupervised-Learning-2023 Fork of ilariavascotto/Unsupervised-Learning-2023
This repository is dedicated to the lab activities of the course of Unsupervised Learning @UniTs
Language: Jupyter Notebook - Size: 82.6 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jgurakuqi/graph-kernels-and-manifold-svm
This project aims to compare the performance obtained using a linear Support Vector Machine model whose data was first processed through a Shortest Path kernel with the same SVM, this time with data also processed by two alternative Manifold Learning techniques: Isomap and Spectral Embedding.
Language: Jupyter Notebook - Size: 70.3 MB - Last synced at: 24 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

bghojogh/MDS-SammonMapping-Isomap
The code for Multidimensional Scaling (MDS), Sammon Mapping, and Isomap.
Language: Python - Size: 89.2 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 2

jonzia/Manifold
Manifold mapping with ISOMAP (MATLAB).
Language: MATLAB - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

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: Python - Size: 827 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 220 - Forks: 62

Sagarnandeshwar/Visualizing_High_Dimensional_Data
Applied Machine Learning (COMP 551) Course Project
Language: Jupyter Notebook - Size: 24.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

fsarab/MDS-ISOMAP
This project includes implementations of the MDS and ISOMAP algorithms using Python and various libraries such as NumPy, Matplotlib, Scikit-learn, and NetworkX.
Language: Jupyter Notebook - Size: 472 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MJAHMADEE/VAE
Variational Autoencoder
Language: Jupyter Notebook - Size: 13.6 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

Sarvandani/Machine_learning_6_algorithms_of_dimensionality_reduction
Sklearn, PCA, t-SNE, Isomap, NMF, Random Projection, Spectral Embedding
Language: Jupyter Notebook - Size: 8.59 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Smendowski/data-embedding-and-visualization
Visualization and embedding of large datasets using various Dimensionality Reduction (DR) techniques such as t-SNE, UMAP, PaCMAP & IVHD. Implementation of custom metrics to assess DR quality with complete explaination and workflow.
Language: Jupyter Notebook - Size: 177 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

lowhung/naive-bayes-pca-mds
Implementations of MAP, Naive Bayes, PCA, MDS, ISOMAP and some compression
Language: Python - Size: 1.82 MB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

chris-santiago/decomposition
Simple ISOMAP and PCA decomposition algorithms
Language: Python - Size: 7.81 KB - Last synced at: 4 days ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

jasonfilippou/DimReduce
Implementations of 3 linear and non-linear dimensionality reduction algorithms
Language: Python - Size: 48.3 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

mpolinowski/isometric-mapping
Non-linear dimensionality reduction through Isometric Mapping
Language: Jupyter Notebook - Size: 427 KB - Last synced at: 29 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

mpolinowski/manifold-learning-for-image-segmentation
Use Manifold Learning, Mapping and Discriminant Analysis to Visualize Image Datasets
Language: Jupyter Notebook - Size: 4.34 MB - Last synced at: 29 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

svachmic-ctu/isomap
Example implementation of Isomap algorithm in R
Language: R - Size: 158 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 1

AAU-Dat/P5-Nonlinear-Dimensionality-Reduction
5th semester project concerning feature engineering and nonlinear dimensionality reduction in particular.
Language: Jupyter Notebook - Size: 47.3 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 2

tracy-talent/curriculum
a repository for my curriculum project
Language: Python - Size: 135 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 81 - Forks: 66

KodAgge/AdvancedMachineLearning
A collection of the assignments in the course advanced machine learning
Language: Python - Size: 2.23 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

PyDimRed/PyDimRed
A comparison between some dimension reduction algorithms
Language: Jupyter Notebook - Size: 25.8 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 2

tejasnp163/Dimensionality-Reduction-on-Wine-Dataset
Performed different tasks such as data preprocessing, cleaning, classification, and feature extraction/reduction on wine dataset.
Language: Jupyter Notebook - Size: 5.44 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

tate8/dimensionality-reduction
Performing dimensionality reduction with various ML algorithms
Language: Jupyter Notebook - Size: 1.34 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Pradnya1208/Dimensionality-Reduction-Techniques
The goal of this project is to understand and build various dimensionality reduction techniques.
Language: Jupyter Notebook - Size: 3.76 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Daphilippe/brain_connectivity
Optimal transport for comparing short brain connectivity between individuals | Optimal transport | Wasserstein distance | Barycenter | K-medoids | Isomap| Sulcus | Brain
Language: Python - Size: 126 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mark-antal-csizmadia/pca-mds-isomap
Dimensionality reduction and data embedding via PCA, MDS, and Isomap.
Language: Jupyter Notebook - Size: 4.34 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Arijit1000/ISOMAP-implementation
The main objective of this project is dimensionality reduction. We do dimensional reduction for reducing memory size and complexity of the model.
Language: Jupyter Notebook - Size: 75.2 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

Oliver-Binns/MLAP
Open Assessment for Machine Learning and Applications module. This assessment scored 83% and was worth 8 credits of my third year.
Language: TeX - Size: 2.26 MB - Last synced at: 5 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

vashistak/dimensionality-reduction-techniques
PYTHON PROGRAMMING
Language: Python - Size: 13.1 MB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 1
