From ff4b43d9b37d6bb99e39f3625e2dbac3700179c2 Mon Sep 17 00:00:00 2001 From: Kristof Pusztai Date: Sat, 20 Feb 2021 18:59:35 -0800 Subject: [PATCH] updated readme to include jupyter notebook --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 880efd7..0375b55 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,7 @@ in your model. Training regiment is interpretted as debiased LASSO: - T0 epochs are normal training, no regularization - T1 epochs are L1 regularized training, continuing where T0 ended -- T2 epochs are L0 (weights with values close to 0, |w| < atol, are rounded to 0 and left untrained) regularized training, continuing from T1 \ No newline at end of file +- T2 epochs are L0 (weights with values close to 0, |w| < atol, are rounded to 0 and left untrained) regularized training, continuing from T1 + +Check out the jupyter notebook for examples on learning sinusoidal functions: +https://github.com/KristofPusztai/EQL/blob/master/Jupyter%20Notebooks/EQLtest.ipynb \ No newline at end of file