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

4 vues (au cours des 30 derniers jours)
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

Réponses (1)

Sam Chak
Sam Chak le 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.

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by