haoliu1706's repositories

online_random_forest_pyopencl

Online random forest algorithm with gini information measure implemented in PyOpenCL.

Language:PythonStargazers:0Issues:0Issues:0

OrderBookSimulatorWithOpenCL

This project is to simulate the effects of high frequency trading on a stock. This is the code for the order book as well as 'traders' which will place orders on the market. The design will be as parallel as possible using OpenCL and a GPU to parallelise processing.

Language:C++Stargazers:0Issues:0Issues:0

gpgpu-neuralnet

An OpenCL neural network implementation in Python. Uses massively parallel GPU computations to train and test neural network. Uses PyOpenCL as wrapper around OpenCL. Tight integration with NumPy. Tags: python, pyopencl, gpgpu, neural network, gpu computations, opencl, numpy

Language:PythonLicense:GPL-3.0Stargazers:0Issues:0Issues:0