Gradient Descent Algorithm python gradientdescent.py --lr=0.001 --max_iter=1000 --min_error=0.0001 --x_init=3 --y_init=2