- **——前言:**作者认为残差连接在训练深度卷积模型是很有必要的。至少在图像识别上,我们的研究似乎并不支持这一观点。 - 摘要: 近年来,深度卷积神经网络对图像识别性能的巨大提升发挥着关键作用。以Inception网络为例,其以相对较低的计算代价取得出色的表现。最近,与传统结构相结合的残差连接网络在2015ILSVRC挑战赛上取得非常优异的成绩;它的性能跟最新的Inception-v3 网络非常接近。因此也就引出了结合残差连接的Inception结构能否对性能进行提高的问题。本文给出实验证明,残差连接可以明显加速Inception网络的训练。同时实验也证明,相比没有残差连接的消耗相似的Inception网络,残 … 
 阅读更多
- 说下我自己的理解 - PCA:主成分分析,是一种预处理手段。对于n维的数据,通过一些手段,把变化显著的k个维度保留,舍弃另外n-k个维度。对于一些非监督学习算法,降低维度可以有效加快运算速度。而n-k个最次要方向的丢失带来的误差不会很大。 
 阅读更多
- 参考资料:install qq/tim on linux with wine - This tutorial introduces how to install QQ/TIM in Linux with Wine, which had been tested on ArchLinux with Wine 2.4. - Prerequisites- Before start, you need to get the latest Wine. I'm not sure whether QQ/TIM can run on lower version of Wine. In ArchLinux, you can … 
 阅读更多
- 。。。哭了哦。。终于解决了这个bug - 参考资料: - libgfortran=3.0 should not be install with numpy <= 1.9 - [SOLVED] libgfortran.so.3:cannot open shared object file: No such file - [Replacing gcc-libs-libs with gcc-multilib arch - conflict with gcc-libs and gcc-libs-multilib on latest update - 一开始以为是anaconda相关。。。搞了半天。。。 
 阅读更多
- 20180214 update: - 第一个版本已经比较久了,于是更新一下,顺便写了个脚本orz - 1 2 pacman-mirrors -c China 3 echo " [archlinuxcn] " >> /etc/pacman.conf 4 echo " SigLevel = Optional TrustedOnly " >> /etc/pacman.conf 5 echo " Server = https://mirrors.ustc.edu.cn/archlinuxcn/\$arch" >> …
 阅读更多
- conda update anaconda 后提示 - ValueError: unsupported format character ')' (0x29) at index 49- 查到了这个:anaconda update issue - I have narrowed this down to the following packages: - package build - psutil-1.2.1 - py27_0 hard-link - pycparser-2.10 - py27_0 hard-link - pykit-0.1.0 - np18py27_2 hard-link - pyparsing-2.0.1 … 
 阅读更多
