网络结构搜索——《Practical Block-wise Neural Network Architecture Generation》阅读笔记——CVPR2018

  1. A block-wise network generation pipeline called BlockQNN which automatically builds high-performance networks using the Q-learning paradigm with epsilon-greedy exploration strategy.
  2. Inception and ResNet are designed by stacking(堆叠) several blocks a each of which shares similar structure but with different weights and filter numbers to construct the networks.

…未完待续

你可能感兴趣的:(计算机视觉,网络结构搜索)