LSTM_tsc
Time series classifier
An implementation of a Long Short-term memory network for time-series classification using Python and TensorFlow
An LSTM for time-series classification
410 stars
35 watching
146 forks
Language: Python
last commit: about 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
hfawaz/dl-4-tsc | This project provides a framework for evaluating and comparing different deep learning architectures for time series classification tasks. | 1,576 |
ruohoruotsi/lstm-music-genre-classification | An audio classification project using LSTMs to classify music genres | 298 |
guillaume-chevalier/har-stacked-residual-bidir-lstms | An implementation of a deep neural network architecture for Human Activity Recognition using stacked residual bidirectional LSTM cells with TensorFlow. | 319 |
jaungiers/multidimensional-lstm-bitcoin-time-series | A Python implementation using LSTM neural networks to forecast Bitcoin price based on time series data | 337 |
oyxhust/cnn-lstm-ctc-text-recognition | Develops CTC-based text recognition models with neural network architectures | 259 |
huashiyiqike/lstm-matlab | An implementation of the Long Short-term Memory (LSTM) algorithm in MATLAB | 252 |
unixyhuang/pso_lstm-example | A MATLAB implementation of a PSO algorithm combined with LSTM networks for predictive modeling. | 54 |
larsmans/seqlearn | A toolkit for building sequence classification models in Python | 691 |
neuraxio/lstm-human-activity-recognition | An LSTM-based human activity recognition system using smartphone sensor data. | 3 |
jpeg729/pytorch_bits | An experimental framework for developing and testing deep learning models on time-series prediction tasks | 79 |
machine-w/crown | A lightweight ORM library for TDengine time series databases | 35 |
cauchyturing/ucr_time_series_classification_deep_learning_baseline | Developing and evaluating deep learning models for time series classification with a focus on interpretability and deployability. | 682 |
wojzaremba/lstm | A package to train a neural network for language modeling using a variant of the Long Short Term Memory algorithm | 665 |
dasguptar/treelstm.pytorch | An implementation of Tree-LSTM networks in PyTorch for semantic similarity tasks using tree structures | 551 |
mohaseeb/shaplets-python | A Python implementation of a shapelet-based time-series classification algorithm using gradient descent. | 217 |