Pick different epochs and find the error where x_k_tilda is the single iterate x_tilda or the iterate avergae
Change x_0 to relate the ||x_k_tilda - x_tilda|| with the number of iterations
Change step size, initila step size and alpha
Change the batch size
Keep changing the value of nu and see how the error changes
mkdir mini_sgd_project
cd mini_sgd_project
git pull https://github.com/ArkashJ/mini_project_sgd.git
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python3 run_sgd_experiments.py