필터 지우기
필터 지우기

Problem with create net network

조회 수: 1 (최근 30일)
Radoslaw Godlewski
Radoslaw Godlewski 2022년 9월 3일
댓글: Radoslaw Godlewski 2022년 9월 12일
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 :)

답변 (1개)

Siddhant Shenoy
Siddhant Shenoy 2022년 9월 7일
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
Radoslaw Godlewski
Radoslaw Godlewski 2022년 9월 12일
case create,
thanks for your advance :)

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 UAV에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by