Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6956 Discussions

How to use multiple linear regression in MKL

yi_w_
Beginner
683 Views

Hi everyone,

     I'm new to Linux and C++. I want to insert a function to my codes for implementing multiple linear regression. Since the hpc has MKL installed, I want to use the library. Any help is appreciated in advance!

Best Regards

Yi

 

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
683 Views

this is not relevant to MKL but Intel DAAL. Could take a look at this library?  Intel DAAL contains exaclty what are you looking for in C++/Java/Python API.

pls ask this question - https://software.intel.com/en-us/forums/intel-data-analytics-acceleration-library

0 Kudos
yi_w_
Beginner
683 Views

Hi, Gennady

    Thank you for your reply. So MKL and DAAL are different library?

 

 

0 Kudos
Gennady_F_Intel
Moderator
683 Views

yes, these are different libraries but DAAL reuses all available HW and SW optimizations from MKL.

0 Kudos
Reply