~jmbr/embedologist

Library for experimentation with manifold learning methods

39c48db Add Fixit pre-commit hook.

~jmbr pushed to ~jmbr/embedologist git

1 year, 2 months ago

b174ad9 Ensure source files are properly packaged.

~jmbr pushed to ~jmbr/embedologist git

1 year, 4 months ago

#Embedologist

#Library for experimentation with manifold learning methods

#Juan M. Bello-Rivas

#Introduction

Embedologist is a collection of routines for experimenting with manifold learning methods. It aims to be fast by relying on GPU backends (currently CuPy and JAX). This library is the successor of the diffusion-maps module.

#Features

  • Dimensionality reduction via diffusion maps. Diffusion maps are differentiable: both with respect to the data set and with respect to out of distribution points.
  • Differentiable Gaussian process regression using GPU backends.

#Installation

Follow the steps in INSTALL.md.

#Support

The mailing list embedologist-devel is for development discussion and patches related to this project. For help sending patches to this list, please consult git-send-email.io.