As part of Optimization techniques for ML, I implemented gradient descent technique to optimize the objective 'Least sqaure function'. The goal is to predict height of a person from their weight (and gender) via linear regression. I have supplemented the analysis with data visualization employing correlation matrix and pairplots (via seaborn).
Model: Linear Regression.
Convergence Analysis: Two different learning rate ($\gamma$ ) gives drastically different converegence.
With
With