Recurrent Fuzzy Neural Network (RFNN) Library for Simulink

버전 1.3 (114 KB) 작성자: Ilias Konsoulas
Dynamic, Recurrent Fuzzy Neural Network (RFNN) for on-line Supervised Learning.
다운로드 수: 4.9K
업데이트 날짜: 2015/5/8

라이선스 보기

This is a collection of four different S-function implementations of the recurrent fuzzy neural network (RFNN) described in detail in [1]. It is a four-layer, neuro-fuzzy network trained exclusively by error backpropagation at layers 2 and 4. The network employs 4 sets of adjustable parameters. In Layer 2: mean[i,j], sigma[i,j] and Theta[i,j] and in Layer 4: Weights w4[m,j]. The network uses considerably less adjustable parameters than ANFIS/CANFIS and therefore, its training is generally faster. This makes it ideal for on-line learning/operation. Also, its approximating/mapping power is increased due to the employment of dynamic elements within Layer 2. Scatter-type and Grid-type methods are selected for input space partitioning.
[1] C.-H. Lee, C.-C. Teng, Identification and Control of Dynamic Systems Using Recurrent Fuzzy Neural Networks, IEEE Transactions on Fuzzy Systems, vol.8, No.4, pp.349-366, Aug. 2000.

인용 양식

Ilias Konsoulas (2024). Recurrent Fuzzy Neural Network (RFNN) Library for Simulink (https://www.mathworks.com/matlabcentral/fileexchange/43021-recurrent-fuzzy-neural-network-rfnn-library-for-simulink), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.3

I have killed some redundant variables and commands. The new s-functions are more concise and therefore, easily readable. Naturally, faster execution should come as a result.

1.2.0.0

Minor corrections in the description of this submission.

1.1.0.0

Added some details in the Description entru of this form.

1.0.0.0