Giter Site home page Giter Site logo

seancmonahan / gpu-training-logistic-regression Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 8 KB

a GPU implement training function in logistic regression. The GPU implementation provides data and task parallization

License: Apache License 2.0

C 100.00%

gpu-training-logistic-regression's Introduction

GPU-Training-Logistic-Regression

We propose a new GPU implementation of logistic regression training method which provides both task and data parallelization. Logistic regression has been applied in many machine learning applications to build building predictive models. However, logistic training regularly requires a long time to adapt an accurate prediction model. Researchers have worked out to reduce training time using different technologies such as multi-threading, Multi-core CPUs and Message Passing Interface (MPI). In our study, the authors consider the high computation capabilities of GPU and easy development onto Open Computing Language (OpenCL) framework to execute logistic training process. GPU and OpenCL are the best choice with low cost and high performance for scaling up logistic regression model in handling large datasets. The proposed approach was implement in OpenCL C/C++ and tested by different size datasets on two GPU platforms. The experimental results showed a significant improvement in execution time with large datasets, which is reduced inversely by the available GPU computing units.

Feel free to contact me for further details and If you are using this code, please cite our paper:

Zahera, H. M., & El-Sisi, A. B. (2017). Accelerating Training Process in Logistic Regression Model using OpenCL Framework. International Journal of Grid and High Performance Computing (IJGHPC), 9(3), 34-45. doi:10.4018/IJGHPC.2017070103

gpu-training-logistic-regression's People

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

upton1919 yeahnew

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.