Classifying images using neural networks?

조회 수: 4 (최근 30일)
Shravanthi
Shravanthi 2014년 2월 12일
답변: Krishna 2024년 11월 5일 5:47
I've used the RBF network for image recognition. How do i know that the trained network has correctly classified/recognized the images?

답변 (1개)

Krishna
Krishna 2024년 11월 5일 5:47
Hi Shravanthi,
I understand that you have used Radial Basis Function (RBF) network for image classification and you want to know how to evaluate your detector.
To determine if your trained RBF network has correctly recognized images, start by evaluating its accuracy using a confusion matrix, which highlights correct and incorrect classifications for each class, and calculating the overall accuracy. For more nuanced insights, especially in cases of class imbalance, assess the network’s precision, recall, and F1-score, which respectively measure the accuracy of positive predictions, the model’s ability to capture all relevant instances, and the balance between precision and recall. For binary classifications, you can also use the ROC curve and its Area Under the Curve (AUC) to understand the model’s performance at various thresholds.
Please go through the following example to learn more on how to evaluate a image classifier,
Also please go through the following documentation to learn more regarding how to properly post in MATLAB answer to get quick reply,
Hope this helps.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by