close
Skip to content
View abhishekdhameja's full-sized avatar

Block or report abhishekdhameja

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Document-Classification-REST-API Document-Classification-REST-API Public

    Document Classification using Weka and its Rest API developed using SpringBoot. Service deployed on AWS.

    Java

  2. Kaggle-s-Zillow-House-Prediction-Machine-Learning-Project Kaggle-s-Zillow-House-Prediction-Machine-Learning-Project Public

    Build regression models to predict house prices and compared them against Zillow's predictions. Handled data of about 27 million properties and 90 thousand transactions.

    Jupyter Notebook 1

  3. CRF--Conditional-Random-Fields--Algorithm CRF--Conditional-Random-Fields--Algorithm Public

    CRF algorithm implemented in Python. Crawled a job portal using Scrapy to get job description and labelled Company name, Position and Skills. Tested my CRF algorithm's output against this labelled …

    Python 1 1

  4. SON-Algorithm-using-Spark-and-Python SON-Algorithm-using-Spark-and-Python Public

    Spark script in Python to implement SON algorithm to find frequent itemsets

    Python 5 3

  5. UV-Decomposition-for-Recommender-Systems-in-Python UV-Decomposition-for-Recommender-Systems-in-Python Public

    Python code to UV decompose a user-movie rating matrix to use for recommendation system

    Python 2

  6. MapReduce-Program-in-Java-to-find-Average MapReduce-Program-in-Java-to-find-Average Public

    MapReduce Program in Java to find average according to the given problem statement for the given data set

    Java