Compara mètodes
Revisa els mètodes seleccionats l'un al costat de l'altre; les files que difereixen es ressalten.
| Perceptró Multicapa Explicable× | LSTM explicable× | |
|---|---|---|
| Camp | Aprenentatge profund | Aprenentatge profund |
| Família | Machine learning | Machine learning |
| Any d'origen≠ | 2010s–present | 2017–2019 |
| Autor original≠ | Lundberg & Lee (SHAP); Ribeiro et al. (LIME); broader XAI community | Lundberg & Lee (SHAP); Ribeiro et al. (LIME); community synthesis |
| Tipus≠ | Supervised feedforward neural network with interpretability layer | Interpretable deep learning (post-hoc explainability) |
| Font seminal | 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 ↗ |
| Àlies | XMLP, Interpretable MLP, Explainable feedforward neural network, Transparent MLP | XAI-LSTM, interpretable LSTM, LSTM with SHAP, transparent LSTM |
| Relacionats≠ | 4 | 5 |
| Resum≠ | 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. |
| ScholarGateConjunt de dades ↗ |
|
|