:orphan:
Examples
========
Welcome to the DeepPeak examples gallery! This directory contains comprehensive examples demonstrating the key capabilities of the DeepPeak library for signal processing and peak detection using deep learning.
DeepPeak is a Python library designed for detecting and analyzing peaks in 1D signals using machine learning approaches. These examples showcase the library's main features:
- **Signal Generation**: Create synthetic datasets with controllable noise and peak characteristics
- **Machine Learning Classifiers**: Train neural networks to detect regions of interest
- **Peak Detection Algorithms**: Apply traditional and ML-enhanced peak detection methods
- **Visualization Tools**: Plot and analyze results with built-in visualization utilities
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /gallery/images/thumb/sphx_glr_amplitude_retrieval_thumb.png
:alt:
:ref:`sphx_glr_gallery_amplitude_retrieval.py`
.. raw:: html
Non-Maximum Suppression for Gaussian Pulse Detection
.. raw:: html
.. only:: html
.. image:: /gallery/images/thumb/sphx_glr_classifier_autoencoder_thumb.png
:alt:
:ref:`sphx_glr_gallery_classifier_autoencoder.py`
.. raw:: html
DenseNet Classifier: Detecting Regions of Interest in Synthetic Signals
.. raw:: html
.. only:: html
.. image:: /gallery/images/thumb/sphx_glr_classifier_dense_thumb.png
:alt:
:ref:`sphx_glr_gallery_classifier_dense.py`
.. raw:: html
DenseNet Classifier: Detecting Regions of Interest in Synthetic Signals
.. raw:: html
.. only:: html
.. image:: /gallery/images/thumb/sphx_glr_classifier_wavenet_thumb.png
:alt:
:ref:`sphx_glr_gallery_classifier_wavenet.py`
.. raw:: html
DenseNet Classifier: Detecting Regions of Interest in Synthetic Signals
.. raw:: html
.. only:: html
.. image:: /gallery/images/thumb/sphx_glr_data_generation_thumb.png
:alt:
:ref:`sphx_glr_gallery_data_generation.py`
.. raw:: html
Generating and Visualizing Signal Data
.. raw:: html
.. only:: html
.. image:: /gallery/images/thumb/sphx_glr_non_maximum_suppression_thumb.png
:alt:
:ref:`sphx_glr_gallery_non_maximum_suppression.py`
.. raw:: html
Non-Maximum Suppression for Gaussian Pulse Detection
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
/gallery/amplitude_retrieval
/gallery/classifier_autoencoder
/gallery/classifier_dense
/gallery/classifier_wavenet
/gallery/data_generation
/gallery/non_maximum_suppression
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery