GENDIS
Pattern finder
An algorithm to discover small, discriminative patterns in time series data for classification tasks
Contains an implementation (sklearn API) of the algorithm proposed in "GENDIS: GEnetic DIscovery of Shapelets" and code to reproduce all experiments.
104 stars
12 watching
25 forks
Language: Jupyter Notebook
last commit: over 1 year ago data-miningevolutionary-algorithmsshapeletstime-series-analysistimeseries-analysis
Related projects:
Repository | Description | Stars |
---|---|---|
predict-idlab/tsflex | A toolkit for flexible time series processing and feature extraction. | 405 |
predict-idlab/plotly-resampler | Library for dynamically aggregating large time series data in Plotly figures | 1,053 |
xiaoyang-rebecca/patternrecognition_matlab | An investigation into feature reduction and classification methods for pattern recognition using various techniques such as PCA, LDA, and SVM. | 71 |
kdd-opensource/deepadots | A benchmarking pipeline for evaluating anomaly detection methods on time series data using deep learning algorithms | 571 |
microprediction/timemachines | Provides a simple and unified interface to various univariate time-series prediction algorithms | 413 |
thedatumorg/kshape-matlab | A Matlab implementation of an efficient and accurate unsupervised method for clustering time-series data | 53 |
mohaseeb/shaplets-python | A Python implementation of a shapelet-based time-series classification algorithm using gradient descent. | 217 |
typilus/typilus | A tool that uses deep learning to predict types in Python code. | 59 |
manuel-calzolari/sklearn-genetic | A genetic feature selection tool for machine learning models | 323 |
skforecast/skforecast | A Python library for building machine learning models to forecast time series data | 1,189 |
dougsm/ggcnn | A deep learning-based system for generating precise grasp poses for robots in real-time | 525 |
agrimgupta92/sgan | An implementation of a Generative Adversarial Network for predicting human trajectories in social scenarios. | 835 |
nixtla/mlforecast | A framework to perform time series forecasting using machine learning models on large datasets. | 924 |
tgjeon/tensorflow-tutorials-for-time-series | A comprehensive guide to time series prediction using TensorFlow | 1,108 |
christophm/rulefit | An algorithm implementation for rule-based prediction using gradient boosting and L1 regularization. | 411 |