摘要:
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 阅读全文
摘要:
1. https://www.cnblogs.com/shiyanlou/p/11752002.html https://tensorflow.google.cn/api_docs/python/tf/keras/Sequential 阅读全文