【发布时间】:2011-03-29 13:15:49
【问题描述】:
我想知道神经网络是否有可能在我想要的矩阵上进行操作:
A(i)=matrix(10,10) -> B(i)=matrix(10,10)
input = vector of matrices, i = sample size
output = vector of matrices
假设我想猜测一个矩阵运算将矩阵转换为另一个矩阵即
f(A(i,j))=2*A(i,j)*b
Matlab 不接受 NNtool 中维度 >2 的数组
有什么想法吗?
谢谢
【问题讨论】:
-
我真的不认为我完全理解你在寻找什么,但听起来你可能想先尝试优化工具箱。
标签: matlab matrix neural-network