作者sariel0322 (sariel)
看板Python
標題[問題] Neural Network中的delta-learning algorithm
時間Tue Jun 10 16:37:56 2014
想請問一下
我現在有一個表:
input1 input2 output
-1 1 1
0 0 1
1 -1 1
1 0 0
0 1 0
希望能用delta-learning algorithm 以 iteration的方式
來得到final vector of weight factor
如果用python來寫的話,大概要怎麼寫?
在網路上搜尋了很久,找到的幾乎都是用matlab來做
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 120.126.36.171
※ 文章網址: http://webptt.com/m.aspx?n=bbs/Python/M.1402389478.A.077.html
※ 編輯: sariel0322 (120.126.36.171), 06/10/2014 17:01:29
1F:→ gozule:用MDP或是Oger toolbox做 06/10 17:55