Pinned Repositories
20-newsgroups
Experimentation with different word representations and classification methods using the 20 newsgroups dataset
a-PyTorch-Tutorial-to-Image-Captioning
Image Captioning with Attention
effect-311-crime
An analysis of the effects of successfully resolved 311 calls for service related to neighborhood disorder on the incidence of crime at the street segment level in NYC, as an evaluation of the soundness of the broken windows theory.
gtsrb-pytorch
PyTorch implementation of Kaggle GTSRB challenge with 99.8% accuracy
image-captioning-bottom-up-top-down
PyTorch implementation of Image captioning with Bottom-up, Top-down Attention
literary-analysis
Literary Analysis of Short fiction
named-entity-recognition
Named entity recogniser created in Python using the Maximum Entropy Classifier in NLTK and trained on the CONLL 2003 dataset
people-you-might-know
A program in Spark that implements a simple “People You Might Know” social network friendship recommendation algorithm
renters-beware
A web application for renters in New York City to access relevant but hard-to-acquire information on the neighborhoods and buildings that they are interested in renting in.
spmv-cuda
Implementation and analysis of five different GPU based SPMV algorithms in CUDA
poojahira's Repositories
poojahira/image-captioning-bottom-up-top-down
PyTorch implementation of Image captioning with Bottom-up, Top-down Attention
poojahira/gtsrb-pytorch
PyTorch implementation of Kaggle GTSRB challenge with 99.8% accuracy
poojahira/spmv-cuda
Implementation and analysis of five different GPU based SPMV algorithms in CUDA
poojahira/literary-analysis
Literary Analysis of Short fiction
poojahira/renters-beware
A web application for renters in New York City to access relevant but hard-to-acquire information on the neighborhoods and buildings that they are interested in renting in.
poojahira/20-newsgroups
Experimentation with different word representations and classification methods using the 20 newsgroups dataset
poojahira/named-entity-recognition
Named entity recogniser created in Python using the Maximum Entropy Classifier in NLTK and trained on the CONLL 2003 dataset
poojahira/people-you-might-know
A program in Spark that implements a simple “People You Might Know” social network friendship recommendation algorithm
poojahira/a-PyTorch-Tutorial-to-Image-Captioning
Image Captioning with Attention
poojahira/effect-311-crime
An analysis of the effects of successfully resolved 311 calls for service related to neighborhood disorder on the incidence of crime at the street segment level in NYC, as an evaluation of the soundness of the broken windows theory.
poojahira/image-captioning-with-attention
poojahira/kmeans-article-clustering
This project aimed to cluster news articles using iterative, manually implemented Kmeans in PySpark
poojahira/nlu-winograd
Our research explores the degree to which neural network models trained on corpora relevant to natural language inference tasks can be used to address anaphora ambiguity resolution in the form exemplified by the Winograd Schema Challenge.
poojahira/time-series-lstm
poojahira/traffic-sign-detection-homework
nyu-cv-fall-2017 assignment 3