Evaluate a hybrid deep learning model
12 ビュー (過去 30 日間)
古いコメントを表示
Juliana Qiu Ann Ho
2020 年 2 月 18 日
回答済み: Sai Bhargav Avula
2020 年 3 月 26 日
Hi, I'm currently doing a project using CNN as features extractor and train an SVM to classify the features extracted. The confusion I'm currently having now is I do not know how to determine whether the model is undertraining, overtraining or having generalisation problem. The example i was referring uses confusion matrix to evaluate the classifier but is that sufficient to tell the user that the model is accurate and it does not have the problems mentioned? Is there any other ways to validate the model?
0 件のコメント
採用された回答
Sai Bhargav Avula
2020 年 3 月 26 日
Hi,
A confusion matrix is a table that is often used to describe the performance of a classification model (or “classifier”) on a set of test data for which the true values are known. Using this you can evaluate the accuracy, precision and recall which are the metrics for any classification model.
Hope this helps!
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で AI for Signals についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!