steveli / gp-adapter

Scalable GP Adapter for Time Series Classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scalable GP Adapter for Time Series Classification

Implementation of the paper "A scalable end-to-end Gaussian process adapter for irregularly sampled time series classification".

Requirements

Examples

Train GP adapter with a convolutional net for 100 epochs on the sparsified uWave data:

python gpnet_fast.py -f data/UWaveGestureLibraryAll-1.pkl -e 100 -n cnn

Run python gpnet_fast.py -h to learn the command line options.

About

Scalable GP Adapter for Time Series Classification

License:MIT License


Languages

Language:Python 100.0%