is there any way to train a model to learn a matrix and all variables in it then generate same matrix

4 views (last 30 days)
actually, my supervisor told me to find a way to computer learn the matrix which I created for my thesis and the computer can make the same matrix with the same attitude as my matrix
anyone know how can I do this? deep learning? neural network? is there anyway, can somebody give me that way!?
I made my matrix in python with sympy

Answers (1)

Sam Chak
Sam Chak on 30 Nov 2022
The answer is generally yes, it is possible to train so long as it is a non-singular (invertible) matrix.
First, generate the data based on your desired Attitude Representation and Transformation Matrices.
Next, follow the examples in this article: Deep Learning in MATLAB.
Then, either export the Deep Learning network to TensorFlow, or export the network to ONNX model format.

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!