/NLP-Projects-Competitions

Contains project folders for all my nlp projects and competitions

Primary LanguageJupyter Notebook

NLP-Projects-Competitions

Contains project folders for all my nlp projects and competitions. Each folder corresponds to a unique project/competition and contains a README.md file showing details of the implementation

  1. COVID-19 Tweet Classification: This repository contains my entry to the COVID-19 Tweet Classification Challenge by #ZindiWeekendz. I explored different methods of handling text classification including using Transformers and Traditional ML techniques. Check the folder to learn more.

  2. News Cateogization: Currently in progress. Here I will implement an end-to-end deep learning based approach to news categorization using data scrapped from popular Nigerian News tv website - Arisetv. Check it out to see my progress so far.

  3. DeepLearning For NLP: Exploring performance of serveral deep learning approaches to text classification while building up core processing classes from scratch.