Explainable AI (XAI) Hybrid CNN-LSTM with Attention
Jan 1, 2023
ยท
1 min read

๐ฌ Project Overview
The primary purpose of this script is to build, train, evaluate, and explain a hybrid deep learning model for a classification task. The model combines Convolutional Neural Networks (CNNs), Long Short-Term Memory networks (LSTMs), and an Attention mechanism.
โ๏ธ Technical Details
- SHAP (SHapley Additive exPlanations) Analysis
- Grad-CAM (Gradient-weighted Class Activation Mapping)
- Attention Weights Visualization
(For full source code, pin configurations, and implementation details, please view the GitHub repository using the button above).