top of page
Search

Finetune LLM( from openai) using LangChain ( for beginners)
Large language models (LLMs) are emerging as a transformative technology, enabling developers to build applications that they previously...
Mr. Data Bugger
Aug 24, 20232 min read
104 views
0 comments

Doing Anomaly Detection At Scale
How can you detect anomalies within more than one million time-series to be tracked daily? That's a design problem. We will be discussing...
Rahul Kumar
Aug 20, 20233 min read
62 views
0 comments


Sub Arrays Problems LeetCode ~ Top Questions to Practise
Sub Arrays Pattern are repetitive at interviews , Below are few important problems along with solution and it's explanation to get the...
Rahul Kumar
Aug 9, 20235 min read
73 views
1 comment

Model Monitoring for Unstructured Data
A growing number of organizations build natural language processing (NLP) and computer vision (CV) models that are comprised of...
Rahul Kumar
Jul 27, 20233 min read
41 views
0 comments

Why Large Language Model Hallucinate ?
We will continue our talk on basis what , why and how to minimize hallucination What’s Hallucination ? Hallucination are outputs of Large...
Rahul Kumar
Jul 25, 20232 min read
18 views
0 comments

Practical Challenges for Real Time CF based Recommender Systems
Collaborative Filtering Overview Collaborative Filtering is one of the most traditional and simpler way for recommendation. It’s basic...
Rahul Kumar
Jul 25, 20236 min read
43 views
1 comment

Data Driven Aggregation ~Unsupervised Way
Aggregation combines several independent variables to a dependent variable. The dependent variable should preserve properties of the...
Rahul Kumar
Jul 25, 20238 min read
8 views
0 comments

Pytorch : in an hour
PyTorch is an open-source deep learning framework primarily developed by Facebook's AI Research (FAIR) lab. It provides a Python-based...
Mr. Data Bugger
Jul 25, 20232 min read
25 views
0 comments

Computer Vision- interview questions
What are the drawbacks of R CNN? slow at test, need to run full forward pass for each region. SVM are post hoc, leading to multi level...
Mr. Data Bugger
Jul 17, 20233 min read
60 views
0 comments
Statistics & Linear Algebra- Top Interview Questions
1. What is co-variance matrix- A covariance matrix is a square matrix that describes the covariance between multiple variables. It is...
Mr. Data Bugger
Jan 20, 20239 min read
59 views
0 comments

Probability Distributions
Probability distribution:- It is a statistical function that describes all the possible values and likelihoods that a random variable can...
Mr. Data Bugger
Jan 17, 20232 min read
107 views
0 comments


Decision Trees: Top Interview Questions
Welcome to the third installment of our data science and machine learning interview series! In this blog post, we'll dive into decision...
Sandeep Singh Adhikari
Jan 15, 202311 min read
30 views
0 comments


Logistic Regression: Top Interview Questions
Welcome to the second blog in our Data Science and Machine Learning Interview Series! (check first blog on linear regression here) In...
Sandeep Singh Adhikari
Dec 22, 202218 min read
48 views
0 comments


Linear Regression: Top Interview Questions
Welcome to the first blog in our Data Science and Machine Learning Interview Series! In this series, we will be covering some of the most...
Sandeep Singh Adhikari
Dec 22, 20229 min read
85 views
0 comments

Detecting biases in Word-Emdeddings
Important links: github link- https://github.com/dccuchile/wefe ( check requirement.txt for dependency) WEFE will not work if there is...
Mr. Data Bugger
Mar 25, 20221 min read
169 views
0 comments
All 3rd Party tools for Responsible AI
Responsible AI; RAI is umbrella term for a trustworthy AI models. It includes- Fairness of Data and model ( gender, racial biases)...
Mr. Data Bugger
Mar 2, 20221 min read
185 views
0 comments

Auto-Correct in NLP
you have to follow these steps: Identify a misspelled word Find strings n edit distance away: (these could be random strings) Filter...
Mr. Data Bugger
Nov 28, 20211 min read
55 views
0 comments

All the definitions you need to know for Kubernetes Interview
1. Kubernetes cluster is a set of physical or virtual hardware, which essentially constitute a set of hosts or servers or computers. 2. A...
Mr. Data Bugger
Sep 26, 20213 min read
39 views
0 comments

Kubernetes: Introduction and Components
Introduction- The name Kubernetes comes from a Greek word, the word means helmsman or vessel pilot. Useful to solve problem of- · ...
Mr. Data Bugger
Sep 22, 20212 min read
30 views
0 comments

Cloud Computing: Basics
Cloud is computing service which is remote and provided over internet. It may include- Desktop Disk and Storage Processing Networking...
Mr. Data Bugger
Sep 21, 20212 min read
19 views
0 comments
bottom of page