Browse Source

Add animation of Adam

savefigrue
bushuhui 4 years ago
parent
commit
b86e03edca
3 changed files with 42 additions and 35 deletions
  1. +28
    -22
      3_kmeans/1-k-means.ipynb
  2. +13
    -13
      3_kmeans/2-kmeans-color-vq.ipynb
  3. +1
    -0
      References.md

+ 28
- 22
3_kmeans/1-k-means.ipynb
File diff suppressed because it is too large
View File


+ 13
- 13
3_kmeans/2-kmeans-color-vq.ipynb
File diff suppressed because it is too large
View File


+ 1
- 0
References.md View File

@@ -8,6 +8,7 @@
## References

* [形象直观了解谷歌大脑新型优化器LAMB](https://www.toutiao.com/i6687162064395305475/)
* [梯度下降方法的视觉解释(动量,AdaGrad,RMSProp,Adam)](https://www.toutiao.com/i6836422484028293640/)
* [5种常用的交叉验证技术,保证评估模型的稳定性](https://m.toutiaocdn.com/i6838062457596936718)
* [The Neural network zoo](https://www.asimovinstitute.org/neural-network-zoo/) : 各种神经网络架构的解释、图示
* 22 个神经网络结构设计/可视化工具


Loading…
Cancel
Save