Natural Language Processing
Simple Machine Translation Using LSTMs
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
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
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...