In MATLAB neural network toolbox, with tapped delay, how are the weights arranged?
2 次查看(过去 30 天)
显示 更早的评论
The help file for IW in Neural Net says: It has as many columns as the product of the input size with the number of delays associated with the weight: net.inputs{j}.size * length(net.inputWeights{i,j}.delays)
However it does not mention the order of the weights. If my delays are 1:4, what would be the index of weight corresponding to input i at time t-1?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!