필터 지우기
필터 지우기

Best CPU for neural networks: 4 fast cores vs 6 slow cores

조회 수: 1 (최근 30일)
Roberto
Roberto 2017년 1월 20일
댓글: Walter Roberson 2017년 1월 23일
Long story short:
for an intensive use of neural network toolbox in matlab what is best choice?
1. Intel Core i7 7700k, 4 cores @4.5ghz
2. Intel Core i7 6800k, 6 cores @3.6ghz
Thanks
  댓글 수: 3
Roberto
Roberto 2017년 1월 20일
Yes, I will consider it for sure for deep networks, but still I need to know the performance of neural network toolbox with those CPUs. Any info about that?
Walter Roberson
Walter Roberson 2017년 1월 20일
Memory path and cache would probably also be important.

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2017년 1월 20일
Looking at
If we assume linear scaling with clock rate, then
6800 @ 3.6 GHz (3.6/3.4) * 13569 would be about 14367 CpuMarks
7700 @ 4.5 GHz (4.5/4.2) * 12277 would be about 13153 CpuMarks
so the 7700 system would be expected to be slower.
However, the 7700 CPU would be less expensive at current prices, and consume less energy. Also, the 7700 would be faster per core, by nearly a third, so for tasks that cannot be easily parallelized, it would be faster.
You would probably need to pay attention to memory speeds; the 3.6 GHz is quite a comfortable range these days, lots of support for that range, but the 4.5 GHz might require different memory chips to serve efficiently.
  댓글 수: 8
Roberto
Roberto 2017년 1월 23일
Not sure to understand. Do you mean here? You're suggesting to open a thread asking people to run some code and post the computation time with their configuration?
Walter Roberson
Walter Roberson 2017년 1월 23일
You could post it on this thread. You are getting a fair number of views, even if I have been the only one commenting so far.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Parallel and Cloud에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by