Understanding Gradient Descent Algorithm: The simplest way

According to Wikipedia, “Gradient descent is a first-order iterative optimization algorithm for finding local minima of a differentiable function“. Sounds a lot, right? In this article, let’s get acquainted with the Gradient descent algorithm in the most straightforward (and ‘simplest’) way. Before we continue with understanding the ABCDs of Gradient descent (and dig into the…

Featured post

Published
Categorized as Maths

Derivative of Sigmoid Function

Sigmoid Function

In this article, we’ll find the derivative of Sigmoid Function. The Sigmoid Function is one of the non-linear functions that is used as an activation function in neural networks.

Published
Categorized as Maths

A step by step forward pass and backpropagation example

The neural network that we'll be solving in this article.

In this article, we’ll see a step by step forward pass (forward propagation) and backward pass (backpropagation) example. We’ll be taking a single hidden layer neural network and solving one complete cycle of forward propagation and backpropagation.

Featured post

Published
Categorized as Maths

Basic Operations on Tensors

In this article, we’ll see the basic operations (Addition, Broadcasting, Multiplication, Transpose, Inverse) that can be performed on tensors.

Published
Categorized as Maths

Scalars, Vectors, Matrices and Tensors

This article discusses the fundamentals of linear algebra: scalars, vector, matrices and tensors. The real-world use case of tensors is briefly introduced.

Published
Categorized as Maths