フィルターのクリア

data type: matrix 8 double

1 回表示 (過去 30 日間)
KATHE GUERRERO
KATHE GUERRERO 2022 年 7 月 21 日
回答済み: Shubham 2023 年 9 月 13 日
Buen día, este es el resultado del número de operaciones de una red neuronal, alguien por favor podría explicarme que significa matrix 8 double o ¿Cómo interpretar estos resultados?. Muchas gracias
  1 件のコメント
Gowtham
Gowtham 2023 年 9 月 11 日
Hola Kathe, para entender el problema más claramente, ¿podrías proporcionar más información sobre el contexto y dónde exactamente lo has usado?

サインインしてコメントする。

回答 (1 件)

Shubham
Shubham 2023 年 9 月 13 日
Respondo a su pregunta en inglés. Por favor, echa un vistazo a la respuesta a continuación.
I understand that your neural network produced an output of “matrix 8 double” and you want to know what it represents.
The “matrix 8 double in MATLAB represents a matrix of size 8-by-8.
In MATLAB, a simple matrix of size 8-by-8 containing double precision numbers can be created using the following code:
matrix = rand(8);
Hope this helps!

Community Treasure Hunt

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

Start Hunting!