SVM支持向量機繪圖

原文: http://ihoge.cn/2018/SVM繪圖.htmlhtml %matplotlib inline import matplotlib.pyplot as plt import numpy as np class1 = np.array([[1, 1], [1, 3], [2, 1], [1, 2], [2, 2]]) class2 = np.array([[4, 4], [5,
相關文章
相關標籤/搜索