Skip to content
View Pranjal-Soni's full-sized avatar
:octocat:
Learning
:octocat:
Learning

Highlights

  • Pro
Block or Report

Block or report Pranjal-Soni

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
Pranjal-Soni/README.md
  • 👋 Hi, I’m @Pranjal-Soni
  • 👀 I’m interested in Data Science and Machine Learning
  • 🌱 I’m currently Data Scientist
  • 💞️ I’m looking to collaborate on deep learning projects
  • 📫 Contact me on pranjal98soni@gmail.com

Experience

  • Data Scientist (August 2022 - Currently)

    • Build an automated Demand Engine for demand forecasting engine for FMCG product.
    • Developed a range-based forecasting model with the help of residual bootstrapping to reduce the negative bias and improve the accuracy of the forecast.
    • Performed data cleaning and exploratory data analysis and worked on classical series models, i.e. ARIMA, SARIMA, Prophet, and machine learning algorithms, i.e. Random Forest, XGB, LightGBM.
  • Data Scientist (August 2021 - August 2022)

    • Worked on digital signals, filtering, analyzing, and preparing the data. Applied various statistical methods to generate insights and model the signals
    • Explicitly worked with python libraries like Pandas, Matplotlib, NumPy etc., to prepare, generate reports, and build dashboards using PowerBI to deliver business insights of the data
    • Setup PostgreSQL database on the server, create pipelines for automation to dump the data, and performed data collection
  • Data Science Intern (6 months)

    • Built deep learning models for computer vision project using the Pytorch framework for recognizing text from the images
    • Worked with transfer learning technique and used pre-trained models like Resnet, Efficientnet, Nfnets and attention models
    • Extract business keywords from articles using collocations and the RAKE algorithm
    • Performed data collection, preprocessing and labeling. Improve running time of the python scripts to enhance efficiency of the programs

Interest

  • Understanding Data And Generating Key Insights
  • Solving business problems with Data Science
  • Automating repeated tasks

Currently Working On:

  • Computer Vision Projects
  • Learning Cloud Stacks (AWS preferably)
  • Exploring Pyspark

Machine Learning Projects

Repo Description Link
Fake Job Description Prediction End-to-End project to identify the fradulent job descrioptions. Link
Bitcoin Price Dependency on Stock Market Test various hypothesis to analyse How Bitcoin price movements are related to or affected by the various fluctuations in the Stock market Link
Bank Customer Churn Prediction End-to-End project to predict the probability of a bank customer is going to exit from the bank or not Link

NLP Repo

Repo Description Link
Fine Grained Sentiment Analysis of Mobile Reviews Scrap the mobile reviews from amazon website and trained machine learning model using stanford tree sentiment data. Then predict the sentiments for the mobile reviews. Link
Frequent Entities Extraction and Sentiment Analysis of Tweets Identifying the higly frequent entities and predicting sentiment of tweets for those entities using pretraied BERT model Link
Topic Modelling Of Medium Articles Using LDA Perform topic modelling of mediem blogs to divide the different categories according to the topics. LDA algorithm is used to perform the task. Link

Computer Vision Repo

Repo Description Link
Dog Breed Image Classification A end to end computer vision project to idendify the breed of dogs. Resnet50 model is trained on the dog images and the model is able to identify 10 different dog breeds. Link

Pinned

  1. fake_jobs_description_prediction fake_jobs_description_prediction Public

    This is a data science project and problem is to identify given job description is fraudulent or not. The dataset is taken from Kaggel and it consists meta-information about 18K job descriptions. W…

    Jupyter Notebook 1

  2. Dog-Breed-Image-Classification Dog-Breed-Image-Classification Public

    End-to-End deep learning project to predict 10 types of dog breeds.

    Jupyter Notebook

  3. NLP-Notebooks NLP-Notebooks Public

    The repository contains Jupyter notebooks for various NLP tasks.

    Jupyter Notebook

  4. sourabh-burnwal/Bitcoin-Price-Dependency-on-Stock-Market sourabh-burnwal/Bitcoin-Price-Dependency-on-Stock-Market Public

    How Bitcoin price movements are related to or affected by the various fluctuations in Stock market

    Jupyter Notebook 3 1

  5. Bank-Customer-Churn-Prediction Bank-Customer-Churn-Prediction Public

    End-to-End project to identify the customers who can exit from the bank.

    Jupyter Notebook

  6. mobile_review_setiment_prediction mobile_review_setiment_prediction Public

    Fine-Grained sentiment Prediction for mobile reviews scraped from amazon.

    Python