编程语言
首页 > 编程语言> > 人机对话seq2seq+attention_CodingPark编程公园

人机对话seq2seq+attention_CodingPark编程公园

作者:互联网

人机对话

在这里插入图片描述

概述

我做过的这种生成式的项目有两个
在这里插入图片描述
在这里插入图片描述
**人机对话(智能问答)分为问(encoder)答(decoder)**两个阶段

seq2seq+attention

标签:生成式,attention,seq2seq,人机对话,decoder,CodingPark
来源: https://blog.csdn.net/weixin_38411989/article/details/111588468