Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 342 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 342 Bytes

DNN_Transaltor

An English to French translator implemented using recurrent neural network training. The model is built by Keras and trained on the WMT dataset. Different models are experimented inlcudeing: one layer RNN(GRU), Embedding and GRU, Bidirectional GRU and Embedding with Bidirectional GRU.