Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soumik12345/neural-machine-translation

Tensorflow 2.0 implementation of Neural Machine Translation using Transformer Model
https://github.com/soumik12345/neural-machine-translation

attention-mechanism deep-learning deep-neural-networks machine-translation natural-language-processing natural-language-understanding self-attention tensorflow tensorflow2 transformer

Last synced: 16 days ago
JSON representation

Tensorflow 2.0 implementation of Neural Machine Translation using Transformer Model

Awesome Lists containing this project

README

        

# Neural Machine Translation

[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/attention-is-all-you-need/machine-translation-on-iwslt2015-english)](https://paperswithcode.com/sota/machine-translation-on-iwslt2015-english?p=attention-is-all-you-need)
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/attention-is-all-you-need/machine-translation-on-iwslt2015-german)](https://paperswithcode.com/sota/machine-translation-on-iwslt2015-german?p=attention-is-all-you-need)
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/attention-is-all-you-need/machine-translation-on-wmt2014-english-french)](https://paperswithcode.com/sota/machine-translation-on-wmt2014-english-french?p=attention-is-all-you-need)
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/attention-is-all-you-need/machine-translation-on-wmt2014-english-german)](https://paperswithcode.com/sota/machine-translation-on-wmt2014-english-german?p=attention-is-all-you-need)

Neural Machine Translation using Transformers in Tensorflow 2.0. Launch notebooks using [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/soumik12345/Neural-Machine-Translation/master?urlpath=https%3A%2F%2Fgithub.com%2Fsoumik12345%2FNeural-Machine-Translation%2Fblob%2Fmaster%2FNotebook.ipynb).

## Training Results

![](./assets/loss.png)

![](./assets/accuracy.png)