lyx199504/mc-lstm-time-series
本项目是论文《Anomaly Detection Using Multiscale C-LSTM for Univariate Time-Series》的实验代码,实现了多种时间序列异常检测模型。
This project helps developers evaluate various deep learning models for detecting unusual patterns in single-stream time-series data. It takes in public time-series datasets, like those from Numenta and Yahoo, and outputs trained anomaly detection models. This is intended for researchers and machine learning engineers working on time-series anomaly detection.
No commits in the last 6 months.
Use this if you are a researcher or ML engineer looking to benchmark different C-LSTM based deep learning models for univariate time-series anomaly detection.
Not ideal if you need a plug-and-play solution for immediate anomaly detection in your business data or if you are dealing with multivariate time series.
Stars
57
Forks
7
Language
Python
License
—
Category
Last pushed
Nov 21, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/lyx199504/mc-lstm-time-series"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yzhao062/pyod
A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
unit8co/darts
A python library for user-friendly forecasting and anomaly detection on time series.
elki-project/elki
ELKI Data Mining Toolkit
raphaelvallat/antropy
AntroPy: entropy and complexity of (EEG) time-series in Python
Minqi824/ADBench
Official Implement of "ADBench: Anomaly Detection Benchmark", NeurIPS 2022.