This repository contains coding exercises for Imperial's NLP module: Module 4: Machine Translation.
There are 2 folders of interest in this repo:
- vanilla_birnn
- attn_birnn
There are missing lines for students to fill in in both folders. All lines that students are expected to fill in are preceded by a comment starting with # >
.
You may use this repo in one of 2 ways:
- Clone the repo and use as normal on your machine
- Use GitHub Codespaces to open the repo (now you can code on an iPad!):
Follow these steps to open this repo in a Codespace:
- Click the Code drop-down menu.
- Click on the Codespaces tab.
- Click Create codespace on main .