摘要: import matplotlib.pyplot as plt x = [[1, 3], [2, 5]] # [1,3]是线段1两端点的x坐标 y = [[4, 7], [6, 3]] # [1,3]是线段1两端点的y坐标 plt.figure() # 创建绘制窗口 for i in range(l 阅读全文
posted @ 2020-06-18 16:37 西伯尔 阅读(6819) 评论(0) 推荐(0) 编辑
摘要: 1. https://www.cnblogs.com/shiyanlou/p/11752002.html https://tensorflow.google.cn/api_docs/python/tf/keras/Sequential 阅读全文
posted @ 2020-06-18 02:53 西伯尔 阅读(112) 评论(0) 推荐(0) 编辑