Skip to content
View BBahtiri's full-sized avatar

Block or report BBahtiri

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bbahtiri/README.md

Hi there, I'm Betim (BBahtiri) πŸ‘‹

Dr.-Ing. | Computational Mechanics | AI in Engineering Science | PINNs, FEM, Data Science & Computer Vision πŸš€
Passionate about developing and applying advanced computational methods and AI to solve complex engineering and scientific challenges.

LinkedIn Google Scholar

πŸ› οΈ My Tech Stack & Expertise

Languages & Scripting:
Python C++ Fortran MATLAB
Machine Learning & AI:
TensorFlow PyTorch scikit-learn Keras Pandas NumPy OpenCV
Computational Science & Simulation:
FEM deal.II Abaqus PINNs UEL/UMAT Subroutines
Tools & Platforms:
Linux Git GitHub Docker HPC LaTeX

πŸš€ Highlighted Projects Details for each project can be expanded by clicking on them.

1. Hybrid ML-FEM Viscoelastic-Viscoplastic Damage Model (Published in CMAE)
  • Objective: Implemented a sophisticated finite element model combining traditional constitutive laws with LSTM neural networks to simulate complex material behavior in epoxy nanocomposites under cyclic loading, considering moisture and nanoparticle effects.
  • Tech Stack: C++, deal.II (FEM Library), Python (for ML aspects), MPI, CMake.
  • Key Contributions: Developed a hybrid ML-FEM framework for large deformation solid mechanics, integrated LSTM for computational acceleration, modeled multi-network viscoelastic-viscoplasticity with damage, and incorporated environmental effects.
  • Outcome/Impact: Created a robust model for simulating advanced material responses, published in Computer Methods in Applied Mechanics and Engineering. Showcased seamless switching between physics-based and ML models.
  • DOI: 10.1016/j.cma.2023.116293
  • Repository: [Link to Project Repository]
  • Rheological Model

2. Deep Learning-Based Thermodynamically Consistent Material Model (Published in CMAE)
  • Objective: Proposed a physics-informed deep learning (DL) constitutive model for epoxy composites that enforces thermodynamic principles, using experimental data to predict material behavior under diverse ambient conditions (temperature, moisture, nanoparticle volume fraction).
  • Tech Stack: Python, Deep Learning (LSTM, Feed-Forward Neural Networks), Experimental Data Analysis.
  • Key Contributions: Designed a DL architecture combining LSTM and FFNNs to predict internal variables and free-energy, ensuring thermodynamic consistency. Trained solely on experimental data to capture complex, nonlinear, temperature- and moisture-dependent responses.
  • Outcome/Impact: Developed a novel DL model capable of accurately predicting material behavior while adhering to thermodynamic laws, published in Computer Methods in Applied Mechanics and Engineering.
  • DOI: 10.1016/j.cma.2024.117038
  • Repository: [Link to Project Repository]
  • Thermodynamic Consistent DL Model Architecture

3. Crack Detection in Electromechanical Materials using U-Net (Computer Vision)
  • Objective: Applied deep learning (U-Net with ResNet backbones) for semantic segmentation of crack propagation in materials under electromechanical stress, analyzing phase-field and electrical potential patterns from FEM simulations.
  • Tech Stack: Python, TensorFlow, Keras, OpenCV, ABAQUS (for data generation).
  • Key Contributions: Implemented a multi-class semantic segmentation pipeline for pixel-level crack detection, utilized transfer learning, and automated hyperparameter tuning. Compared phase-field and electrical potential visualization methods.
  • Outcome/Impact: Achieved high precision (IoU > 0.95) in detecting and classifying cracks/defects, offering a significant improvement over traditional methods.
  • Repository: Computer-Vision-Crack-Detection
  • Crack Detection Example

4. Predictive Maintenance System for Manufacturing using machine learning
  • Objective: Developed a machine learning system to predict 5 different types of equipment failures (TWF, HDF, PWF, OSF, No Failure) in manufacturing environments using sensor data, enabling proactive maintenance.
  • Tech Stack: Python, Scikit-learn, XGBoost, Pandas, Matplotlib, Seaborn.
  • Key Contributions: Performed comprehensive EDA, extensive feature engineering, implemented multi-class classification models, and created a configurable pipeline with advanced visualizations. Utilized the AI4I 2020 Predictive Maintenance Dataset.
  • Outcome/Impact: Built a system achieving strong predictive performance across various failure types, providing a practical solution for reducing downtime in industrial settings.
  • Repository: Predictive_Maintenance
5. ABAQUS Multiphysics Diffusion UEL
  • Objective: Implemented a User Element (UEL) for ABAQUS to simulate coupled hydro-mechanical behavior of moisture diffusion in polymer materials, capturing stress-assisted transport mechanisms.
  • Tech Stack: Fortran, ABAQUS (UEL Development), MATLAB (for visualization).
  • Key Contributions: Developed a 20-node quadratic hexahedral UEL for multiphysics coupling (stress-assisted diffusion), enabling monolithic solution of mechanical and diffusion fields. Provided MATLAB tools for post-processing.
  • Outcome/Impact: Created a flexible tool for advanced simulation of moisture diffusion in polymers under mechanical stress, applicable to aerospace, marine, and electronics industries.
  • Repository: ABAQUS-Multiphysics-Diffusion-UEL

πŸ“Š My GitHub Stats

BBahtiri's GitHub stats Top Languages

GitHub Streak

πŸ“ˆ Contribution Graph

BBahtiri's Contribution Graph

πŸ“« How to Reach Me

  • Email: betimbahtiri@outlook.de
  • LinkedIn: Dr.-Ing. Betim Bahtiri
  • Feel free to open an issue on any of my repositories if you have questions or want to collaborate!
  • The projects are not related to my current employer !

Thanks for stopping by! Connect with me to explore collaborations and innovative ideas.

Popular repositories Loading

  1. Deep-Learning-Constitutive-Model Deep-Learning-Constitutive-Model Public

    A physics-informed deep learning (DL)-based constitutive model for investigating epoxy based composites under different ambient conditions.

    Python 14 4

  2. LSTM-Assisted-Viscoelastic-Viscoplastic-Model-FEM LSTM-Assisted-Viscoelastic-Viscoplastic-Model-FEM Public

    A finite element implementation of a viscoelastic viscoplastic constitutive model using the deal.ii library with the option to include a pretrained Deep-Learning model

    C++ 9 5

  3. ABAQUS-Multiphysics-Diffusion-UEL ABAQUS-Multiphysics-Diffusion-UEL Public

    Coupled multiphysics finite element implementation for moisture diffusion in epoxy materials with stress-assisted transport

    Fortran 4 1

  4. PINN_Solid-Mechanics-DogBone-Specimen PINN_Solid-Mechanics-DogBone-Specimen Public

    Physics Informed Deep Learning model for solid mechanics

    Python 3

  5. Space-Filling-Algorithm-Data-Generation-Technique Space-Filling-Algorithm-Data-Generation-Technique Public

    A space-filling procedure to generate data from a constitutive model (viscoelastic-viscoplastic-damage) including moisture, strain rate, and nanoparticle volume fraction dependency.

    MATLAB 2 2

  6. Variational-Physics-Informed-Neural-Network-Linear-Elasticity Variational-Physics-Informed-Neural-Network-Linear-Elasticity Public

    Variational Physics-Informed Neural Network (VPINN) for 2D Linear Elasticity

    Python 2