Dynamic Time Series Modeling with AI-Assisted Data Labeling is a pipeline for analyzing time-series data. It integrates deep learning and machine learning techniques to detect anomalies, dynamically label data, and classify observations. The workflow includes:
Deep LSTM Autoencoder: Extracts latent features from time-series data to capture temporal patterns.
Supervised Data Labeling: Uses Ridge Regression with dynamic thresholds to label windows.
Data Augmentation: Balances the dataset with SMOTE and under-sampling techniques.
CNN Classification: Classifies time-series windows into categories with high accuracy.
Evaluation and Visualization: Provides insights through regression plots, feature importance, and ROC curves.
System Architecture
This modular approach ensures scalability, interpretability, and robust performance for time-series modeling and classification.