内积层和全连接层是一样的

http://caffe.berkeleyvision.org/tutorial/layers.html#data-layers

The InnerProduct layer (also usually referred to as the fully connected layer) treats the input as a simple vector and produces an output in the form of a single vector (with the blob’s height and width set to 1).

 

就是定义输出的个数,然后就全部连接所有的滤波器的所有通道(特征子图)的所有元素。

使用方法:(可以看出它的计算方法)

********************************************************

Parameters (InnerProductParameter inner_product_param)
Required
num_output (c_o): the number of filters
Strongly recommended
weight_filler [default type: 'constant' value: 0]


Optional
bias_filler [default type: 'constant' value: 0]
bias_term [default true]: specifies whether to learn and apply a set of additive biases to the filter outputs


Input
n * c_i * h_i * w_i


Output
n * c_o * 1 * 1

转载于:https://www.cnblogs.com/Wanggcong/p/5174660.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值