paper-with-me

Papers

TSFEDL: A Python Library for Time Series Spatio-Temporal Feature Extraction and Prediction using Deep Learning (with Appendices on Detailed Network Architectures and Experimental Cases of Study)

2022-06-07 · Ignacio Aguilera-Martos, Ángel M. García-Vico, Julián Luengo, Sergio Damas, Francisco J. Melero, José Javier Valle-Alonso, Francisco Herrera

The combination of convolutional and recurrent neural networks is a promising framework that allows the extraction of high-quality spatio-temporal features together with its temporal dependencies, which is key for time series prediction problems such as forecasting, classification or anomaly detection, amongst others. In this paper, the TSFEDL library is introduced. It compiles 20 state-of-the-art methods for both time series feature extraction and prediction, employing convolutional and recurrent deep neural networks for its use in several data mining tasks. The library is built upon a set of Tensorflow+Keras and PyTorch modules under the AGPLv3 license. The performance validation of the architectures included in this proposal confirms the usefulness of this Python package.

📄 PDF Abstract BibTeX arXiv:2206.03179

Code (2)

ari-dasci/s-tsfe-dl 공식 구현 tf
flexible-fl/flex-anomalies

Tasks

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Prediction

Similar Papers 제목 키워드 기반

TimeGym: Debugging for Time Series Modeling in Python

2021-05-04 · Diogo Seca

We introduce the TimeGym Forecasting Debugging Toolkit, a Python library for testing and debugging time series forecasting pipelines. TimeGym simplifies the testing forecasting pipeline by providing generic tests for for…

test driven developmentTime SeriesTime Series AnalysisTime Series Forecasting

Tsururu: A Python-based Time Series Forecasting Strategies Library

2025-09-19 · Alina Kostromina, Kseniia Kuvshinova, Aleksandr Yugay, Andrey Savchenko 외 arxiv

While current time series research focuses on developing new models, crucial questions of selecting an optimal approach for training such models are underexplored. Tsururu, a Python library introduced in this paper, brid…

Time Series Forecasting

Rapid Augmentations for Time Series (RATS): A High-Performance Library for Time Series Augmentation

2026-01-06 · Wadie Skaf, Felix Kern, Aryamaan Basu Roy, Tejas Pradhan 외 arxiv

Time series augmentation is critical for training robust deep learning models, particularly in domains where labelled data is scarce and expensive to obtain. However, existing augmentation libraries for time series, main…

TSFEL: Time Series Feature Extraction Library

2020-03-21 · SoftwareX 2020 3 · Marília Barandas, Duarte Folgado, Letícia Fernandes, Sara Santos 외

Time series feature extraction is one of the preliminary steps of conventional machine learning pipelines. Quite often, this process ends being a time consuming and complex task as data scientists must consider a combina…

Feature EngineeringTime SeriesTime Series Analysis

tsBNgen: A Python Library to Generate Time Series Data from an Arbitrary Dynamic Bayesian Network Structure

2020-09-09 · Manie Tadayon, Greg Pottie

Synthetic data is widely used in various domains. This is because many modern algorithms require lots of data for efficient training, and data collection and labeling usually are a time-consuming process and are prone to…

Time SeriesTime Series Analysis