Pinned Repositories
ADB-AssocRuleMining
FInding Association Rules in New York Restaurant Dataset
ADB-qProber
Implementation of qProber algorithm for Non-Crawlable Web Database classification (into Sports, Health or Computers categories only)
ADB-relevance-feedback-rocchio
Rocchio Relevance feedback applied on Bing Search API for query disambiguation
ai-challenge-ants
ai-challenge.org , my quick attempt, applied reinforcement learning (from Berkeley's framework code from their assignment on Value iteration)
animus-dots-and-boxes-bot
Bot for the Animus AI challenge game Dots and Boxes
FullTextSearchEngine
A full basic text search engine, from index creation to query matching.
Mckinsey
Code for Application, Intern - Developer track
SearchResultClustering
Gets Search Results (Bing API) and clusters the results based on text similarity. The user is presented with a meaning label of each cluster side by side with the results, so that he can easily choose the relevant direction he wants to build his search query into.
StockMarketSentimentAnalysis
Sentiment Analysis on Financial Stocks. Sources of information are Twitter, News, Yahoo Finance Statistics.
rohanag's Repositories
rohanag/StockMarketSentimentAnalysis
Sentiment Analysis on Financial Stocks. Sources of information are Twitter, News, Yahoo Finance Statistics.
rohanag/ADB-relevance-feedback-rocchio
Rocchio Relevance feedback applied on Bing Search API for query disambiguation
rohanag/ai-challenge-ants
ai-challenge.org , my quick attempt, applied reinforcement learning (from Berkeley's framework code from their assignment on Value iteration)
rohanag/Mckinsey
Code for Application, Intern - Developer track
rohanag/ADB-AssocRuleMining
FInding Association Rules in New York Restaurant Dataset
rohanag/FullTextSearchEngine
A full basic text search engine, from index creation to query matching.
rohanag/SearchResultClustering
Gets Search Results (Bing API) and clusters the results based on text similarity. The user is presented with a meaning label of each cluster side by side with the results, so that he can easily choose the relevant direction he wants to build his search query into.
rohanag/ADB-qProber
Implementation of qProber algorithm for Non-Crawlable Web Database classification (into Sports, Health or Computers categories only)
rohanag/animus-dots-and-boxes-bot
Bot for the Animus AI challenge game Dots and Boxes
rohanag/annoy-java
Approximate nearest neighbors in Java
rohanag/apple-test
rohanag/baseline
Strong Deep-Learning Baseline algorithms for NLP
rohanag/bunnypuppy
rohanag/caffe
Caffe: a fast open framework for deep learning.
rohanag/cassandra-reaper
Software to run automated repairs of cassandra
rohanag/eyescream
natural image generation using ConvNets
rohanag/FARM
:house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry.
rohanag/google-cloud-python
Google Cloud Client Library for Python
rohanag/KaggleInClassSentimentAnalysis
Sentiment Analysis Naive Bayes Model on Movie Reviews for the Kaggle In Class competition for Search Engine Technology COMS 6998
rohanag/luigi
Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
rohanag/rohanag.github.io
Personal Web site
rohanag/TensorFlow-Examples
TensorFlow Tutorial and Examples for beginners
rohanag/TwitterBuzzSentiment
Get Location specific Buzz words from Twitter, and then calculate the sentiment for each buzz word. Assignment for the Cloud Computing Course. Deployed on Google App Engine.
rohanag/VideoStreamingSharingApp
Video Sharing and Streaming App using AWS like EC2, RDS, S3, CloudFront
rohanag/word2vecpy
Python implementation of CBOW and skip-gram word vector models, and hierarchical softmax and negative sampling learning algorithms