The Essential Daily Routine for Job Seekers in 2025
Hey job seekers and fellow immigrants, Job hunting can be tough, but having a solid daily routine makes a huge difference. Stay focused, keep building your skills, and put yourself in front of the right people. In this article, I’m sharing what’s worked for me based on my own experience. Hope it helps!
Breaking into Product from Consulting: A Personal Journey
After 3.5 years as a consultant, where I drove AI and data science solutions, I transitioned six months ago to a product insights team. This article explores my journey and the lessons I learned during the shift.
As organizations integrate Gen AI more deeply, it’s essential to determine the right level of human oversight. This blog discusses finding the balance between AI’s capabilities and human insight.
Zero-Shot Learning and Human Analogical Reasoning!
I was inspired by the striking resemblance between this concept and how ML algorithms tackle zero-shot learning (ZSL) methods. I want to share the lightbulb moments and insights with you here!
Querying the existing vector store from (Part 1 — Embedding) using the natural language questions that drive the heart of our document processing pipeline.
Embark on a remarkable journey into document processing. Delve into the development of a robust document embedding mechanism and the creation of a vector store, setting the stage for streamlined and optimized querying.
We often perform join, union, difference, intersection, etc. operations between Python DataFrames. Throughout my data science journey, Understanding the concepts of Set Theory has helped me perform these tasks efficiently. In this article, I would like to use the set theory to implement DataFrame operations.
AWS Certified Machine Learning Specialty — Resources and Experience
This article covers my experience in getting certified with AWS Certified Machine Learning — Specialty, and I have shared the resources and cheat sheets, which helped me understand concepts!
One Year as Data Analytics Consultant— What's Unique About It?
This article covers my experience at Slalom as an Associate Consultant in the Data & Analytics practice. Previously, I worked in an R&D company as an in-house Data Scientist.
Journaling has been an effective method to clear my mind and share my thoughts! On and off, I have been journaling for almost seven years, and it has helped me organize my thoughts into actions and unclutter my mind. Sharing my experience of journaling and how it has helped me to think clearer. Happy reading!
Advanced Project Ideas for Data Science Graduates/Enthusiasts to Ease Their Job Search
Data science is an immense field. It can go from placing salsa near chips in a local shop to a Mars rover! I will share a few project ideas to enable you to do more realistic projects that are best suited for the current technology and business scenario.
The very naïve way of evaluating a model is by considering the R-Squared value. Suppose if I get an R-Squared of 95%, is that good enough? Through this blog, Let us try and understand the ways to evaluate your regression model.
Publish Python Project Documentation on Confluence/HTML using Sphinx
In thisarticle, We will look into the file documentation generated by Sphinx. This documentation generator can create .pdf, .HTML, or publish the technical documentation page to a Confluence instance.
Scatter correction and outlier detection in NIR spectroscopy
Recent advancements in the field of AI have given rise to the integration of NIR sensor data and machine learning techniques to achieve the results. In this article, The NIR sensor is interfaced with a PC and the samples were scanned. We performed ten scans per each sample with ten seconds scan time to reduce the errors and include all the parts of the sample. In our case, the scan results were scattered and, we had outliers due to change in the light, working distance and human errors during the scanning. To reduce the scattering and to eliminate the outliers, we implemented Multiplicative Scatter Correction (MSC) and Standard Normal Variate (SNV) on near-infrared (NIR) data.