1 论文整理网站
整理AI相关领域的一些综述 | GitHub - KaiyuanGao/AI-Surveys: 整理AI相关领域的一些综述 |
时间序列的paper/code汇总 | GitHub - qingsongedu/awesome-AI-for-time-series-papers: A professional list of Papers, Tutorials, and Surveys on AI for Time Series in top AI conferences and journals. |
2 可视化
From data to Viz | Find the graphic you need (data-to-viz.com) | 根据数据格式 (如连续性数据Numeric、分类性数据Categoric、地理数据Maps等)快速定位可使用的图表类别 |
SandDance - Demo Vote (microsoft.github.io) | 微软开源的可视化工具 json csv tsv topojson四种类型的本地文件可视化 |
The R Graph Gallery – Help and inspiration for R charts (r-graph-gallery.com) | 介绍了几乎所有R绘制的可视化图表 |
R CHARTS | A collection of charts and graphs made with the R programming language (r-charts.com) |
2.1 模型可视化
NN SVG (alexlenail.me) | 以节点形式展示的FCNN style 适合传统的全连接神经网络的绘制 |
以平铺网络结构展示的LeNet | |
以三维block形式展现的AlexNet style,可以更加真实地展示卷积过程中高维数据的尺度的变化,目前只支持卷积层和全连接层。 | |
cbovar.github.io/ConvNetDraw/ | 使用配置命令的CNN神经网络画图工具 |