Files
thesis/README.md
Rifqi D. Panuluh d151062115 Add Working Milestone with Initial Results and Model Inference (#82)
* wip: add function to create stratified train-test split from STFT data

* feat(src): implement working function for dataset B to create ready data from STFT files stft_files and add setup.py for package configuration

* feat(notebook): Update variable names for clarity, remove unused imports, and streamline data processing. Implement data concatenation using pandas concat for efficiency. Add validation steps for Dataset B and improve model training consistency across sensors.

* fix(.gitignore): add rule to ignore egg-info directories and ensure proper formatting

* docs(README): add instructions for running stft.ipynb notebook

* feat(notebook): Add evaluation metrics and confusion matrix visualizations for model predictions on Dataset B. Remove commented-out code and integrate data preparation using create_ready_data function.

---------

Co-authored-by: nuluh <dam.ar@outlook.com>
2025-05-24 01:30:10 +07:00

1.3 KiB

Summary

This repository contains the work related to my thesis, which focuses on damage localization prediction. The research explores the application of machine learning techniques to structural health monitoring.

Note: This repository does not contain the secondary data used in the analysis. The code is designed to work with data from the QUGS (Qatar University Grandstand Simulator) dataset, which is not included here.

The repository is private and access is restricted only to those who have been given explicit permission by the owner. Access is provided solely for the purpose of brief review or seeking technical guidance.

Restrictions

  • No Derivative Works or Cloning: Any form of copying, cloning, or creating derivative works based on this repository is strictly prohibited.
  • Limited Access: Use beyond brief review or collaboration is not allowed without prior permission from the owner.

All contents of this repository, including the thesis idea, code, and associated data, are copyrighted © 2024 by Rifqi Panuluh. Unauthorized use or duplication is prohibited.

LICENSE

How to Run stft.ipynb

  1. run pip install -e . in root project first
  2. run the notebook