【发布时间】:2016-05-27 10:24:13
【问题描述】:
基于以下教程:
https://www.tensorflow.org/versions/v0.6.0/tutorials/mnist/pros/index.html#deep-mnist-for-experts
32 作为 MNIST 的 CNN 第一层的特征数量来自哪里?
64 作为第二层的特征数量来自哪里?
【问题讨论】:
基于以下教程:
https://www.tensorflow.org/versions/v0.6.0/tutorials/mnist/pros/index.html#deep-mnist-for-experts
32 作为 MNIST 的 CNN 第一层的特征数量来自哪里?
64 作为第二层的特征数量来自哪里?
【问题讨论】:
32 和 64 是过滤器的数量,它们是手动设置的超参数,就像全连接 DNN 网络的神经元数量一样。
【讨论】: