分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 教程案例

The Convolutional Networks

发布时间:2023-09-06 02:05责任编辑:彭小芳关键词:暂无标签

目录

  • Convolutional Neural Network
  • The Unknown Word

Convolutional Neural Network

  • Use Python to impliment a simple network for hanndwritten numeral classification.
  • At some point in your daily life,you may have seen some practical application of the target recognition algorithm,such as face detection on your mobile phone camera.But what is the principle of its work?The core of these computer vision solutions is the convolution neural network(CNN).Simply speaking,these networks are particularly good at constructing complex features based on less complex features.A classic example is the face detector.The face detector.The early layers are responsible for identifying vertical and horizontal lines,and the later stage is responsible for finding the nose and mouth.

    Primary neural network

    This article wil not introduce the general working principle of neural networkin detail,but you need some background knowledge to deal with convolution network.There is a layered architecture for neural networks.Each layer is composed of some nodes.Each node performs some mathematical operations on an input effectively,and obtains an output by calculation.The input that is provided to any given node node is the weighted sum of the output of the previous layer(and usually the bias item of 1 or 0).The algorithm will learn these weights during training.In order to learn these parameters,the output of running training can be compared with the real value and the weights can be updated by propagating errors in the network.

The Unknown Word

The First ColumnThe Second Column
horizontal垂直的
is reponsible for负责
convolution卷积
layed architecture分层架构
architecture架构
mathematical operations数学运算
concise[ken‘sais]简明的
by calculation通过计算
weights权重
propagating反向传播[‘pra:pegeit]
an error to be raised引发错误
raveling拆开[ravling]
reshape重构

The Convolutional Networks

原文地址:https://www.cnblogs.com/hugeng007/p/9368273.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved