How can I use GPU in regression learner app?
조회 수: 4 (최근 30일)
이전 댓글 표시
hello
Applying machine learning algorithm through regression learner, I had a sudden idea.
Am I using my computer's GPU well?
Therefore, I got the following results as a result of using the Matlab command 'gpuDeviceTable'.
From the result, it was confirmed that it was not used, and the 'gpuDevice(1)' command was executed to use the GPU.
Am i doing it right?
Also, do I have to type these same commands repeatedly every time I run Matlab?
Thanks for reading the post.
댓글 수: 0
답변 (1개)
Joss Knight
2023년 2월 19일
You cannot use the GPU through the classification and regression learner apps yet.This documentation page lists the Regression functions with GPU support that you can call programmatically.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Classification Ensembles에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!