Machine learningDeep learning / NLP / CV
半监督门控循环单元 (Semi-supervised GRU)
半监督门控循环单元 (Semi-supervised GRU) 将门控循环单元 (GRU) 架构应用于仅有少量序列数据被标记的情境。通过在海量的未标记序列上进行预训练或联合训练——利用语言建模、自编码或一致性正则化——然后再对标记样本进行微调,该模型能够利用整个语料库学习比仅监督训练更丰富的序列表示。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Dai, A. M., & Le, Q. V. (2015). Semi-supervised Sequence Learning. Advances in Neural Information Processing Systems (NeurIPS), 28. link ↗
- Cho, K., van Merrienboer, B., Gulcehre, C., Bahdanau, D., Bougares, F., Schwenk, H., & Bengio, Y. (2014). Learning Phrase Representations using RNN Encoder-Decoder for Statistical Machine Translation. EMNLP 2014. link ↗
如何引用本页
ScholarGate. (2026, June 3). Semi-supervised Gated Recurrent Unit. ScholarGate. https://scholargate.app/zh/deep-learning/semi-supervised-gru
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.
- 门控循环单元 (GRU)深度学习↔ compare
- 长短期记忆网络(LSTM)深度学习↔ compare
- 自监督 GRU深度学习↔ compare
- 半监督长短期记忆网络 (Semi-supervised LSTM)深度学习↔ compare
- 半监督式 Transformer深度学习↔ compare