How to read the structure of a neural network in a mat file?

조회 수: 4 (최근 30일)
SC
SC 2018년 8월 30일
댓글: Sachin Meena 2018년 9월 3일
Hi,
I have a mat file which is a neural network, and I want to know the structure of the network. I tried to open the mat file in Matlab, and there are two variables layers and meta. If I typed meta, I can only see the word 1x1 struct as below:-
meta =
inputs: [1x1 struct]
classes: [1x1 struct]
normalization: [1x1 struct]
If I typed layers, I can only see the below,
layers =
Columns 1 through 7
[1x1 struct] [1x1 struct] [1x1 struct] [1x1 struct] [1x1 struct] [1x1 struct] [1x1 struct]
How can I see the information of meta and layers? Besides, is it possible to have any other hiding variables in the mat file apart from meta and layers?
Many thanks!

답변 (0개)

제품


릴리스

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by