Methoden vergleichen
Prüfen Sie die ausgewählten Methoden nebeneinander; abweichende Zeilen sind hervorgehoben.
| Erklärbares Multilayer Perceptron× | Erklärbare LSTM× | |
|---|---|---|
| Fachgebiet | Deep Learning | Deep Learning |
| Familie | Machine learning | Machine learning |
| Entstehungsjahr≠ | 2010s–present | 2017–2019 |
| Urheber≠ | Lundberg & Lee (SHAP); Ribeiro et al. (LIME); broader XAI community | Lundberg & Lee (SHAP); Ribeiro et al. (LIME); community synthesis |
| Typ≠ | Supervised feedforward neural network with interpretability layer | Interpretable deep learning (post-hoc explainability) |
| Wegweisende Quelle | Lundberg, S. M., & Lee, S.-I. (2017). A unified approach to interpreting model predictions. Advances in Neural Information Processing Systems, 30, 4765–4774. link ↗ | Lundberg, S. M., & Lee, S.-I. (2017). A unified approach to interpreting model predictions. Advances in Neural Information Processing Systems, 30, 4765–4774. link ↗ |
| Aliasnamen | XMLP, Interpretable MLP, Explainable feedforward neural network, Transparent MLP | XAI-LSTM, interpretable LSTM, LSTM with SHAP, transparent LSTM |
| Verwandt≠ | 4 | 5 |
| Zusammenfassung≠ | An Explainable Multilayer Perceptron (XMLP) is a standard feedforward neural network trained with backpropagation, augmented with post-hoc interpretability techniques — such as SHAP values, LIME, or integrated gradients — that attribute each prediction to individual input features. The combination retains the MLP's approximation power while satisfying transparency requirements common in regulated or high-stakes domains. | Explainable LSTM pairs a trained Long Short-Term Memory network with post-hoc interpretability techniques — chiefly SHAP, LIME, integrated gradients, or attention visualization — to reveal which time steps, tokens, or features drive each prediction. It bridges the accuracy of recurrent deep learning with the transparency demanded by high-stakes domains such as clinical decision support, fraud detection, and regulatory compliance. |
| ScholarGateDatensatz ↗ |
|
|