All Projects → lnferreira → time_series_clustering_via_community_detection

lnferreira / time_series_clustering_via_community_detection

Licence: GPL-3.0 License
Code used in the paper "Time Series Clustering via Community Detection in Networks"

Programming Languages

r
7636 projects
CSS
56736 projects

Projects that are alternatives of or similar to time series clustering via community detection

Awesome-Human-Activity-Recognition
An up-to-date & curated list of Awesome IMU-based Human Activity Recognition(Ubiquitous Computing) papers, methods & resources. Please note that most of the collections of researches are mainly based on IMU data.
Stars: ✭ 72 (+166.67%)
Mutual labels:  time-series, paper
Rgan
Recurrent (conditional) generative adversarial networks for generating real-valued time series data.
Stars: ✭ 480 (+1677.78%)
Mutual labels:  time-series, paper
CoronaDash
COVID-19 spread shiny dashboard with a forecasting model, countries' trajectories graphs, and cluster analysis tools
Stars: ✭ 20 (-25.93%)
Mutual labels:  time-series, time-series-clustering
Tslearn
A machine learning toolkit dedicated to time-series data
Stars: ✭ 1,910 (+6974.07%)
Mutual labels:  time-series, time-series-clustering
CommunityDetection
复杂网络社区发现算法、评价指标、常用数据集整理
Stars: ✭ 171 (+533.33%)
Mutual labels:  community-detection, complex-networks
Object-Detection-Confidence-Bias
Code for "The Box Size Confidence Bias Harms Your Object Detector" (https://arxiv.org/abs/2112.01901)
Stars: ✭ 22 (-18.52%)
Mutual labels:  paper
simplagion
Code associated to the paper 'Simplicial models of social contagion' Nat. Commun. (2019)
Stars: ✭ 19 (-29.63%)
Mutual labels:  complex-networks
TAGCN
Tensorflow Implementation of the paper "Topology Adaptive Graph Convolutional Networks" (Du et al., 2017)
Stars: ✭ 17 (-37.04%)
Mutual labels:  paper
watchman
Watchman: An open-source social-media event-detection system
Stars: ✭ 18 (-33.33%)
Mutual labels:  community-detection
sensim
Sentence Similarity Estimator (SenSim)
Stars: ✭ 15 (-44.44%)
Mutual labels:  paper
gmwm
Generalized Method of Wavelet Moments (GMWM) is an estimation technique for the parameters of time series models. It uses the wavelet variance in a moment matching approach that makes it particularly suitable for the estimation of certain state-space models.
Stars: ✭ 21 (-22.22%)
Mutual labels:  time-series
ts-forecasting-ensemble
CentOS based Docker container for Time Series Analysis and Modeling.
Stars: ✭ 19 (-29.63%)
Mutual labels:  time-series
gemnet pytorch
GemNet model in PyTorch, as proposed in "GemNet: Universal Directional Graph Neural Networks for Molecules" (NeurIPS 2021)
Stars: ✭ 80 (+196.3%)
Mutual labels:  paper
gpu accelerated forecasting modeltime gluonts
GPU-Accelerated Deep Learning for Time Series using Modeltime GluonTS (Learning Lab 53). Event sponsors: Saturn Cloud, NVIDIA, & Business Science.
Stars: ✭ 20 (-25.93%)
Mutual labels:  time-series
SMC.jl
Sequential Monte Carlo algorithm for approximation of posterior distributions.
Stars: ✭ 53 (+96.3%)
Mutual labels:  time-series
dts
A Keras library for multi-step time-series forecasting.
Stars: ✭ 130 (+381.48%)
Mutual labels:  time-series
adage
Data and code related to the paper "ADAGE-Based Integration of Publicly Available Pseudomonas aeruginosa..." Jie Tan, et al · mSystems · 2016
Stars: ✭ 61 (+125.93%)
Mutual labels:  paper
Deep-Signature-Transforms
Code for "Deep Signature Transforms" (NeurIPS 2019)
Stars: ✭ 65 (+140.74%)
Mutual labels:  time-series
mvts-ano-eval
A repository for code accompanying the manuscript 'An Evaluation of Anomaly Detection and Diagnosis in Multivariate Time Series' (published at TNNLS)
Stars: ✭ 26 (-3.7%)
Mutual labels:  time-series
Fred
A fast, scalable and light-weight C++ Fréchet distance library, exposed to python and focused on (k,l)-clustering of polygonal curves.
Stars: ✭ 13 (-51.85%)
Mutual labels:  time-series

Time Series Clustering via Community Detection in Networks

Leonardo N. Ferreira and Liang Zhao

Time Series Clusteing with networks

In this page you find the code used in the paper.
DOI: doi.org/10.1016/j.ins.2015.07.046
arXiv: arxiv.org/abs/1508.04757

Code

All the algorithms and experiments used in this paper were implemented using R. Download the code and open the R folder. There are 3 files:

  • R/
    • tsClustAlgs.R
      • Clustering algorithms
    • tsDist.R
      • Calculates distance between a set of time series
    • run.R
      • Example of how to use the code

Bibtex

If you used this code, please cite our paper.

@article{ferreira16,
  title = "Time series clustering via community detection in networks",
  journal = "Information Sciences",
  volume = "326",
  pages = "227 - 242",
  year = "2016",
  issn = "0020-0255",
  doi = "https://doi.org/10.1016/j.ins.2015.07.046",
  url = "http://www.sciencedirect.com/science/article/pii/S002002551500554X",
  author = "Leonardo N. Ferreira and Liang Zhao",
  keywords = "Time series data mining, Time series clustering, Complex networks, Community detection"
}

Contact

If you have questions or sugestions, send us an email:

Leonardo N. Ferreira
[email protected]
www.leonardonascimento.com

Zhao Liang
[email protected]
dcm.ffclrp.usp.br/~zhao/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].