From 748ee8fdf9ee7b527127f73860d5fc04f7df9978 Mon Sep 17 00:00:00 2001 From: Bhushan Sonawane Date: Fri, 27 Jul 2018 11:14:22 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e1988b..1884f4a 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ for Lasso and Ridge regression. [Click here to view Report](https://github.com/bhushan23/ADMM/blob/master/REPORT_ADMM_IN_PYTORCH.pdf) ## Other resources -1. Reading material - By Professor Steven Boyd - http://web.stanford.edu/~boyd/admm.html -2. Implementation - By Niru Maheswaranathan - https://github.com/nirum/ADMM -3. General Convex optimization problems implementation - By Stanford Convex Optimization group - https://github.com/cvxgrp/cvxpy +1. My Convex Optimization assignments - https://github.com/bhushan23/Convex-Optimization +2. Reading material - By Professor Steven Boyd - http://web.stanford.edu/~boyd/admm.html +3. Implementation - By Niru Maheswaranathan - https://github.com/nirum/ADMM +4. General Convex optimization problems implementation - By Stanford Convex Optimization group - https://github.com/cvxgrp/cvxpy