Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1012 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 1012 Bytes

Walking in the Shadow: A New Perspective on Descent Directions for Constrained Minimization Code


Requirements:


The complete code with explanantions is given in the Jupyter Notebook file:

Walking_in_the_shadow_code.ipynb

We also provide separate python files for each experiment:

  • To run the video - co-localization experiment:
    python Video Co-localization.py

  • To run the Lasso Regression (small instance) Experiment:
    python lasso_regression_small.py

  • To run the Lasso Regression (large instance) Experiment:
    python lasso_regression_large.py