Jasmeet Singh

Logo

Data Scientist | Machine Learning Enthusiast | Deep Learning Researcher

View the Project on GitHub jasmeetsingh-028/portfolio

Jasmeet Singh’s Portfolio

Academic Qualification

Bachelor of Engineering in Electronics and Communication
Bennett University
Aggregate/CGPA: 7.93 August 2023

Work Experience

Research Intern at IIT KGP (KLIV)

Feb 2023 – Jun 2023

Deep Learning Research Intern at Bennett University, Greater Noida

Mar 2022 - Dec 2022

Academic Projects

Arduino Health Care System for COVID-19

RGB to Hyperspectral Imaging

Domain Adaptation with CycleGAN

Pix2Pix Image Generation

Neural Style Transfer

Paper Submission

1. Track Name: Archives of Computational Methods in Engineering.

Paper Title: Deep learning based Single Image Super-Resolution: A comprehensive survey.

Description: This paper reviews deep learning-based algorithms for single image super-resolution (SISR), highlighting key components, learning strategies, datasets, and quality assessment metrics. Future insights are presented for improved performance with low computational cost.

Authors: Ankit Shukla (Primary), Avinash Upadhyay, Jasmeet Singh, Manoj Sharma.

2. Track Name: ICCV2023

Paper Title: Absolute 3D Pose Estimation from Multi-View Synchronized Videos Using Transformer-based 3D Pose Baseline for Temporal and Spatial Coherence.

Primary Subject: Human pose/shape estimation.

Authors: Avinash Upadhyay (Primary), Ankit Shukla, Udyan Sharma, Jasmeet Singh, Manoj Sharma.

Skills

Technical Skills

Languages: Python, SQL, MATLAB, C, C++, HTML

Libraries and Packages:

Tools: VS code, Jupyter Notebook, Tableau, MS Excel, Power BI, GitHub, PopSQL

Certifications

Medium Articles

1. Denoising Diffusion model Implementation from scratch

Article Image Article Summary: Denoising Diffusion Models are generative models that convert data into noise and learn to reverse this process. They use Markov chains to add and remove Gaussian noise progressively. This guide covers theory, training, and sampling, with results on the CIFAR-10 dataset using PyTorch. Read more

2. LLM fine-tuning methods

Article Image Article Summary: Explored the pre-training and fine-tuning processes for large language models (LLMs), emphasizing methods to mitigate catastrophic forgetting. Highlighted parameter-efficient fine-tuning techniques, including LoRA and prompt tuning, for improving model adaptability and efficiency. Demonstrated advancements in making LLMs versatile and resource-efficient. Read more

3. Evaluating LLMs

Article Image Article Summary: Explored evaluation techniques for large language models (LLMs) in NLP, focusing on metrics like ROUGE and BLEU. Reviewed benchmark datasets such as GLUE and Super GLUE for comprehensive performance assessment. Highlighted key insights into model capabilities and improvements. Read more