MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   深度神经网络/深度学习 (https://www.labfans.com/bbs/forumdisplay.php?f=45)
-   -   [问题] MatConvNet (https://www.labfans.com/bbs/showthread.php?t=21101)

zhaoxwchina 2018-01-13 08:16

MatConvNet
 
请研究卷积神经网络的朋友帮我看看一个简单的问题:net.layers{end+1} = struct('type', 'conv', 'weights', {{f*randn(8,8,140,50, 'single'), zeros(1, 50, 'single')}}, 'stride', 1, 'pad', 0, 'name', 'conv1') ;
请问:randn(8,8,140,50,.... 中的8,8,140,50 分别代表什么呢? zeros(1, 50,.... 中的1, 50,分别代表什么呢?谢谢


所有时间均为北京时间。现在的时间是 23:17

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.