深度學習
文章目錄
- 深度學習
- 前言
- CNN Explainer
- Deep Learning Playground
- ConvNetJS
- Understanding CNN with Interactive Visualizations
- 3Blue1Brown Neural Networks YouTube Playlist
- Distill.pub
- TensorFlow CNN Visualization (TensorBoard)
- NN-SVG
- OpenAI Microscope
前言
匯總幾個卷積神經網絡(CNN)動畫和可視化的網址:
CNN Explainer
https://poloclub.github.io/cnn-explainer/
直觀的交互式工具,解釋卷積神經網絡的基本原理。
Deep Learning Playground
https://playground.tensorflow.org/
谷歌推出的深度學習交互式平臺,雖然主要是全連接網絡,但適合學習基礎概念。
ConvNetJS
http://cs.stanford.edu/people/karpathy/convnetjs/
在線訓練CNN模型,并實時可視化卷積、池化等過程。
Understanding CNN with Interactive Visualizations
https://www.cs.ryerson.ca/~aharley/vis/conv/
一個簡單的卷積神經網絡可視化工具,展示每層的特征提取過程。
3Blue1Brown Neural Networks YouTube Playlist
https://www.youtube.com/watch?v=aircAruvnKk&list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi
3Blue1Brown頻道的神經網絡系列視頻,提供精美的動畫解釋。
Distill.pub
Distill — Latest articles about machine learning
https://link.zhihu.com/?target=https%3A//distill.pub/
高質量的交互式論文平臺,提供深度學習的詳細可視化解釋。
TensorFlow CNN Visualization (TensorBoard)
https://link.zhihu.com/?target=https%3A//github.com/tensorflow/tensorboard/blob/master/tensorboard/plugins/graph/README.md
TensorBoard中用于可視化CNN的圖形工具。
NN-SVG
http://alexlenail.me/NN-SVG/index.html
一個可以生成神經網絡結構圖的工具,支持卷積神經網絡。
OpenAI Microscope
OpenAI Microscop
https://link.zhihu.com/?target=https%3A//microscope.openai.com/models
OpenAI提供的神經網絡特征可視化工具,展示深度網絡中神經元的行為。
這些資源可以幫助你通過動畫、可視化和交互式工具更好地理解卷積神經網絡的結構和工作原理。