Learning deep learning (project 4, language translation)

27 sec read

In this project, I built a neural network for machine translation (English -> French).  I built and trained a sequence to sequence model on a dataset of English and French sentences that can translate new sentences from English to French. The model was trained on my own laptop with a Nvidia M1200 GPU. In the end, we reached ~95% accuracy. And here is an example of the translation:

Input

English Words: [‘he’, ‘saw’, ‘a’, ‘old’, ‘yellow’, ‘truck’, ‘.’]

Prediction

French Words: [‘il’, ‘a’, ‘vu’, ‘un’, ‘vieux’, ‘camion’, ‘jaune’, ‘.’, ‘<EOS>’]

As I do not know French, I checked Google Translate and it looks like the translation is pretty good.

The full project with code can be found here:
dlnd_language_translation.html



写作助手,把中式英语变成专业英文


Want to receive new post notification? 有新文章通知我

100 Pieces of AI Artwork

Xu Cui
0 sec read

xjview 10.0 released

xjView is a viewing program to visualize fMRI images. It can also be used to visualize fNIRS data if you convert the fNIRS activation data to a brain image. Today, we released version 10.0. The main updates are: The AAL version is updated to AAL3v1 I
Xu Cui
14 sec read

采用基于频率簇(Cluster)的置换检验(Permutation)方法选取感兴趣频段

作者:北京师范大学 龙宇航,[email protected]代码来源(见本页底部):周思远 在使用wtc计算脑间神经同步后,我们需要在多个频率段、多个通道组合上对神经同步值进行统计检验,因
Xu Cui
1 min read

Leave a Reply

Your email address will not be published. Required fields are marked *