Natural Language Processing

Simple Machine Translation Using LSTMs

11 minute read

This is a simple example of machine translation using LSTMs with TensorFlow 2. I follow the guide here with minor modifications to get it up an running on Go...

Relationship Extraction Using GRU and CNN

less than 1 minute read

This is a snippet for the fourth and final assignment for the Natural Language Processing (CSE-538) course during Fall 19. As part of this assignment we look...

Dependency Parsing Using Neural Networks

less than 1 minute read

This is a snippet for the third assignment for the Natural Language Processing (CSE-538) course during Fall 19. As part of this assignment we looked into Dep...