Skip to main content

A framework for parametric dimensionality reduction

Project description

ParaDime: A Framework for Parametric Dimensionality Reduction

Documentation Status License PyPi Version Code Style

ParaDime is a modular framework for specifying and training parametric dimensionality reduction (DR) models. These models allow you to add new data points to existing low-dimensional representations of high-dimensional data. ParaDime DR models are constructed from simple building blocks (such as the relations between data points), so that experimentation with novel DR techniques becomes easy.

Installation

ParaDime is available via PyPi through:

pip install paradime

ParaDime requires Numpy, SciPy, scikit-learn, and PyNNDescent (see requirements.txt file), all of which are installed auomatically when installing ParaDime.

ParaDime also requires PyTorch, which must be installed separately. If you want to train ParaDime routines on the GPU, make sure to install CUDA along with the correct cudatoolkit version. See the PyTorch docs for detailed installation info.

If you want to use ParaDime’s plotting utilities, Matplotlib has to be installed additionally.

Documentation

For a simple example with one of the predefined ParaDime routines, see Simple Usage in the documentation.

More detailed information about how to set up cusom routines can be found in Building Blocks of a ParaDime Routine.

For additional examples of varying complexity, see Examples.

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paradime-1.1.0.tar.gz (32.1 MB view hashes)

Uploaded Source

Built Distribution

paradime-1.1.0-py3-none-any.whl (46.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page