吴恩达Deeplearning.ai笔记(4)卷积网络 2020/2/7 Uncategorized (1)边缘检测 左边的6*6矩阵就是输入的图像的像素,中间3*3的是过滤器,右边是输出。 计算就是如下图: 为什么这样可以检测出边缘? 下图左边的6*6矩阵可以看出表示的是中间有一条边界的图像。通过中间的过滤器后得到右边的输出,可以看到检测出了一个正边缘(白色的,表示从亮到暗),正边缘较粗是因为输入是很小的图像(6*6)… 阅读
知识蒸馏学习笔记–Distilling the Knowledge in a Neural Network 2020/1/6 Uncategorized Distilling the Knowledge in a Neural Network Distilling the Knowledge in a Neural Network”首次提出了知识蒸馏(暗知识提取)的概念,通过引入与教师网络(teacher… 阅读
【深度学习】神经网络入门(最通俗的理解神经网络) 2019/12/30 Uncategorized 先从回归(Regression)问题说起。我在本吧已经看到不少人提到如果想实现强AI,就必须让机器学会观察并总结规律的言论。具体地说,要让机器观察什么是圆的,什么是方的,区分各种颜色和形状,然后根据这些特征对某种事物进行分类或预测。其实这就是回归问题。… 阅读
「Deep Learning」Note on Machine Learning Yearning 2018/5/4 Uncategorized Sina Weibo:小锋子Shawn Tencent E-mail:403568338@qq.com http://blog.csdn.net/dgyuanshaofeng/article/details/80198393… 阅读
Deep learning Reading List 2017/1/28 Uncategorized Deep learning Reading List Following is a growing list of some of the materials i found on the web for Deep Learning beginners.… 阅读