您的位置:首页 > 其它

convolutional neural network

2015-10-30 11:13 721 查看
this page is to record the understanding of CNN, with the help of
this website, I think it's much clear to understand how this works.

In a neural neetwork, there will be a weight theta between each neurons in adjacent layers. And in a convolutional network, it's like share a filter to be the weight theta, and through BP, we mean to adjust the kernal. And in the given demo, the neural network
is as follow.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Computer vision cnn