This is a list of all of my assignments that I created during phase 2 of the GDG Cloud Edmonton Machine Learning Bootcamp 2021
To easily navigate through all of the different sections
A list of all of my assignments that I developed during phase 2 of the GDG Cloud Edmonton Machine Learning Bootcamp 2021. All were made using python on Google Colab and relied heavily on Natural Language Toolkit (NLTK) and other libraries.
- Week 3: Named Entity Recognition with BERT
- Week 4: Fine-tuned BERT Question-Answering Machine
- Python
- nltk
- Collections
- Utils
- Numpy
- Matplotlib
- and more...
Make sure the nltk library is on version 3.5 to ensure all the values and output are correct!
Run this line of code at the beginning of the notebook to install:
!pip install nltk==3.5Run this to make sure that it is the correct version:
nltk.__version__To run the notebook, you must download the .ipynb file and upload it onto Google Colab. Then download all of the imports in the imports folder. On the notebook, upload the downloaded import files to the session storage (click the files icon on the left menu and then click the first icon from the left)
