필터 지우기
필터 지우기

Combine customized neural network with CNN

조회 수: 4 (최근 30일)
Yicong Xu
Yicong Xu 2017년 4월 17일
댓글: Alexander Tarroni 2017년 9월 15일
As I found we can customized each layers in a CNN, and we can also do customizing our own neural network by "net=network" and set properties of "net". But can those class of CNN layer be used in a general neural network? I want to combine the output of two CNN as two channel of 'image' and do CNN on this new 'image'

답변 (1개)

Chaitral Date
Chaitral Date 2017년 4월 24일
Regarding your first question, No, you shouldn't be able to use CNN layer classes in a general neural network. It'll still take on somewhat a similar form to a CNN. There is some flexibility, but a lot of limitations at the same time.
Regarding your second question, The two channels portion is very unclear. What is the output that you are currently getting from the two CNN?
  댓글 수: 3
Jason Vann
Jason Vann 2017년 8월 1일
This is exactly the kind of feature I would like to see. I would like to develop a network with parallel CNNs and connected at the end with a fully connected and classification layer. Looking at the R2017b pre-release, there is a custom layer capability which may help address this issue, but it would be a very convoluted work-around.
Alexander Tarroni
Alexander Tarroni 2017년 9월 15일
I am also trying to fuse two pre-trained VGG16 models with a single softmax layer at their output, with two inputs taking separate data. It seems you can't make convolutional layers in the custom neural network functions, is there any way to fuse layers from different convnets otherwise?

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

카테고리

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