Borrar filtros
Borrar filtros

Problem with create net network

1 visualización (últimos 30 días)
Radoslaw Godlewski
Radoslaw Godlewski el 3 de Sept. de 2022
Comentada: Radoslaw Godlewski el 12 de Sept. de 2022
Hi all,
I have a liitle problem with creating my train data to trainNetrwok. I have much files which is build with data position, velocity, acceleration( x,y,z,vx,vy,vz,ax,ay, az). I crated also a columns with datas matching when my quadrocopter is flying and when is falling. My goal is get the moment when my quadracopter is falling. How can I create my network with data and output like : 'fly' and 'fall'.
In addition, I crated a network with my data but xtrain is a cells with data and ytrain is a categorical with fly and fall but network show generalized classyfication, not moment when my quadrocopter is falling.
Thanks for help :)

Respuestas (1)

Siddhant Shenoy
Siddhant Shenoy el 7 de Sept. de 2022
From your description I believe you are trying to train a model on a timeseries of sensor data points and you wish to get a binary classification of "fly" or "fall" representing "pass" and "fail" for your quadcopter respectively. You may be facing issues with one of the following:
  • The way the training data is being fed into the trainNetwork function, or
  • The network's last layer, or
  • Post-processing of the network outputs
More information is needed here. I would recommend creating a case and describing the issue to our Tech Support team for correct next steps. You can create a case with them here:
  1 comentario
Radoslaw Godlewski
Radoslaw Godlewski el 12 de Sept. de 2022
case create,
thanks for your advance :)

Iniciar sesión para comentar.

Categorías

Más información sobre UAV en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by