1.PlotNeuralNet
薩爾大學計算機科學專業的一個學生開發的,用LaTex語言編輯,Tikz繪圖。
https://github.com/HarisIqbal88/PlotNeuralNet
2.NN-SVG
麻省理工學院弗蘭克爾生物工程實驗室, 該實驗室開發可視化和機器學習工具用於分析生物數據。
體驗地址:http://alexlenail.me/NN-SVG/
github地址:github.com/zfrenchee
3.tikz_cnn
使用此tikz宏繪制神經網絡的漂亮架構。
https://github.com/jettan/tikz_cnn
4. ConvNetDraw
ConvNetDraw是一個使用配置命令的CNN神經網絡畫圖工具,可以在網頁上直接繪制CNN網絡模型,但是限制較多,且生成圖像分辨率不高。
https://cbovar.github.io/ConvNetDraw/
5.draw_convnet
由Borealis公司的員工Gavin Weiguang Ding提供。使用純python畫圖。
https://github.com/gwding/draw_convnet
6.Netscope
caffe的網絡結構可視化工具,大名鼎鼎的netscope,由斯坦福AILab的Saumitro Dasgupta開發
體驗地址:http://ethereon.github.io/netscope
github地址: https://github.com/ethereon/netscope
7.convnet_drawer
https://github.com/yu4u/convnet-drawer
8. TikZ-deep-learning
大神已經用Latex寫好的tikz例子,如果安裝了texlive和textstudio可以直接運行。
https://gitee.com/quarky/TikZ-deep-leaning
參考鏈接:https://zhuanlan.zhihu.com/p/60146525