Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
add link to notebook asst 6
  • Loading branch information
mnassar authored Jun 6, 2020
1 parent d4898da commit af3105b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,7 @@ ax.set_title('$L_{softmax}(w,b)$ \n notice the slow descent / z-axis scale' )

## *Assignment 6*: Regularization

Notebook: [Regularization](exercises/CMPS_392_Asst_6_Regularization.ipynb)

---

Expand Down Expand Up @@ -1489,7 +1490,7 @@ print (model.weight)
tensor([[0.5496, 0.4467, 0.0899]], device='cuda:0', requires_grad=True)


## Ex3
## Ex4
### L2 regularization vs. L1 regularization
(a) Based on the data provided below, design an experiment to show the difference between the solutions to three **logistic regression** problems:

Expand Down

0 comments on commit af3105b

Please sign in to comment.