Time series forecasting by ANN and SVM hierarchical architecture

Wu Wei,Liu Hongbin,Wang Xuan,Lv Jiake
2007-01-01
Abstract:Time series forecasting is a very important task in machine learning field. Because time series are inherently noise and non-stationary, it is difficult to get an accurate forecasting result. In this paper, a novel hierarchical learning architecture is proposed according to divide-and-conquer principle, the forecasting accuracy is improved. This novel hierarchical architecture is formed by Kohonen neural network and SVM (Support Vector Machine) as basic building blocks. The Kohonen network is used as a classifier, which partition the whole input space into several distinct feature regions. Then, the SVM can best fit disjoint regions by using the most appropriate kernel function. The sunspot data and financial time series are evaluated in the experiment. The result shows that the hierarchical architecture achieves higher accuracy in comparison with single SVMs and ANN models.
What problem does this paper attempt to address?