03 2019 档案
摘要:本文转自:谷歌工程师:聊一聊深度学习的weight initialization TLDR (or the take-away) Weight Initialization matters!!! 深度学习中的weight initialization对模型收敛速度和模型质量有重要影响! 在ReLU
阅读全文
摘要:整理自:博客 & Python中文 常用的有:defaultdict、deque、Ccounter defaultdict 对象 class collections.defaultdict([default_factory[, ...]]) 1)在有dict的情况下为何使用defaultdict:
阅读全文
摘要:Reprinted from: Iterables vs. Iterators vs. Generators Occasionally I've run into situations of confusion on the exact differences between the followi
阅读全文