Ehtsham Elahi's repositories
Movie-Recommendation-Engine-for-Netflix-and-Movielens-datasets
In Python and MySQL, An Item-based Colloborative filtering algorithm for movie rating prediction and recommendation
DeliciousRecommendationEngine
In Python and MySQL, A User-based Collaborative filtering algorithm for recommending links from Delicious
Clustering
In Python, find clusters of documents using Single Linkage and KMeans, and then visualize the clusters using features from PIL
Bigram-Frequency-estimator-Hadoop
In Hadoop, Estimates the frequencies of Bigram in Text Corpus
HDFS-file-tree-traversal
In Java using Hadoop FileSystem API, This program makes a depth first search file tree traversal in Hadoop's HDFS
InvertedIndex
In Hadoop, Creates an inverted Index from a Corpus of Text Files, scalable to arbitrary number of Mappers and Reducers
Munkres-Algorithm
In Python, Munkres Algorithm; the famous Linear Programming Algorithm, finds the matches between products and customers
Product-Availability-Recommendation-system
In Hadoop, Computes the probability of a product being in stock given its last status, a mapreduce program