STRF estimates prediction models for spatio-temporal data. The parameter storage is compressed by removing uninformative parameters in a systematic way. For finding the best parameters via maximum likelihood estimation, a separable optimization algorithm that can be performed independently in parallel in each graph node is implemented in STRF.
The software is released under Apache License, Version 2.0 and was implemented within the experiments of the article Spatio-temporal random fields: compressible representation and distributed estimation .
Results that are based on this software will be presented at ECML PKDD 2013 in the talk "Spatio-Temporal Random Fields: Compressible Representation and Distributed Estimation"!
The following will train a model on a sample of the temperature data with a setup like the one from the paper.
A more detailed description will be added soon.
The binary version of STRF that can be downloaded below, requires GTK3 to be installed on your system. Ubuntu Linux 13.04 is known to work with this version.
To build STRF,
Please notice: for now, only linux with g++-4.4 is supported. Furthermore, it is required that the libraries
are installed on your system.
The raw temperature data can be downloaded from Intel Berkeley Research lab. The binary version of STRF includes this dataset already.
Downloads for the traffic data set will be added soon.
Source code and binary versions for linux and windows, without the need for any additional library, will be available before at the end of august 2013!