Academic

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...

Pose Estimation Using Neural Networks

18 minute read

This is the sixth assignment for the Computer Vision (CSE-527) course from Fall 19 at Stony Brook University. In this homework we work on estimating the 3D p...

Action Recognition Using LSTM

21 minute read

This is the fifth assignment for the Computer Vision (CSE-527) course from Fall 19 at Stony Brook University. In this homework, we accomplish action recognit...

Computer Vision Assignment 3

23 minute read

This is the third assignment for the Computer Vision (CSE-527) course from Fall 19 at Stony Brook University. As part of this assignment I learnt about scene...

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...

Computer Vision Assignment 2

15 minute read

This is the second assignment for the Computer Vision (CSE-527) course from Fall 19 at Stony Brook University. As part of this assignment I learnt to use SIF...

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...

Computer Vision Assignment 1

14 minute read

This is the first of the 6 assignments I did as part of the Computer Vision course (CSE-527) during Fall 19 at Stony Brook University. The assignment covers ...