摘要: 脚本: import numpy as np import matplotlib.pyplot as plt # 创建数据 np.random.seed(42) X_xor = np.random.normal(0, 1, (300, 2)) y_xor = np.logical_xor(X_xor 阅读全文
posted @ 2020-01-12 22:22 赏尔 阅读(532) 评论(0) 推荐(0) 编辑