nnspt

A Python library for signal processing with PyTorch. Useful for machine learning.


Keywords
deep-learning, ecg, eeg, machine-learning, python, signal-processing
License
MIT
Install
pip install nnspt==0.0.1

Documentation

Neural Network Signal Processing on Torch

Python version support PyPI version Downloads

NNSPT is a Python library for neural network signal processing on PyTorch.

Table of contents

Authors

Rostislav Epifanov — Researcher in Novosibirsk

Installation

Installation from PyPI:

pip install nnspt

Installation from GitHub:

pip install git+https://github.com/rostepifanov/nnspt

A simple example

import nnspt

Citing

If you find this library useful for your research, please consider citing:

@misc{epifanov2023ecgmentations,
  Author = {Rostislav Epifanov},
  Title = {NNSTP},
  Year = {2023},
  Publisher = {GitHub},
  Journal = {GitHub repository},
  Howpublished = {\url{https://github.com/rostepifanov/nnspt}}
}