Skip to content

SubChange/ML-SDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Structural Damage Detection (SDD) using FCN

this project is based on tsai

This project tries to detect structural damages (stiffness reduce) of a four floor frame

Project tree

frame_data - matlab codes for data generation

frame_test.ipynb - Colab file for training and testing

For data to train FCN, please run matlab codes data_generation.m in frame_data folder.

Simulation

The four floor frame used is as the follow:

image-20210718231047152

Force was applied to the first floor using a half-sine wave with the period of 5.0sec, and the maximum force is 100N.

image-20210718231313161

Time histories analysis was implemented using newmark's $\beta$ method according to Modal Time History Analysis of Structuresby Tazarv et al. One of results is as folows:

image-20210718231744240

FCN

FCN is used to do the task of structural damage detection, which, in fact, is a multi-label classification problem based on time series. The artitecture of FCN is as follows according to Fawaz et al

image-20210718232029361

About

Structural Damage Detection (SDD) using FCN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published