• DocumentCode
    3649455
  • Title

    Forecasting High Frequency Financial Time Series Using Parallel FFN with CUDA and ZeroMQ

  • Author

    Paola Arce;Cristián Maureira;Roberto Bonvallet;César Fernández

  • Author_Institution
    Center for Technol. Innovation in High Performance Comput., Valparaiso, Chile
  • fYear
    2012
  • Firstpage
    1
  • Lastpage
    5
  • Abstract
    Feed forward neural networks (FFNs) are powerful data-modelling tools that have been used in many fields of science. Specifically in financial applications, due to the number of factors affecting the market, models with a large quantity of input features, hidden and output neurons can be obtained. In financial problems, the response time is crucial and it is necessary to have faster applications. Most of the current applications have been implemented as non-parallel software running on serial processors. In this paper we present a parallel implementation of a FFN using GPU in order to reduce response time when a new data arrives. The problem can be conveniently represented by matrix operations implemented using the CUBLAS library. It provides highly optimized linear algebra routines that take advantage of the hardware features of the GPU. The algorithm was developed in C++ and CUDA and all the input features were received using the ZeroMQ library, which was also used to publish the output features. ZeroMQ is an abstraction over system sockets that allow chunks of data to be efficiently sent therefore minimizing the overhead and system calls. The CUDA implementation was tested on a compute server with an NVIDIA M2050 GPU and an Intel Xeon X5650 2.67GHz CPU, on neural networks of increasing sizes. After comparing against a straightforward 24-thread CPU implementation using MKL, experiments show that, while still slower for small FFNs, for 1000 × 1000 × 1000 networks the GPU already outperforms the CPU.
  • Keywords
    "Graphics processing units","Neurons","Neural networks","Libraries","Vectors","Central Processing Unit","Training"
  • Publisher
    ieee
  • Conference_Titel
    Information and Telecommunication Technologies (APSITT), 2012 9th Asia-Pacific Symposium on
  • Print_ISBN
    978-1-4673-2434-2
  • Type

    conf

  • Filename
    6379709