alex_bn_lee

导航

2023年9月5日 #

【876】Top 50 matplotlib Visualizations – The Master Plots (with full python code)

摘要: ref: Top 50 matplotlib Visualizations – The Master Plots (with full python code) 阅读全文

posted @ 2023-09-05 08:23 McDelfino 阅读(21) 评论(0) 推荐(0)

【875】numpy复制并扩充维度

摘要: 参考:numpy复制并扩充维度 参考:记录 之 numpy扩充某一维度,并重复填充 np.expand_dims():扩充数组的维度,并且制定扩充的维度位置,用axis来指定 repeat():用来复制数组内容在指定的维度上面 transpose():用来转置数组 1.numpy.expand_di 阅读全文

posted @ 2023-09-05 08:14 McDelfino 阅读(2556) 评论(0) 推荐(0)