rofuyu / exp-trmf-nips16

Experimental Codes for Temporal Regularized Matrix Factoriztion for High-dimensional Time Series Prediction.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the experimental code for the following paper:

* H.-F. Yu, N. Rao, and I. S. Dhillon. Temporal Regularized 
  Matrix Factoriztion for High-dimensional Time Series Prediction. Advances 
  in Neural Information Processing Systems (NIPS) 29, 2016.

Interfaces

The core codes of TRMF are implemented in C++. The original experiments are done using a Matlab interface. Upon the requests, I refactored the core C++ codes and created an easy-to-use Python interface (with Scipy/Numpy).

Citation

Please acknowledge the use of the code with a citation.
* H.-F. Yu, N. Rao, and I. S. Dhillon. Temporal Regularized 
  Matrix Factoriztion for High-dimensional Time Series Prediction. Advances 
  in Neural Information Processing Systems (NIPS) 29, 2016.
@inproceedings{hfy16a,
  title={Temporal Regularized Matrix Factoriztion for High-dimensional Time Series Prediction},
  author={Yu, Hsiang-Fu and Rao, Nikhil and Dhillon, Inderjit S.},
  booktitle = {Advances in Neural Information Processing Systems 28},
  year={2016}
}

If you have any questions regarding the code, feel free to contact Hsiang-Fu Yu (rofuyu at cs utexas edu).

About

Experimental Codes for Temporal Regularized Matrix Factoriztion for High-dimensional Time Series Prediction.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 53.6%Language:C++ 30.2%Language:MATLAB 10.9%Language:Python 2.7%Language:Objective-C 1.6%Language:Makefile 0.6%Language:M 0.2%Language:Shell 0.1%