Commit c5ce8ff
committed
Fix typo in mlp.txt
The example code to compute the cost of the linear combination of L1 and L2 regularization penalties didn't match the code below. They referred to variables `L1` and `L2`, which should actually be `classifier.L1` and `classifier.L2`.1 parent 509b7c4 commit c5ce8ff
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
293 | | - | |
| 292 | + | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
0 commit comments