Xhosa language modelling using feedforward neural networks. Built as a term project for a Master's course in natural language processing.
# Language Modelling with Feedforward Neural Networks
## Set-Up
The project code (nlp_feedforward_nn.ipynb) can be opened, viewed and executed using Google Colab.
## Execution
This project can be run in Google Colab following this process:
1. Go to Runtime > Change Runtime Type > GPU
2. Execute every code block in sequence.