Intel® oneAPI Data Analytics Library
Learn from community members on how to build compute-intensive applications that run efficiently on Intel® architecture.

Can this library do machine learning?

VipinKumar_E_Intel
529 Views

Can this library do machine learning?

0 Kudos
1 Reply
Sergey_M_Intel2
Employee
528 Views

Absolutely! 

If you're one who wants the machine learning to run fast then the Intel® Data Analytics Acceleration Library is for you. 

The library covers some popular regression (Linear Regression) and classification methods. Among them are popular boosting algorithms (LogitBoost, AdaBoost, BrownBoost), SVM, Naive Bayes.

The library optimizes both training and prediction stages. It covers two class and multi-class scenarios.

The library also provides a collection of algorithms serving for data structure discovery. It includes Summary Statistics methods, clustering (K-Means), Expectation Maximization for Gaussian Mixture Model, and other.

And remember the Intel DAAL is in Beta only. More popular machine learning algorithms are coming!

0 Kudos
Reply