Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在为一些机器学习算法使用 octave,但是在使用神经网络时,它使用 1 个核心的 100%,我希望它使用我所有的 4 个核心,我读到这可以用 atlas 完成,但是当我尝试在 ubuntu (13) 上安装它,我注意到它已经安装了;不过,八度好像看不到
此致!
增加 CPU 内核使用率的一种可能方法是矢量化您的神经网络实现。
有关矢量化的更多信息,请参阅以下教程。
http://ufldl.stanford.edu/wiki/index.php/Vectorization