/NLP-Exercises

A series of hands-on NLP projects

Primary LanguagePython

NLP Exercises

This repository contains a series of hands-on NLP projects.

Table of Contents

  • Week1 - word2vec

    Use gensim's word2vec implementation to build word embeddings.

  • Week2 - seq2seq

    A tensorflow2 seq2seq implementation that features:

    • A bidirectional GRU encoder
    • A Bahdanau attention layer