作者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/cn.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