摘要: LR: import numpy as np import matplotlib.pyplot as plt def gene_dataset(opt='linear'): pos_num , neg_num = 100, 100 X = np.zeros((2,pos_num+neg_num)) 阅读全文
posted @ 2020-08-12 12:37 樱花庄的龙之介大人 阅读(316) 评论(0) 推荐(0) 编辑