video classification using svm
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Walter Roberson
2012 年 2 月 14 日
svm would not care what the origin of the data was, so you should be able to use regular svm techniques.
採用された回答
Kenta
2020 年 3 月 31 日
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).
0 件のコメント
その他の回答 (1 件)
Thijs
2012 年 2 月 14 日
if you have the bioinformatic toolbox you can use svmtrain to train your classifier and svmclassify to classify it.
参考
カテゴリ
Help Center および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!