From 9e4861a2724bd04e464b5eb67b5665409b7a40fb Mon Sep 17 00:00:00 2001 From: "Michael Pilosov, PhD" Date: Sun, 28 Jan 2024 01:33:10 +0000 Subject: [PATCH] try unsupervised again, but with 10k random samples --- newsearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsearch.py b/newsearch.py index 89c0ec1..8c076df 100644 --- a/newsearch.py +++ b/newsearch.py @@ -27,7 +27,7 @@ learning_rate_values = [1e-3] # learning_rate_values = [5e-4] # alpha_values = [0, .25, 0.5, 0.75, 1] # alpha = 0 is unsupervised. alpha = 1 is supervised. -alpha_values = [1] +alpha_values = [0] # widths = [2**k for k in range(4, 13)] # depths = [1, 2, 4, 8, 16] widths, depths = [512], [4]