第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

正在回答

4 回答

ppn?=?Perceptron(eta=0.1,?n_iter=10)
ppn.fit(X,?y)
plt.plot(range(1,?len(ppn.errors_)?+?1),?ppn.errors_,?marker='o')
plt.xlabel("Epochs")
plt.ylabel("error?count")
plt.show()
from?matplotlib.colors?import?ListedColormapdef?plot_decision_region(X,?y,?classifier,?resolution=0.02):
????marker?=?('s',?'x',?'o',?'v')
????colors?=?('red',?'blue',?'lightgreen',?'gray',?'cyan')????#?len(np.unique(y)=2
????cmap?=?ListedColormap(colors[:len(np.unique(y))])????#?花莖的長(zhǎng)度
????x1_min,?x1_max?=?X[:,?0].min()?-?1,?X[:,?0].max()????#?花瓣的長(zhǎng)度
????x2_min,?x2_max?=?X[:,?1].min()?-?1,?X[:,?1].max()
????print(x1_min,?x1_max)
????print(x2_min,?x2_max)????#?(備注)
????xx1,?xx2?=?np.meshgrid(np.arange(x1_min,?x1_max,?resolution),?np.arange(x2_min,?x2_max,?resolution))????#?輸出語(yǔ)句
????print(np.arange(x1_min,?x1_max,?resolution).shape)
????print(np.arange(x1_min,?x1_max,?resolution))
????print(xx1.shape)
????print(xx1)
????print(np.arange(x2_min,?x2_max,?resolution).shape)
????print(np.arange(x2_min,?x2_max,?resolution))
????print(xx2.shape)
????print(xx2)#?執(zhí)行語(yǔ)句plot_decision_region(X,?y,?ppn,?resolution=0.02)
備注:
????將np.arange()中的向量擴(kuò)展成一個(gè)矩陣

????a?=?np.arange(x1_min,?x1_max,?resolution)?向量元素為185個(gè)
????xx1[255,?185],將a中的元素作為一行,重復(fù)255行
????b?=?np.arange(x2_min,?x2_max,?resolution)?向量元素為255個(gè)
????xx2[255,?185],將b中的元素作為一列,重復(fù)185列

謝謝采納~

2 回復(fù) 有任何疑惑可以回復(fù)我~

初始函數(shù)再運(yùn)行一遍,Perceptron在里面

0 回復(fù) 有任何疑惑可以回復(fù)我~
Perception應(yīng)改為?Perceptron


0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

Nikola451

perception not defined 換成 Perceptron也沒(méi)用是怎么回事請(qǐng)問(wèn)
2020-03-06 回復(fù) 有任何疑惑可以回復(fù)我~

參考視頻開(kāi)頭,補(bǔ)上相關(guān)代碼,發(fā)現(xiàn)前面很多錯(cuò)誤。

參考視頻開(kāi)始,在前面不上代碼:

ppn?=?Perception(eta=0.1,?n_iter=10)
ppn.fit(X,?Y)
plt.plot(range(1,?len(ppn.errors_)?+?1),?ppn.errors_,?marker='o')
plt.xlabel("Epochs")
plt.ylabel("error?count")
plt.show()

處理掉一些錯(cuò)誤:

1、感知器類(lèi)里面的 初始化函數(shù) 應(yīng)該是__init__,(寫(xiě)成了__int__)

2、類(lèi)里面初始化權(quán)重向量np.zeros,(寫(xiě)成了np.zero)

1 回復(fù) 有任何疑惑可以回復(fù)我~
#1

Nikola451

perception not defined 是怎么回事請(qǐng)問(wèn)
2020-03-06 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

沒(méi)有講ppn相關(guān)的內(nèi)容

我要回答 關(guān)注問(wèn)題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)