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

4 ビュー (過去 30 日間)
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

回答 (1 件)

Sam Chak
Sam Chak 2022 年 11 月 30 日
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.

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by