Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diogenesanalytics/autoencoder

Python library implementing various autoencoders.
https://github.com/diogenesanalytics/autoencoder

anomaly-detection autoencoder deep-learning keras neural-network python tensorflow

Last synced: 5 days ago
JSON representation

Python library implementing various autoencoders.

Awesome Lists containing this project

README

        

# Autoencoder

Python library implementing various autoencoders.

[![tests](https://github.com/DiogenesAnalytics/autoencoder/workflows/tests/badge.svg)][tests]
[![Docker](https://github.com/DiogenesAnalytics/autoencoder/workflows/docker/badge.svg)][docker]
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[tests]: https://github.com/DiogenesAnalytics/autoencoder/actions?workflow=tests
[docker]: https://github.com/DiogenesAnalytics/autoencoder/actions?workflow=docker
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Installation

You can install _Autoencoder_ as follows:

```console
$ pip install git+https://github.com/DiogenesAnalytics/autoencoder
```

## License

Distributed under the terms of the [MIT license][license],
_Autoencoder_ is free and open source software.

## Credits

This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.

[@cjolowicz]: https://github.com/cjolowicz
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python

[license]: https://github.com/DiogenesAnalytics/autoencoder/blob/main/LICENSE