diresa


Namediresa JSON
Version 1.0.6 PyPI version JSON
download
home_page
SummaryDiresa - distance-regularized siamese twin autoencoder
upload_time2024-02-18 18:21:27
maintainer
docs_urlNone
author
requires_python>=3.6
license
keywords climate learning machine tensorflow weather
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # *DIRESA*


### Overview

*DIRESA* is a Python package for dimension reduction based on 
[TensorFlow](https://www.tensorflow.org). 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](https://www.tensorflow.org) 
and [tensorflow_probability](https://www.tensorflow.org/probability) packages. 
These can be installed with the following commands:

``` bash
  pip install tensorflow
  pip install tensorflow_probability
```

### Install *DIRESA*

Install *DIRESA* with the following command:

``` bash
  pip install diresa
```

### Documentation

The *DIRESA* documentation can be found on [Read the Docs](https://diresa-learn.readthedocs.io)
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "diresa",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "climate,learning,machine,tensorflow,weather",
    "author": "",
    "author_email": "Geert De Paepe <geert.de.paepe@vub.be>",
    "download_url": "https://files.pythonhosted.org/packages/89/86/f54867694b3bdedee83ad03585b5762eb453ff1f1406514237a49499c23a/diresa-1.0.6.tar.gz",
    "platform": null,
    "description": "# *DIRESA*\n\n\n### Overview\n\n*DIRESA* is a Python package for dimension reduction based on \n[TensorFlow](https://www.tensorflow.org). The distance-regularized \nSiamese twin autoencoder architecture is designed to preserve distance \n(ordering) in latent space while capturing the non-linearities in\nthe datasets.\n\n\n### Prerequisites\n\nThe *DIRESA* package depends on the [tensorflow](https://www.tensorflow.org) \nand [tensorflow_probability](https://www.tensorflow.org/probability) packages. \nThese can be installed with the following commands:\n\n``` bash\n  pip install tensorflow\n  pip install tensorflow_probability\n```\n\n### Install *DIRESA*\n\nInstall *DIRESA* with the following command:\n\n``` bash\n  pip install diresa\n```\n\n### Documentation\n\nThe *DIRESA* documentation can be found on [Read the Docs](https://diresa-learn.readthedocs.io)",
    "bugtrack_url": null,
    "license": "",
    "summary": "Diresa - distance-regularized siamese twin autoencoder",
    "version": "1.0.6",
    "project_urls": {
        "Homepage": "https://gitlab.com/etrovub/ai4wcm/public/diresa",
        "Issues": "https://gitlab.com/etrovub/ai4wcm/public/diresa/-/issues"
    },
    "split_keywords": [
        "climate",
        "learning",
        "machine",
        "tensorflow",
        "weather"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a41d043e631f4b4feed042035849dd02fa356fe7e50aaafe4982331f9748b312",
                "md5": "699ea7f74aac050d9f1931f80a781615",
                "sha256": "1fa125ec6f1faa4cc4d651d57c7dba6e3e4b0b73e301cfac93b67693267ff7e4"
            },
            "downloads": -1,
            "filename": "diresa-1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "699ea7f74aac050d9f1931f80a781615",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 11149,
            "upload_time": "2024-02-18T18:21:25",
            "upload_time_iso_8601": "2024-02-18T18:21:25.883342Z",
            "url": "https://files.pythonhosted.org/packages/a4/1d/043e631f4b4feed042035849dd02fa356fe7e50aaafe4982331f9748b312/diresa-1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8986f54867694b3bdedee83ad03585b5762eb453ff1f1406514237a49499c23a",
                "md5": "c1502c7fe49f806fccba393f9b40ae5a",
                "sha256": "46b38f6d70b0d02b721d0e281173d9357ae002f17ac4f4a1cd68d5f58934fc04"
            },
            "downloads": -1,
            "filename": "diresa-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "c1502c7fe49f806fccba393f9b40ae5a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1949772,
            "upload_time": "2024-02-18T18:21:27",
            "upload_time_iso_8601": "2024-02-18T18:21:27.891618Z",
            "url": "https://files.pythonhosted.org/packages/89/86/f54867694b3bdedee83ad03585b5762eb453ff1f1406514237a49499c23a/diresa-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-18 18:21:27",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "etrovub",
    "gitlab_project": "ai4wcm",
    "lcname": "diresa"
}
        
Elapsed time: 0.20938s