上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: python画图matplotlib的Legend(显示图中的标签 https://blog.csdn.net/zhangqilong120/article/details/72633115 python matplotlib 画图刻度、图例等字体、字体大小、刻度密度、线条样式设置 https:// 阅读全文
posted @ 2020-08-31 19:46 月夜_1 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 名字后_r取反 阅读全文
posted @ 2020-08-25 19:19 月夜_1 阅读(8561) 评论(0) 推荐(2) 编辑
摘要: https://www.jianshu.com/p/e59bcd5324f1 1.生成网格代码如下: In [15]: plt.gcf().set_facecolor(np.ones(3)) In [16]: plt.grid() In [17]: plt.show() 参数 matplotlin. 阅读全文
posted @ 2020-08-25 12:34 月夜_1 阅读(9651) 评论(0) 推荐(0) 编辑
摘要: 之前的一片博文写了Batch Size的作用和应该如何设置比较合适,同时还有Batch Size大小,与学习率lrlr、训练次数epochepoch之间的关系。里面提及Batch Size越大,梯度的方向越准确。 上述的说法是没错的,梯度方向准确,最后网络收敛情况好,但是收敛情况好并不意味网络的性能 阅读全文
posted @ 2020-08-07 15:27 月夜_1 阅读(1160) 评论(0) 推荐(0) 编辑
摘要: 对于光谱仪器而言,背景是离开信号峰一定距离的能量值,这个距离定义并不明确,一般认为是最接近信号峰噪声一般是在一定时间段内,仪器的信号不稳定度。 信噪比就是信号除以噪声的值。比如在2min内,信号波动最大105最小95,可认为噪声为105-95=10。信号为(105+95)/2=100。信噪比为100 阅读全文
posted @ 2020-08-07 09:20 月夜_1 阅读(1326) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_34243847/article/details/87885434 阅读全文
posted @ 2020-08-06 18:43 月夜_1 阅读(207) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/fun_always/article/details/103357840 阅读全文
posted @ 2020-08-06 14:54 月夜_1 阅读(5478) 评论(0) 推荐(0) 编辑
摘要: import time time_start=time.time() time_end=time.time() print('totally cost',time_end-time_start) 阅读全文
posted @ 2020-08-06 13:50 月夜_1 阅读(724) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_38412868/article/details/85473973 阅读全文
posted @ 2020-08-02 15:25 月夜_1 阅读(601) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-06-30 21:58 月夜_1 阅读(126) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页