How is multiclass classification and finding accuracy using ANN from the extracted features done?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have 5 class of images, in each class I have 5 images. I have extracted features using LBP(Local Binary Pattern) and I need to classify and find accuracy of it using ANN from the extracted features .Guide me please if possible with a code?
a=importdata('lbpextracted_features_of_25_images.mat ');
label=[1 1 1 1 1 2 2 2 2 2 3 3 3 3 3 4 4 4 4 4 5 5 5 5 5]
In the features.mat files extracted features of 25 images are there and it has 5 differerent class and each class contains 5 element, now taking 4 images from each class I need to train using ANN and the remaining must use as test and find the accuracy.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!