News

This notebook illustrates the nature of the Stochastic Gradient Descent (SGD) and walks through all the necessary steps to create SGD from scratch in Python. Gradient Descent is an essential part of ...
This Python script demonstrates the Gaussian distribution function, also known as the normal distribution. The Gaussian distribution is a continuous probability distribution that is symmetric about ...