Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.32 KB

File metadata and controls

31 lines (24 loc) · 1.32 KB

PoolParty-4-TSC

Source code and experimental results for the paper "A Deep Dive into Alternatives to the Global Average Pooling for Time Series Classification" AALTD 2025.

A study on candidates to replace Global Average Pooling (GAP) in neural network architectures for time series classification.

Usage

Requirements

  • Python 3.11
  • TensorFlow 2.16.1
    • Deep learning
  • NumPy 1.26.4
    • Data manipulation
  • aeon 1.0
    • Read .ts dataset files
  • scikit-learn 1.5.2
    • Preprocess labels