We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e6dd8 commit 53e8e56Copy full SHA for 53e8e56
README.md
@@ -1,5 +1,6 @@
1
# Implementation of L1, L2, ElasticNet, GroupLasso and GroupSparseRegularization
2
3
+1. Publication available here: [https://towardsdatascience.com/different-types-of-regularization-on-neuronal-network-with-pytorch-a9d6faf4793e]
4
1. Implemented in __pytorch__. This is an attempt to provide different type of regularization of neuronal network weights in pytorch.
5
2. The regularization can be applied to one set of weight or all the weights of the model
6
@@ -23,4 +24,4 @@
23
24
| **GL** | 7.5 | 5 | 0 |
25
| **SGL** | 92.5 | 85 | 30 |
26
| **FC** | 0 | 0 | 0 |
-| **FC with Weight decay** | 0 | 0 | 0 |
27
+| **FC with Weight decay** | 0 | 0 | 0 |
0 commit comments