1、cifar 相关 (实际上这也是 度娘"tf.nn.lrn"时 搜索到的)
1.1、学习笔记TF029_实现进阶卷积网络 - 简书.html(https://www.jianshu.com/p/db534c67ea97)
1.1.1、GitHub - tensorflow_models_ Models and examples built with TensorFlow.html(https://github.com/tensorflow/models)ZC:我已经 复制到 gitee中了
https://gitee.com/zclxy/models_tensorflow/tree/master/tutorials/image/cifar10 中能看到 下载 "cifar-10"和"cifar-100"的dataset 的网址
1.1.2、Classification datasets results.html(http://rodrigob.github.io/are_we_there_yet/build/classification_datasets_results.html)
ZC:这里有 "cifar-10"和"cifar-100"的dataset 的链接,实际上和上面是 一个地方
2、tf.nn.lrn 相关
2.1、tensorflow下的局部响应归一化函数tf.nn.lrn - 仙界天堂 - CSDN博客.html(https://blog.csdn.net/sinat_21585785/article/details/75087768)
2.2、深度学习原理与框架-Tensorflow卷积神经网络-cifar10图片分类(代码) 1.tf.nn.lrn(局部响应归一化操作) 2.random.sample(在列表中随机选值) 3.tf.one_hot(对标签进行one_hot编码) - python我的最爱 - 博客园.html(https://www.cnblogs.com/my-love-is-python/p/10529732.html)
2.3、学习笔记 TF014_卷积层、激活函数、池化层、归一化层、高级层 - V2EX.html(https://www.v2ex.com/t/363602)
2.4、局部相应归一化(Local Response Normalization) - 个人文章 - SegmentFault 思否.html(https://segmentfault.com/a/1190000015860578)
3、
4、
5、
6、
7、
8、
9、
原文:https://www.cnblogs.com/pythonzc/p/11437628.html