.flake8
.gitignore
LICENSE
README.rst
meta.yaml
pyproject.toml
.github/dependabot.yml
.github/workflows/deploy_PyPi.yml
.github/workflows/deploy_anaconda.yml
.github/workflows/deploy_coverage.yml
.github/workflows/deploy_documentation.yml
DeepPeak/__init__.py
DeepPeak/_version.py
DeepPeak/dataset.py
DeepPeak/directories.py
DeepPeak/helper.py
DeepPeak/signals.py
DeepPeak/utils.py
DeepPeak/visualization.py
DeepPeak.egg-info/PKG-INFO
DeepPeak.egg-info/SOURCES.txt
DeepPeak.egg-info/dependency_links.txt
DeepPeak.egg-info/requires.txt
DeepPeak.egg-info/top_level.txt
DeepPeak/algorithms/__init__.py
DeepPeak/algorithms/non_maximum_suppression.py
DeepPeak/machine_learning/__init__.py
DeepPeak/machine_learning/classifier/__init__.py
DeepPeak/machine_learning/classifier/autoencoder.py
DeepPeak/machine_learning/classifier/base.py
DeepPeak/machine_learning/classifier/dense.py
DeepPeak/machine_learning/classifier/utils.py
DeepPeak/machine_learning/classifier/wavenet.py
DeepPeak/machine_learning/weights/ROI_128.keras
DeepPeak/machine_learning/weights/__init__.py
DeepPeak/machine_learning/weights/temporary.keras
development/confidence.py
development/dev_0.py
development/dev_1.py
development/train_roi_model.py
development/use_roi_model.py
docs/Makefile
docs/make.bat
docs/examples/README.rst
docs/examples/classifier_autoencoder.py
docs/examples/classifier_dense.py
docs/examples/classifier_wavenet.py
docs/examples/data_generation.py
docs/examples/non_maximum_suppression.py
docs/images/logo.png
docs/source/code.rst
docs/source/conf.py
docs/source/examples.rst
docs/source/index.rst
docs/source/references.rst
docs/source/sg_execution_times.rst
docs/source/theory.rst
docs/source/_static/default.css
docs/source/_static/logo.png
docs/source/_static/thumbnail.png
docs/source/gallery/index.rst
tests/__init__.py
tests/classifiers.py