Shortest path using Artificial Neural Networks
古いコメントを表示
I am working on my Master Thesis
My equations are of form Ax=b
Inputs: For every A (mxn matrix) there are different b vectors
Outputs: For every b we have x vector and a scalar
Example
Input....................: Outputs
A(mxn); b1 (mx1): x1[vector], +a1
A(mxn); b2 (mx1): x2[vector], +a2
A(mxn); b3 (mx1): x3[vector], +a3
.................................
.................................
.................................
B(lxk); c1 (lx1): y1[vector], +d1
B(lxk); c2 (lx1): y2[vector], +d2
B(lxk); c3 (lx1): y3[vector], +d3
.................................
.................................
I want to train these set with neural networks and see if i am getting valid output vector and scalar for every other given Matrix H (*x*) and vector e(*x1) belongs to the same kind of problem.
Any Help would be appreciated. Thank you!
Best Regards, Veeranki
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!