필터 지우기
필터 지우기

Is there a regression layer for Convolutional neural network toolbox?

조회 수: 4 (최근 30일)
Is there a regression layer for Convolutional neural network toolbox? I am trying to use "Convolutional Neural Networks" (CNN) to do a regression analysis for ultrasound images to calculate parameters which can have predictive value. The application for regression layer includes all parameters which are in the real domain and not just integers. Can I use CNN for that? 

채택된 답변

MathWorks Support Team
MathWorks Support Team 2021년 2월 25일
편집: MathWorks Support Team 2021년 2월 25일
Yes. The regression layer for Convolutional Neural Networks is appeared in R2017a Neural Network Toolbox. By defining regressionLayer at the last layer of the deep neural networks, the network computes regression models. Note that the last layer in classification is classificationLayer. 
In R2016b or previous versions, the regression layer is not supported. Please refer to the Release Notes for more information on recent changes to this toolbox:
  댓글 수: 1
Michael Abboud
Michael Abboud 2017년 8월 1일
This functionality is not supported in the R2017a release. However, you can still use an image datastore to get the image file names, then just create a table with the file names in the first column and your regressors in the other columns, and feed it into trainNetwork.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by