.flake8
.gitignore
.pre-commit-config.yaml
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/.DS_Store
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/__pycache__/__init__.cpython-311.pyc
DeepPeak/__pycache__/_version.cpython-311.pyc
DeepPeak/__pycache__/dataset.cpython-311.pyc
DeepPeak/__pycache__/directories.cpython-311.pyc
DeepPeak/__pycache__/helper.cpython-311.pyc
DeepPeak/__pycache__/signals.cpython-311.pyc
DeepPeak/__pycache__/visualization.cpython-311.pyc
DeepPeak/algorithms/__init__.py
DeepPeak/algorithms/non_maximum_suppression.py
DeepPeak/algorithms/__pycache__/__init__.cpython-311.pyc
DeepPeak/algorithms/__pycache__/non_maximum_suppression.cpython-311.pyc
DeepPeak/machine_learning/__init__.py
DeepPeak/machine_learning/__pycache__/__init__.cpython-311.pyc
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/metrics.py
DeepPeak/machine_learning/classifier/utils.py
DeepPeak/machine_learning/classifier/wavenet.py
DeepPeak/machine_learning/classifier/__pycache__/__init__.cpython-311.pyc
DeepPeak/machine_learning/classifier/__pycache__/autoencoder.cpython-311.pyc
DeepPeak/machine_learning/classifier/__pycache__/base.cpython-311.pyc
DeepPeak/machine_learning/classifier/__pycache__/dense.cpython-311.pyc
DeepPeak/machine_learning/classifier/__pycache__/metrics.cpython-311.pyc
DeepPeak/machine_learning/classifier/__pycache__/model.cpython-311.pyc
DeepPeak/machine_learning/classifier/__pycache__/utils.cpython-311.pyc
DeepPeak/machine_learning/classifier/__pycache__/wavenet.cpython-311.pyc
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
tests/__init__.py
tests/classifiers.py