Nonlinear System Identification using ANN

버전 1.0.4 (8.97 KB) 작성자: Ayad Al-Rumaithi
Nonlinear system identification using artificial neural network example
다운로드 수: 42
업데이트 날짜: 2023/7/3

라이선스 보기

This example file (Example.m) performs system identification using artificial neural network (ANN) on the nonlinear dynamic behaviour of a two dimensional frame. The output of the two dimensional frame was generated using Two Dimensional Frame Nonlinear Dynamic Solver:
https://www.mathworks.com/matlabcentral/fileexchange/111825-two-dimensional-frame-nonlinear-dynamic-solver
The fourteen necessary files of that solver are already uploaded in this submission.
The neural network consist of the following layers:
-Input layer: 1 node for the force at the current step, 4 nodes for the displacement at the previous four steps, and 4 nodes for the base shear at the previous four steps using open-loop feedback.
-Hidden layer: 4 nodes for four inner states.
-Output layer: 1 node for the displacement and 1 node for the base shear.
After training and getting the predicted output, the network was converted to closed-loop network and trained again (closed-loop networks uses predicted feedback from previous step instead of actual feedback). The predicted output from open-loop and closed-loop networks was compared with the actual output in two figures.

인용 양식

Ayad Al-Rumaithi (2024). Nonlinear System Identification using ANN (https://www.mathworks.com/matlabcentral/fileexchange/131873-nonlinear-system-identification-using-ann), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

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

description

1.0.3

description

1.0.2

figure

1.0.1

units and description

1.0.0