Skip to content
View Shubham-Gaddi's full-sized avatar
👋
👋
  • Shiv Nadar University
  • New Delhi

Block or report Shubham-Gaddi

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. E-Mail_Finder_Verifier E-Mail_Finder_Verifier Public

    Python code to find and verify the email of a user based on the given first name, last, name and domain name.

    Python 1

  2. Competitive_Coding_Solutions Competitive_Coding_Solutions Public

    My solutions to various competitive coding probles that I have attempted on various platforms.

    C++

  3. Machine_Learning_Code_Templates Machine_Learning_Code_Templates Public

    Code templates for Machine Learning in various formats for ease of accessibility and saving time.

    Jupyter Notebook

  4. Sentiment-Analysis-using-NLP Sentiment-Analysis-using-NLP Public

    The algorithm uses an NLP model called the Bag of Words to train on reviews and classify them as good or bad. Approximately 10k reviews were used for training the model.

    Jupyter Notebook

  5. Movie-Recommendation-System_RBM Movie-Recommendation-System_RBM Public

    The model uses the Movie Lens dataset and then creates a model to provide recommendations for future users based on their data. Since the implementation of Boltzmann Machines is not possible, the m…

    Python

  6. Movie-Recommendation-System_AutoEncoder Movie-Recommendation-System_AutoEncoder Public

    The model uses the Movie Lens dataset and then creates a model to provide recommendations for future users based on their data. The model uses an Auto Encoder to learn from the data and provide res…

    Python