Draft
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into […]
๐ฅ๐ฒ๐ด๐๐น๐ฎ๐ฟ๐ถ๐๐ฎ๐๐ถ๐ผ๐ป in ๐๐ฒ๐ฒ๐ฝ ๐๐ฒ๐ฎ๐ฟ๐ป๐ถ๐ป๐ด: Intuition behind.

๐ก๐ฅ๐ฒ๐ด๐๐น๐ฎ๐ฟ๐ถ๐๐ฎ๐๐ถ๐ผ๐ป in ๐๐ฒ๐ฒ๐ฝ ๐๐ฒ๐ฎ๐ฟ๐ป๐ถ๐ป๐ด: Intuition behind. Regularization 101 definition :ย Model does well on training data and not so well on unseen data. Overfitting ๐ But is there more to that, Letโs figure out. Remember that one guy in school who memorized everything what is mentioned in books or uttered from teacherโs mouth.ย But didnโt perform well […]
๐ช๐ฒ๐ถ๐ด๐ต๐ ๐๐ป๐ถ๐๐ถ๐ฎ๐น๐ถ๐๐ฎ๐๐ถ๐ผ๐ป in Deep Learning:

๐ก ๐ช๐ฒ๐ถ๐ด๐ต๐ ๐๐ป๐ถ๐๐ถ๐ฎ๐น๐ถ๐๐ฎ๐๐ถ๐ผ๐ป in Deep Learning: What is it and why you should care about it ? Letโs start with ๐๐ฒ๐ถ๐ด๐ต๐๐. Those ๐ณ๐น๐ผ๐ฎ๐๐ถ๐ป๐ด ๐ฝ๐ผ๐ถ๐ป๐ numbers which model learn during training and somehow encapsulates the magic of deep learning. But, whatโs the value of those floats when we start the training? Should it be randomly set? […]
๐๐ถ๐๐ฐ๐ฟ๐ถ๐บ๐ถ๐ป๐ฎ๐๐ถ๐๐ฒ vs. ๐๐ฒ๐ป๐ฒ๐ฟ๐ฎ๐๐ถ๐๐ฒ Models – A simple and intuitive explanation!!!

๐๐ถ๐๐ฐ๐ฟ๐ถ๐บ๐ถ๐ป๐ฎ๐๐ถ๐๐ฒ vs. ๐๐ฒ๐ป๐ฒ๐ฟ๐ฎ๐๐ถ๐๐ฒ Models – A simple and intuitive explanation!!! Imagine you and your friend work at a bank. Your job is to detect fraudulent Transactions. You are expert in identifying whether a specific transaction is fraudulent or not based on patterns in past transactions. Your friendโs job is to observe customer spend. He is […]
Are you a ๐๐ฎ๐๐ฒ๐๐ถ๐ฎ๐ป or ๐๐ฟ๐ฒ๐พ๐๐ฒ๐ป๐๐ถ๐๐? Time to find out.

Are you a ๐๐ฎ๐๐ฒ๐๐ถ๐ฎ๐ป or ๐๐ฟ๐ฒ๐พ๐๐ฒ๐ป๐๐ถ๐๐? Time to find out. Imagine you’re playing a game of darts at a carnival with your friends. The goal? Hit the bullseye. Now, imagine two of your friends came along with you โKramer, the Bayesian, and George, the Frequentist. Kramer, relies on past experience. He says, โIโve played this […]
ย ๐๐๐ ๐ข๐ฝ๐: A Friendly Introduction

๐ย ๐๐๐ ๐ข๐ฝ๐: A Friendly Introduction So, you heard the buzz around LLMOps from your friends or colleaguesย and wondering what the fuss is all about. Letโs dig in. ๐๐ถ๐ฟ๐๐, ๐ช๐ต๐ฎ๐ ๐ถ๐ ๐ถ๐? Think of it as the next evolution of MLOps which in itself was an evolution of DevOps tailored for ML. MLOps is further tailored specifically […]
Loss Function in Machine Learning

๐ What are ๐๐ผ๐๐ ๐๐๐ป๐ฐ๐๐ถ๐ผ๐ป๐ and Why Do They Matter in Machine Learning? In machine learning and deep learning, a loss function is the “compass” that guides the learning process. It tells our model how far off it is from the “right” answer, adjusting weights to improve predictions with every step. Models aim to predict […]
GPT: A Layer-by-Layer Breakdown

๐ฃ Let’s understand GPT various layers and what each layer does. Remember, GPT is decoder only architecture, so only the right side of the original transformer picture would be accommodated. ๐๐ป๐ฝ๐๐ ๐ง๐ผ๐ธ๐ฒ๐ป๐ถ๐๐ฎ๐๐ถ๐ผ๐ป: Converts raw text into tokens using Byte Pair Encoding (BPE). This step breaks the input text into smaller subword units that can be […]
The Magic of Kernel Trick in SVM

๐๐ Do you know why it is called Kernel “Trick” in SVM. You must be knowing that the “kernel” or “Kernel function” or “Kernel trick” is a method that allows Support Vector Machines (SVMs) to efficiently operate in high-dimensional feature spaces without explicitly computing the coordinates of data in that space. The kernel trick works […]
Understanding Distance Metrics: A Data Scientist’s Toolkit

๐๐ We all know that machine learning algorithms use various distance measures to make sense of data relationships. ๐งญ Let’s take a look at few popular distance measure and when these are used : Euclidean Distance: It’s like measuring the “as-the-crow-flies” distance between data points, crucial for clustering and understanding spatial relationships. ๐บ๏ธ Cosine Similarity: […]