登录论坛

查看完整版本 : [问题] MatConvNet


zhaoxwchina
2018-01-13, 08:16
请研究卷积神经网络的朋友帮我看看一个简单的问题: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,分别代表什么呢?谢谢