首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
presenting专题
Matplotlib for presenting results(论文画图matplotlib jupyter文档)
参考jupyter的官方文档点击打开链接 第一部分讲了matplotlib 自带的各种风格,可以画出不同 背景样式的图 第二部分讲的是绘制heatmap,利用heatmap可以将自己的结果和别的模型进对比(用不同深重颜色代表差异) 第三部分利用TSNE这个库可以把高维数据表示为二维图中(没看懂) 第四部分画堆叠bar图 Learning curves¶ Make ma
阅读更多...
Presenting View Controllers from Other View Controllers
转自:https://developer.apple.com/library/ios/featuredarticles/ViewControllerPGforiPhoneOS/ModalViewControllers/ModalViewControllers.html Presenting View Controllers from Other View Controllers T
阅读更多...