Framing in Data Link Layer

Before understanding the framing in data link layer we need to understand some common terminology. Datagram: The unit of transmission in the network layer (such as IP). A datagram may be encapsulated in one or more packets passed to the data link layer. Frame: The unit of transmission at the data link layer. A frame

Framing in Data Link Layer Read More »

Understanding Linear Regression

Understanding Linear Regression

Among various kinds of Linear Models used in Machine Learning, Linear Regression is one of the popular and basic models that every Data Scientists or Machine Learning Engineers (or some other names) read about. Before directly diving to Linear Regression let’s understand what exactly is the linear model. Linear Model In simple words, we define

Understanding Linear Regression Read More »