firstly my fuzzy system is based on 5 image features dental x-ray images, consisting of 120 preapical images. features are described as below:
1-Entropy, Edge-Value, and Intensity: [30:55]
2-Local Binary Patterns - LBP: [140:160]
3-Red-Green-Blue - RGB: [82:140]
4-Gradient Feature: [0.3:0.45]
5-Patch Level Feature: [0.01:0.33]
output range: [1:5]
based on the article:
Article Dental Diagnosis from X-Ray Images using Fuzzy Rule-Based Systems
I achieved the membership function parameters of my fuzzy system (the number of my parameters to optimize were 48).
then created a cost function to optimize the values in order to minimize the Errors. but it gained a poor accuracy (about 13%) and a great number of MAE and MSE (MAE=1.27 and MSE= 2.22).
Is there a better.
Do you know a better way to optimize my system?
my programming software: MATLAB2019