Neural Network Signal Processing on Torch
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}}
}