Custom Deep Learning Layer

조회 수: 6 (최근 30일)
Abolfazl Nejatian
Abolfazl Nejatian 2022년 6월 20일
i need to implement a hybrid model of CNN and Fuzzy.
the approach is simple. by changing the last layers of the Convolutional Neural Network, exactly before the fully connected layer.
here is the structure of the proposed network
https://drive.google.com/file/d/1sq4IylLz16FBzzsXPR-Ju2F7YvQapUtD/view?usp=sharing
I have implemented CNN part but I had some troubles in the implementation of the new layer(Fuzzy Classification) in Matlab.
i had two fuzzy layers,
the first one is the FuzzyTrainingLayer which need (x,y) to train a fuzzy system.
and the second fuzzy layer is the FuzzyClasificationLayer which need the output z from FuzzyTrainingLayer(prevoiuse layer)
i have some trouble on the implementation. the first one is, how to train a fuzzy during the the main training process
the second question is how to call y(target) as well as x(from previous layer in the FuzzyTrainingLayer.
thanks in advance for your answer.(GPU_@Joss)

답변 (0개)

카테고리

Help CenterFile Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by