Machine Learning

Machine Learning代写 实现上图encoder-decoder框架构成的机器翻译模型:

要求模型可以完成基本的翻译功能:例如:输入hello 输出 你好

要求: 使用深度学习框架keras完成,可以使用开源代码,但要注明

Machine Learning代写
Machine Learning代写

实现上图encoder-decoder框架构成的机器翻译模型:

要求模型可以完成基本的翻译功能:例如:输入hello 输出 你好

要求: Machine Learning代写

  1. 使用深度学习框架keras完成,可以使用开源代码,但要注明
  2. 给出测试结果,样例输入输出展示
  3. 如果以上功能有问题,就仅实现其中的attention机制(keras或者python实现,给出说明),该机制要求实现“Neural Machine Translation by Jointly Learning to Align and Translate keras implement”文章的attention