Changes

Jump to: navigation, search

DPS921/Franky

184 bytes added, 11:21, 26 November 2018
Source
return 0;
}
 
</source>
====Fix====
Processes generating random numbers for our starting data points are taking up some time in the serial region. The random number generator uses a for-loop. Let's apply OpenMP worksharing to make it more efficient
<source>
# [https://helloacm.com/cc-linear-regression-tutorial-using-gradient-descent/ Linear Regression In C++]
# [https://github.com/intel/daal/tree/daal_2019/algorithms/kernel/linear_regression Linear Regression Algorithms from Intel DAAL Library]
# [https://github.com/y2s82/franky Github repository of the code used]
70
edits

Navigation menu