All Projects → lyprince → Sdtw_pytorch

lyprince / Sdtw_pytorch

Implementation of soft dynamic time warping in pytorch

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sdtw pytorch

Flow Forecast
Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting).
Stars: ✭ 368 (+365.82%)
Mutual labels:  time-series, deep-neural-networks
Btctrading
Time Series Forecast with Bitcoin value, to detect upward/down trends with Machine Learning Algorithms
Stars: ✭ 99 (+25.32%)
Mutual labels:  time-series, deep-neural-networks
Deep Learning Time Series
List of papers, code and experiments using deep learning for time series forecasting
Stars: ✭ 796 (+907.59%)
Mutual labels:  time-series, deep-neural-networks
Voice activity detection
Voice Activity Detection based on Deep Learning & TensorFlow
Stars: ✭ 132 (+67.09%)
Mutual labels:  time-series, deep-neural-networks
Time Attention
Implementation of RNN for Time Series prediction from the paper https://arxiv.org/abs/1704.02971
Stars: ✭ 52 (-34.18%)
Mutual labels:  time-series, deep-neural-networks
Rnn Trajmodel
The source of the IJCAI2017 paper "Modeling Trajectory with Recurrent Neural Networks"
Stars: ✭ 72 (-8.86%)
Mutual labels:  deep-neural-networks
Tfjs Core
WebGL-accelerated ML // linear algebra // automatic differentiation for JavaScript.
Stars: ✭ 8,514 (+10677.22%)
Mutual labels:  deep-neural-networks
Covid19
JSON time-series of coronavirus cases (confirmed, deaths and recovered) per country - updated daily
Stars: ✭ 1,177 (+1389.87%)
Mutual labels:  time-series
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+1387.34%)
Mutual labels:  deep-neural-networks
Anrl
ANRL: Attributed Network Representation Learning via Deep Neural Networks(IJCAI-2018)
Stars: ✭ 77 (-2.53%)
Mutual labels:  deep-neural-networks
Stl Decomp 4j
Java implementation of Seasonal-Trend-Loess time-series decomposition algorithm.
Stars: ✭ 75 (-5.06%)
Mutual labels:  time-series
Mit 6.s094
MIT-6.S094: Deep Learning for Self-Driving Cars Assignments solutions
Stars: ✭ 74 (-6.33%)
Mutual labels:  deep-neural-networks
Systemicrisk
A framework for systemic risk valuation and analysis.
Stars: ✭ 72 (-8.86%)
Mutual labels:  time-series
Dann
Deep Neural Network Sandbox for JavaScript.
Stars: ✭ 75 (-5.06%)
Mutual labels:  deep-neural-networks
Noreward Rl
[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning
Stars: ✭ 1,176 (+1388.61%)
Mutual labels:  deep-neural-networks
Deepsequenceclassification
Deep neural network based model for sequence to sequence classification
Stars: ✭ 76 (-3.8%)
Mutual labels:  deep-neural-networks
Fecon236
Tools for financial economics. Curated wrapper over Python ecosystem. Source code for fecon235 Jupyter notebooks.
Stars: ✭ 72 (-8.86%)
Mutual labels:  time-series
Fake news detection deep learning
Fake News Detection using Deep Learning models in Tensorflow
Stars: ✭ 74 (-6.33%)
Mutual labels:  deep-neural-networks
Tsrepr
TSrepr: R package for time series representations
Stars: ✭ 75 (-5.06%)
Mutual labels:  time-series
Awesome System For Machine Learning
A curated list of research in machine learning system. I also summarize some papers if I think they are really interesting.
Stars: ✭ 1,185 (+1400%)
Mutual labels:  deep-neural-networks

stdw_pytorch

Implementation of soft dynamic time warping in pytorch

Here is my implementation of the Soft Dynamic Time Warping loss function described in https://arxiv.org/abs/1703.01541.

Currently I have only a 'naive' implementation without extending the fast cython implementation in https://github.com/mblondel/soft-dtw to incorporate a batch dimension. If I continue to use this in my line of research I may implement a cython / CUDA version to increase speed.

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].