超级赞!N个神经网络可视化利器

2021-09-26 14:20:44 浏览数 (1)

分享展示神经网络的N个利器

1、PlotNeuralNet

使用Latex绘制神经网络。传送门:https://github.com/HarisIqbal88/PlotNeuralNet

FCN-8模型

overleaf上Latex代码:https://www.overleaf.com/read/kkqntfxnvbsk

FCN-32模型

overleaf上Latex代码:https://www.overleaf.com/read/wsxpmkqvjnbs

Holistically-Nested Edge Detection

overleaf上Latex代码:https://www.overleaf.com/read/jxhnkcnwhfxp


2、Matlab

https://www.mathworks.com/help/deeplearning/ref/view.html;jsessionid=bd77484ba149c98d4d410abed983

代码语言:javascript复制
[x,t] = iris_dataset;
net = patternnet;
net = configure(net,x,t);
view(net)

3、NN-SVG

一个在线工具,点点就阔以了:http://alexlenail.me/NN-SVG/LeNet.html

FCNN模型

AlexNet模型

LeNet模型


4、graphcore

回到神经网络最初的地方,像生物细胞神经元neurons一样展示神经网络。https://www.graphcore.ai/posts/what-does-machine-learning-look-like

生物细胞神经元模式图

AlexNet模型

Resnet 50模型


5、graphviz

http://www.graphviz.org/

之前介绍过一个类似绘制网络关系的工具

0 人点赞