필터 지우기
필터 지우기

Fully connected layer size

조회 수: 3 (최근 30일)
Vasil Ppov
Vasil Ppov 2018년 2월 11일
편집: Vasil Ppov 2018년 2월 11일
Matlab trained a deep learning neural network. The structure of the net is:
1 Input Layer
2 CN Layer
3 RELU
4 Max Pooling
5 CN Layer
6 RELU
7 CN Layer
8 RELU
9 CN Layer
10 RELU
11 Max Pooling
12 FCL (size 64)
13 RELU
14 FCL (size 2)
15 Softmax
16 Classification
I saved all weight and bias matrices. The size of the input is 32x32x3 and final classes are only two. The matrix which consists the weights of the first FCN layer has size 64x4116 and i can't understand why the number of columns is 4116. The output of the second max pooling layer is 3x3x84. In my opinion the FCN layer is one row and n-columns. I set 64 neurons for the first FCN and i expext (number_of_rows)x64 however the result is 64x4116. Coud you give me some help?

답변 (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