How to utilize dropout to an anfis in MatLab

1 view (last 30 days)
I would like to introduce the 'dropout' technique in an anfis to address overfitting. However, I did not find any argument or function could implement it in MatLab. Does someone know how to implement it?

Accepted Answer

Sam Chak
Sam Chak on 2 Jul 2022
Perhaps you can copy the source code from here
edit anfis
and then paste the anfis code to a new script, where you can introduce the Dropout Regularization technique in the new code.

More Answers (0)

Categories

Find more on Fuzzy Logic Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!