神经网络基础模型学习资源
神经网络基础模型学习资源
视频课
博客笔记
可视化
部分摘自数据studio,部分自行收集
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
1 | [x,t] = iris_dataset; |
复制
3、NN-SVG
一个在线工具,点点就阔以了:http://alexlenail.me/NN-SVG/LeNet.html
AlexNet模型
LeNet模型
4、graphcore
回到神经网络最初的地方,像生物细胞神经元neurons一样展示神经网络。https://www.graphcore.ai/posts/what-does-machine-learning-look-like
生物细胞神经元模式图
AlexNet模型
Resnet 50模型
5、graphviz
之前介绍过一个类似绘制网络关系的工具👉盘一盘社交网络分析常用networks
4层网络
6、Keras
深度学习框架Keras下的一个小模块,
https://keras.io/api/utils/model_plotting_utils/
7、neataptic
https://github.com/wagenaartje/neataptic
8、Quiver
https://github.com/keplr-io/quiver
9、Keras.js
在线工具
https://transcranial.github.io/keras-js/#/inception-v3
10、Netscope CNN Analyzer
http://dgschwend.github.io/netscope/quickstart.html
11、keras-sequential-ascii
https://github.com/stared/keras-sequential-ascii/
VGG 16 Architecture
1 | OPERATION DATA DIMENSIONS WEIGHTS(N) WEIGHTS(%) |
复制
12、TensorBoard
一个评估深度学习框架TensorFlow模型的强力工具。
https://www.tensorflow.org/tensorboard/graphs
13、Caffe
同样是深度学习框架Caffe下的一个小工具,
https://github.com/BVLC/caffe/blob/master/python/caffe/draw.py
14、TensorSpace
3D模式展示神经网络,
15、CNN Explainer
CNN解释器是 CNN可视化的工具,对于小白而言,CNN可视化对于理解CNN有非常的帮助,因此,花了几天的时间,将CNN解释器网站做了一个翻译,还包括安装CNN解释器的过程和相关资料。
CNN解释器地址:CNN Explainer
CNN解释器文献:CNN Explainer: Learning Convolutional Neural Networks with Interactive Visualization
CNN github地址:https://github.com/poloclub/cnn-explainer
CNN解释器安装:https://zhuanlan.zhihu.com/p/141537738
16、基本操作-人工智能的诞生
交互视频课程,极其适合初学者,就是有点贵,运营歪屁股
人工智能的诞生