|
Are there any software Packages/Libraries which help in implementation of Machine Learning Algorithms to make use of multiple core or multi processors machine. |
The question has been closed for the following reason "This question is too general, and seems like a solution in search of a particular problem. Why this family of ML algorithms? And why a multi core solution instead of a parallel one?" by Joseph Turian Jul 01 '10 at 01:03
|
Most interesting BLAS implementations can take advantage of multiple cores and can achieve close to linear speed-up for operations such as matrix multiplications. If your Machine Learning algorithms/library does matrix multiplications and can call BLAS api functions, then you're good to go. |
Has anyone had success parallelizing an online learning algorithm. For instance, MIRA or CW learning?
reverted, but leaving the question closed.