Skip to content

Commit 30ae18b

Browse files
authored
Create Readme.md
1 parent a3e77ae commit 30ae18b

File tree

1 file changed

+9
-0
lines changed
  • Chapter-wise code/Code - PyTorch/6. Natural-Language-Processing/6. Machine Translation/NMT-Basic

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Machine Translation using Basic Linear Algebra
2+
3+
## Algorithm
4+
5+
### Generate French and English Word Embedding
6+
7+
Here, we have 3 given parameters:
8+
1. `en_embeddings`: English words and their corresponding embeddings.
9+
<img src="./images/en_embeddings.png"></img>

0 commit comments

Comments
 (0)