Quick Start Button for Jupyter Notebook

Running Jupyter from the CMD all the time on a windows machine is quite tedious and time consuming. You gotta navigate to your prefered directory ,then call up CMD (or vice versa) and then execute the command "Jupyter Notebook" Sure we can write a python program to do that for us, I prefer to use...

Linear Regression using Gradient Descent

Gradient is the generalization of the usual concept of derivative to a function of several variables. Err... Simply put, the variation of a parameter in  an environment  such that measuring any two points inform us about the direction of increasing density. Descent is well.. descent ..on...