码迷,mamicode.com
首页 > 其他好文 > 详细

4d tensor

时间:2016-02-06 10:19:22      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:

偶然在一个ppt中看到了如下关于tensor的解释,清晰明白,所以post在这里,以备后续查看

 

技术分享

根据这个理解:

theano中的input(4d tensor):【mini-batch size, number of input feature maps, image height, image width】

例如:【100, 10, 12,12】

技术分享

weight matrix (4d tensor): 【 number of feature maps at layer m,number of feature maps at layer m-1, filter height, filter width】

例如:【10,20, 5,5】

技术分享

 

4d tensor

标签:

原文地址:http://www.cnblogs.com/lutingting/p/5183808.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!