문제

I have been using octave for some Machine Learning algorithms, but when using Neural Networks, it uses the 100% of 1 core, I would like it to use all my 4 cores, I read this could be done with atlas, but when I tryed to install it on ubuntu (13), I noticed it was already installed; Nevertheless, it looks that octave can't see it

Best Regards!

도움이 되었습니까?

해결책

One possible way of increasing the usage of CPU cores is vectorizing your Neural Network implementation.

More information about vectorization can be found in the following tutorial.

http://ufldl.stanford.edu/wiki/index.php/Vectorization

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top