microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.52k stars 4.28k forks source link

On encoder-decoder implementation [Feature Request] #244

Closed ustctf-zz closed 8 years ago

ustctf-zz commented 8 years ago

I'm wondering where there're any CNTK implementations for the encoder-decoder framework widely adopted in quite a lot of NLP sequence learning tasks, e.g., statistical machine translation in this paper (Neural Machine Translation by Jointly Learning to Align and Translate). If not, are you planning to implement this?

Thanks, Fei

frankseide commented 8 years ago

We are working on it. I will commit a few core building blocks hopefully tomorrow (currently in branch fseide/pack), then there will be three missing pieces:

I plan to set up a simple example for letter-to-sound mapping (simpler than full-scale translation). Stay tuned.

ustctf-zz commented 8 years ago

Thanks! Looking forward to the feature release!

wolfma61 commented 8 years ago

assuming future push/commit will address this, for new issues please open a separat discussion