Adaptive Neuro-Fuzzy Inference Systems (ANFIS) Library for Simulink

버전 1.30 (759 KB) 작성자: Ilias Konsoulas
This Simulink library contains six ANFIS/CANFIS system variations.
다운로드 수: 12.3K
업데이트 날짜: 2015/5/1

라이선스 보기

This library is for those who want to use the ANFIS/CANFIS system in the Simulink environment. Each model is implemented for training and operation in a sample-by-sample, on-line mode. For details see the included release notes. The main reference used to develop all the ANFIS/CANFIS models is:
Neuro-Fuzzy and Soft Computing: A Computational Approach to Learning and Machine Intelligence, Jyh-Shing Roger Jang, Chuen-Tsai Sun, Eiji Mizutani. Prentice Hall, Sept. 1997.

인용 양식

Ilias Konsoulas (2024). Adaptive Neuro-Fuzzy Inference Systems (ANFIS) Library for Simulink (https://www.mathworks.com/matlabcentral/fileexchange/36098-adaptive-neuro-fuzzy-inference-systems-anfis-library-for-simulink), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

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

Killed some redundant variables and commands in s-function scripts. Added some new comments. Also introduced use of "if any(logical_condition)" loops instead of "if ~isempty(logical_condition) which should be a bit faster.

1.29.0.0

Improved S-function syntax. Also killed a small bug. Updated library should run a bit faster.

1.28.0.0

Fixed a bug in anfisim_scatter.m that prevented run with a single input. All models were tested for single input run successfully.

1.27.0.0

Introduced the method of gradient consistency checking. This assures the correctness of your backprop implementation. I also provided .m scripts that perform gradient checking to all (C)ANFIS functions of this library.

1.26.0.0

In the latest version of the users guide, I have included a new section describing how to make the demos runnable on your computer and briefly outlining what each demo is about.

1.4.0.0

OK, I corrected the name of the library file from NFA.mdl to NFA_matlab.mdl in order to make demos runnable.

1.3.0.0

Minor code changes, better comments and NFA User Guide corrections.

1.1.0.0

I have updated only the following form entries: a)Description, b)Tags c) Acknowledgement of other submissions.

1.0.0.0