Publication Details
Overview
 
 
 

Non-textual form

Abstract 

DIRESA is a Python package for dimension reduction based on TensorFlow. The distance-regularized Siamese twin autoencoder architecture is designed to preserve distance (ordering) in latent space while capturing the non-linearities in the datasets. Prerequisites The DIRESA package depends on the tensorflow and tensorflow\_probability packages. These can be installed with the following commands: pip install tensorflow pip install tensorflow\_probability Install DIRESA Install DIRESA with the following command: pip install diresa

Reference