感知機算法實現(對偶形式)

誤分條件: import numpy as np def creatDataSet( ): group=np.array([[3,3],[4,3],[1,1]]) label=[1,1,-1] return group,label def update( x , y , i ): global a , b , G a[ i ] += 1 b =
相關文章
相關標籤/搜索