- https://www.mathworks.com/discovery/neural-network.html#:~:text=It%20consists%20of%20an%20input,neurons%20interconnect%20the%20different%20layers.
- https://www.mathworks.com/matlabcentral/answers/63738-how-to-train-feedforward-network-to-solve-xor-function
Info
此问题已关闭。 请重新打开它进行编辑或回答。
how to do neuronal netwroks by 2 Matrix
1 次查看(过去 30 天)
显示 更早的评论
I have 2 Matrix, for example
Matrix A ={a1 b1 c1; a2 b2 c2; a3 b3 c3}
Matrix B={x1 y1 z1 m1 n1; x2 y2 z2 m2 n2; x3 y3 z3 m3 n3 }
there must some relationships zwischen Matrix A and B, linear or unlinear, but i don't yet.
How kann i use neuronal netwroks or deeplearning this unkonw relationships to find?
which function should i use?
Thankyou very very much for your time!
0 个评论
回答(1 个)
Prabhan Purwar
2020-8-28
Hi,
Neural Networks are used to find a relationship between the input and output arguments in laymen's terms. For more information upon using the Neural Network kindly go through the following links explaining the basics of Neural Network and Its implementation as XOR gate.
Hope it helps!!
Thanks.
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!