加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

图像数据处理(0)

发布时间:2020-12-14 04:58:05 所属栏目:大数据 来源:网络整理
导读:斯坦福李飞飞-深度学习计算机视觉笔记 说明:http://study.163.com/course/courseMain.htm?courseId=1003223001 Image Classification pipeline 1,Images are represented as 3D arrays of numbers,with integers between [0,255] ,比如说 300 x 100 x 3 (

斯坦福李飞飞-深度学习计算机视觉笔记

说明:http://study.163.com/course/courseMain.htm?courseId=1003223001

Image Classification pipeline

1,Images are represented as 3D arrays of numbers,with integers between [0,255],比如说300 x 100 x 3(3 for 3 color channels RGB)
2,Challenges:Viewpoint Variation【视角不同】,Illumination【照明】,Deformation【变形】,Occlusion,Background clutter【光影等干扰】,Intraclass variation【同类内的差异】
3,Data-driven approach:
- Collect a dataset of images and labels
- Use Machine Learning to train an image classifier
- Evaluate the classifier on a withheld set of test images
4,cross-validation
We saw that the choice of distance and the value of k are hyperparameters that are tuned using a validation set,or through cross-validation if the size of the data is small。

这里写图片描述

Loss functions and Optimization

Loss functions

这里写图片描述


这里写图片描述


这里写图片描述

Backpropagation and Neural Networks

backpropagation = recursive application of the chain rule along a
computational graph to compute the gradients of all
inputs/parameters/intermediates
推导:反向传导算法

Training Neural Networks

Activation Functions

这里写图片描述


这里写图片描述


这里写图片描述


这里写图片描述


这里写图片描述

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读