[問題] Neural Network中的delta-rule algorithm

看板Python作者 (sariel)時間11年前 (2014/06/10 16:37), 11年前編輯推噓0(002)
留言2則, 1人參與, 最新討論串1/2 (看更多)
想請問一下 我現在有一個表: 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://www.ptt.cc/bbs/Python/M.1402389478.A.077.html ※ 編輯: sariel0322 (120.126.36.171), 06/10/2014 17:01:29

06/10 17:55, , 1F
用MDP或是Oger toolbox做
06/10 17:55, 1F

06/10 17:55, , 2F
文章代碼(AID): #1JbiFc1t (Python)
文章代碼(AID): #1JbiFc1t (Python)