sampleInput =
2.1053 -4.8512 4.6223 0.9665 1.0000
hiddenWeights =
-0.6342 -0.2089 0.4533 -0.6182 -0.3663
-0.9465 -1.0770 -0.2668 0.7077 -1.1656
0.0936 -0.2853 -0.1408 0.6193 -0.5481
1.4253 0.3770 -0.6710 0.1069 0.0310
我希望結果是隱藏的權重,每列等於上一列* 2.1053。所以hiddenWeights的第一列是:將矩陣中的每列乘以向量中的列乘以
2.1053 * -0.6342
2.1053 * -0.9464
etc.
所以做了什麼,我建議幫助? – rayryeng
嗨,我們的答案也有幫助嗎? [如何接受一個答案的工作?](http://meta.stackexchange.com/questions/5234/how-does-accepting-an-answer-work) – rayryeng