Machine learningDeep learning / NLP / CV
可解释长短期记忆网络
可解释长短期记忆网络(Explainable LSTM)将训练好的长短期记忆网络(Long Short-Term Memory network)与事后可解释性技术相结合——主要是SHAP、LIME、集成梯度(integrated gradients)或注意力可视化——以揭示哪些时间步、词元或特征驱动了每次预测。它将循环深度学习的准确性与临床决策支持、欺诈检测和法规遵从等高风险领域所需的透明度结合起来。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Lundberg, S. M., & Lee, S.-I. (2017). A unified approach to interpreting model predictions. Advances in Neural Information Processing Systems, 30, 4765–4774. link ↗
- Ribeiro, M. T., Singh, S., & Guestrin, C. (2016). "Why should I trust you?": Explaining the predictions of any classifier. Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 1135–1144. DOI: 10.1145/2939672.2939778 ↗
如何引用本页
ScholarGate. (2026, June 3). Explainable Long Short-Term Memory Network. ScholarGate. https://scholargate.app/zh/deep-learning/explainable-lstm
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 可解释的BERT分类深度学习↔ compare
- 可解释门控循环单元 (Explainable GRU)深度学习↔ compare
- 可解释循环神经网络深度学习↔ compare
- 可解释 Transformer深度学习↔ compare
- 长短期记忆网络(LSTM)深度学习↔ compare