video classification using svm

I extracted features from some short video files and saved each of them in separate 3d matrices. Now, how can I use SVM as classifier?

2 Commenti

svm would not care what the origin of the data was, so you should be able to use regular svm techniques.
shab shekan
shab shekan il 15 Feb 2012
Could you please explain regular svm techniques?
what's your suggestion?

Accedi per commentare.

 Risposta accettata

Kenta
Kenta il 31 Mar 2020

1 voto

One option is to use CNN and LSTM.
The demo below is for video classification using machine/deep leaning method. It depends, but I think you can get better result with LSTM (Long Short Term Memory).
The image features were extracted via a pre-trained network and the time-series features were classified using LSTM (Long Short Term Memory).

Più risposte (1)

Thijs
Thijs il 14 Feb 2012

0 voti

if you have the bioinformatic toolbox you can use svmtrain to train your classifier and svmclassify to classify it.

1 Commento

shab shekan
shab shekan il 14 Feb 2012
thank you. I knew that commands and i used them before. but now, svmclassify give me no answer in plot.
so i think i didn't set svm properly with this data structure that explained before.

Accedi per commentare.

Categorie

Scopri di più su Statistics and Machine Learning Toolbox in Centro assistenza e File Exchange

Richiesto:

il 14 Feb 2012

Risposto:

il 31 Mar 2020

Community Treasure Hunt

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

Start Hunting!

Translated by