摘要:
C 程序设计(第四版)谭浩强 著 Keywords (37) const auto static extern register short int long float double signed unsigned _bool char enum struct union switch case 阅读全文
摘要:
Go 语言设计和工具链核心团队成员 Ken Thompson(肯·汤普逊) 大名鼎鼎、如雷贯耳,Unix 操作系统的发明人之一(排在第一号),C 语言前身 B 语言的设计者,UTF-8 编码设计者之一,图灵奖得主。老爷子今年快 76 岁了(1943年生)。早年一直再贝尔实验室做研究,60 多岁的时候 阅读全文
摘要:
第四周:Special applications: Face recognition & Neural style transfer 什么是人脸识别?(What is face recognition?) 欢迎来到第四周,即这门课卷积神经网络课程的最后一周。到目前为止,你学了很多卷积神经网络的知识。 阅读全文
摘要:
第二周 深度卷积网络:实例探究(Deep convolutional models: case studies) 为什么要进行实例探究?(Why look at case studies?) 这周我们首先来看看一些卷积神经网络的实例分析,为什么要看这些实例分析呢?上周我们讲了基本构建,比如卷积层、池 阅读全文