Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 351 Bytes

File metadata and controls

2 lines (2 loc) · 351 Bytes

Parallel-implementation-of-Machine-Learning-Algorithms

Here we have implemented K fold cross validation algorithm parallely using CUDA C. Defined CUDA kernel in C to run the code in parallel for linear and logistic regression. We have achieved 3 times faster speed up with only 1000 data points and it is helpful for all machine learning algorithms