All Projects → okrasolar → pytorch-timeseries

okrasolar / pytorch-timeseries

Licence: other
PyTorch implementations of neural networks for timeseries classification

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pytorch-timeseries

sktime-tutorial-pydata-amsterdam-2020
Introduction to Machine Learning with Time Series at PyData Festival Amsterdam 2020
Stars: ✭ 115 (+51.32%)
Mutual labels:  time-series
AC-VRNN
PyTorch code for CVIU paper "AC-VRNN: Attentive Conditional-VRNN for Multi-Future Trajectory Prediction"
Stars: ✭ 21 (-72.37%)
Mutual labels:  time-series
data-viz-utils
Functions for easily making publication-quality figures with matplotlib.
Stars: ✭ 16 (-78.95%)
Mutual labels:  time-series
DataScience ArtificialIntelligence Utils
Examples of Data Science projects and Artificial Intelligence use cases
Stars: ✭ 302 (+297.37%)
Mutual labels:  time-series
WikiChron
Data visualization tool for wikis evolution
Stars: ✭ 19 (-75%)
Mutual labels:  time-series
awesome-Python-data-science-books
Probably the best curated list of data science books in Python
Stars: ✭ 331 (+335.53%)
Mutual labels:  time-series
wv
⏰ This R package provides the tools to perform standard and robust wavelet variance analysis for time series (signal processing). Among others, aside from computing the wavelet variance and cross-covariance (classic and robust), the package provides inference tools (e.g. confidence intervals) and plotting tools allowing to perform some visual an…
Stars: ✭ 14 (-81.58%)
Mutual labels:  time-series
CoronaDash
COVID-19 spread shiny dashboard with a forecasting model, countries' trajectories graphs, and cluster analysis tools
Stars: ✭ 20 (-73.68%)
Mutual labels:  time-series
openPDC
Open Source Phasor Data Concentrator
Stars: ✭ 109 (+43.42%)
Mutual labels:  time-series
wavefront-proxy
Wavefront Proxy Project
Stars: ✭ 45 (-40.79%)
Mutual labels:  time-series
go-time-series
Time series implementation in Go
Stars: ✭ 27 (-64.47%)
Mutual labels:  time-series
AutoTS
Automated Time Series Forecasting
Stars: ✭ 665 (+775%)
Mutual labels:  time-series
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 (-5.26%)
Mutual labels:  time-series
covid19-time-series-utilities
several utilities to help wrangle COVID-19 data into a time-series format
Stars: ✭ 34 (-55.26%)
Mutual labels:  time-series
MarketData.jl
Time series market data
Stars: ✭ 118 (+55.26%)
Mutual labels:  time-series
pyRiemann
Python machine learning package based on sklearn API for multivariate data processing and statistical analysis of symmetric positive definite matrices via Riemannian geometry
Stars: ✭ 470 (+518.42%)
Mutual labels:  time-series
sentometrics
An integrated framework in R for textual sentiment time series aggregation and prediction
Stars: ✭ 77 (+1.32%)
Mutual labels:  time-series
unicornn
Official code for UnICORNN (ICML 2021)
Stars: ✭ 21 (-72.37%)
Mutual labels:  time-series
Soft-DTW-Loss
PyTorch implementation of Soft-DTW: a Differentiable Loss Function for Time-Series in CUDA
Stars: ✭ 76 (+0%)
Mutual labels:  time-series
timemachines
Predict time-series with one line of code.
Stars: ✭ 342 (+350%)
Mutual labels:  time-series

pytorch-timeseries

PyTorch implementations of deep neural neural nets for time series classification.

Currently, the following papers are implemented:

Beyond the UCR/UEA archive

There are two ways use the Inception Time model on your own data:

  1. Copy the models, and write new training loops
  2. Extend the base trainer by implementing an initializer, get_loaders and save. This allows the training code (which handles both single and multi-class outputs) to be used - an example of this is the UCRTrainer.

Setup

Anaconda running python 3.7 is used as the package manager. To get set up with an environment, install Anaconda from the link above, and (from this directory) run

conda env create -f environment.yml

This will create an environment named inception with all the necessary packages to run the code. To activate this environment, run

conda activate inception

In addition, UCR/UEA archive must be downloaded and stored in the data folder.

Scripts

Example scripts showing how to train and evaluate the model can be found in the scripts folder.

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