How to train selforgmap with trajectories?

조회 수: 1 (최근 30일)
Kordian Skop
Kordian Skop 2021년 9월 3일
편집: Yash 2024년 2월 20일
I have a data with trajectories(x,y points) of moving people and i want to classify trajectories if its normal or unusual behavior using SOM but i dont know how to do it and i cant find any similar examples of this problem.Don't know even how to set input as both files with X and Y points.

답변 (1개)

Yash
Yash 2024년 2월 20일
편집: Yash 2024년 2월 20일
Hi,
To train a selforgmap with trajectories, you need to reshape your trajectory data into a suitable format for training. The selforgmap function in MATLAB's Deep Learning Toolbox is designed for vector data, so the trajectory data is required to be reshaped into a cell array of sequences, this can be done using the con2seq function. Each sequence will then represent a trajectory, where each element of the sequence corresponds to a time step.
To know more about the selforgmap and con2seq functions, you can refer to the documentations here:
  1. https://in.mathworks.com/help/deeplearning/ref/selforgmap.html
  2. https://in.mathworks.com/help/deeplearning/ref/con2seq.html
Hope this helps

카테고리

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

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by