Neural Network has become a crucial part of modern technology. It has influenced our daily life in a way that we have never imagined. From e-commerce and solving classification problems to autonomous driving, it has…
Linear Classifiers: An Introduction to Classification
Linear Classifiers are one of the most commonly used classifiers and Logistic Regression is one of the most commonly used linear classifiers. The concepts we are going to learn here will actually extend a lot…
Multiple Regression from Scratch in Python
Previously, we have discussed briefly the simple linear regression. Here we will discuss multiple regression or multivariable regression and how to get the solution of the multivariable regression. At the end of the post, we…
Simple Linear Regression: An Introduction to Regression from scratch
Regression is a very fundamental concept in statistics, machine learning and in Neural Network. Imagine plotting the correlation between rainfall frequency and agriculture production in high school. Increase in rainfall generally increases agriculture production. Fitting…
Bias-Variance: A Comprehensive Graphical Representation
To build an accurate machine learning model we need to have a proper understanding of the error. In forming predictions of a model there are three sources of error: noise, bias, and variance. Having proper…
Differential Equations: Classification
Differential Equations An equation involving derivatives of one or more dependent variables with respect to one or more independent variables is called a differential equation. For example: \begin{equation} \frac{d^{2}y}{dx^2} + xy \left( \frac{dy}{dx}\right)^2 = 0…
IRIS Data Classification Using Neural Net
The Iris flowers dataset is one of the best-known datasets found in the classification literature. The goal is to classify Iris flowers among three species (Setosa, Versicolor or Virginica) from measurements of length and width…
An Overview of MAC Addresses
History In 1983, computer networking was totally different than it is today. One of the notable differences in land topology was that switchable hub hadn’t been invented yet. This meant that frequently, many or all…