Labfans是一个针对大学生、工程师和科研工作者的技术社区。 | 论坛首页 | 联系我们(Contact Us) |
![]() |
![]() |
#1 |
初级会员
注册日期: 2007-06-24
帖子: 3
声望力: 0 ![]() |
![]()
请研究卷积神经网络的朋友帮我看看一个简单的问题: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,分别代表什么呢?谢谢 |
![]() |
![]() |