Statistical Machine Intelligence & Learning Engine
-
Updated
May 16, 2022 - Java
{{ message }}
Statistical Machine Intelligence & Learning Engine
PHATE (Potential of Heat-diffusion for Affinity-based Transition Embedding) is a tool for visualizing high dimensional data.
Pytorch implementation of Hyperspherical Variational Auto-Encoders
Tensorflow implementation of Hyperspherical Variational Auto-Encoders
Manifold-learning flows (ℳ-flows)
CellRank for directed single-cell fate mapping
Introduction to manifold learning - mathematical theory and applied python examples (Multidimensional Scaling, Isomap, Locally Linear Embedding, Spectral Embedding/Laplacian Eigenmaps)
Single cell trajectory detection
Tensorflow implementation of adversarial auto-encoder for MNIST
TLDR is an unsupervised dimensionality reduction method that combines neighborhood embedding learning with the simplicity and effectiveness of recent self-supervised learning losses
A Framework for Dimensionality Reduction in R
A Julia package for manifold learning and nonlinear dimensionality reduction
Code for the NeurIPS'19 paper "Guided Similarity Separation for Image Retrieval"
Data Science and Matrix Optimization course
Dimension Reduction and Estimation Methods
An interactive 3D web viewer of up to million points on one screen that represent data. Provides interaction for viewing high-dimensional data that has been previously embedded in 3D or 2D. Based on graphosaurus.js and three.js. For a Linux release of a complete embedding+visualization pipeline please visit https://github.com/sonjageorgievska/Embed-Dive.
An example project that predicts risk of credit card default using a Logistic Regression classifier and a 30,000 sample dataset.
Pytorch code for “Unsupervised Domain Adaptation via Discriminative Manifold Embedding and Alignment ” (DRMEA) (AAAI 2020).
TensorFlow Implementation of Manifold Regularized Convolutional Neural Networks.
Master thesis: Structured Auto-Encoder with application to Music Genre Recognition (code)
Source code of: "Manifold learning-based polynomial chaos expansions for high-dimensional surrogate models" arXiv:2107.09814v1.
The unsupervised learning problem trains a diffeomorphic spatio-temporal grid, that registers the output sequence of the PDEs onto a non-uniform parameter/time-varying grid, such that the Kolmogorov n-width of the mapped data on the learned grid is minimized.
Implemented Laplacian Eigenmaps
This repo contains code for GeoMLE intrinsic dimension estimation algorithm
The software of Pamona, a partial manifold alignment algorithm.
Diffusion Net TensorFlow implementation
A simple library for t-SNE animation and a zoom-in feature to apply t-SNE in that region
Add a description, image, and links to the manifold-learning topic page so that developers can more easily learn about it.
To associate your repository with the manifold-learning topic, visit your repo's landing page and select "manage topics."
When I run 'script/train_pytorchcv_InceptionV4_caltech_birds.py', I get an error of 'ModuleNotFoundError: No module named 'pytorchcv.utils''.
My pytorchcv version is 0.058, and I install through pip.
Thanks.