Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 137 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 137 Bytes

Gradient Descent Algorithm

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