Skip to content
View prathameshmahankal's full-sized avatar
đź’­
Data Science Enthusiast.
đź’­
Data Science Enthusiast.

Block or report prathameshmahankal

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. Fake-News-Detection-Using-BERT Fake-News-Detection-Using-BERT Public

    In this project, I am trying to track the spread of disinformation. This repo is for the ML part of the project and where it tries to classify tweets as real or fake depending on the tweet text and…

    Jupyter Notebook 27 7

  2. Image-Retrieval-Using-Caption-Generator Image-Retrieval-Using-Caption-Generator Public

    This project explores the domain of caption generation and applies the concept to build a vector-sequence model that predicts captions for all the images and allows users to retrieve any particular…

    Jupyter Notebook 2

  3. classification-of-dialogues-using-nlp classification-of-dialogues-using-nlp Public

    This problem was a part of the assignment for the IMT 575 course at the UW. In this problem, I have performed supervised text classification. The data for the classification task will consist of qu…

    Jupyter Notebook 2

  4. Analyzing-Attendance-For-Home-Games-of-FC-Cincinnati Analyzing-Attendance-For-Home-Games-of-FC-Cincinnati Public

    This is a problem I worked on as a part of the hiring process for the F.C. Cincinnati Business Analyst Intern position

  5. text-mining-ingredients-from-allrecipes text-mining-ingredients-from-allrecipes Public

    The task was to scrape at least 100 recipes from the web, provide their ingredient lists and clean the ingredient data for the further calculation.

    Jupyter Notebook 1

  6. named-entity-recognition-using-elmo named-entity-recognition-using-elmo Public

    The goal of this project is to extract addresses from the Eviction Notices. This is a Named Entity Recognition problem. To tackle this, I decided to use a popular NER algorithm - ELMo.

    Python