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: 2 months ago
JSON representation
Python library implementing various autoencoders.
- Host: GitHub
- URL: https://github.com/diogenesanalytics/autoencoder
- Owner: DiogenesAnalytics
- License: mit
- Created: 2023-12-04T00:38:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T18:05:24.000Z (over 2 years ago)
- Last Synced: 2025-03-21T17:55:47.732Z (over 1 year ago)
- Topics: anomaly-detection, autoencoder, deep-learning, keras, neural-network, python, tensorflow
- Language: Python
- Homepage: https://colab.research.google.com/github/DiogenesAnalytics/autoencoder/blob/master/notebooks/demo/anomaly_detection.ipynb
- Size: 439 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autoencoder
Python library implementing various autoencoders.
[][tests]
[][docker]
[][pre-commit]
[][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