From d3969c70c91469d8e26c15933dc642f15e857d0b Mon Sep 17 00:00:00 2001 From: marc <78002988+novak-99@users.noreply.github.com> Date: Wed, 26 May 2021 00:38:53 -0700 Subject: [PATCH] Update main.cpp --- main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 938918d..0510379 100644 --- a/main.cpp +++ b/main.cpp @@ -10,6 +10,7 @@ // EXTEND SGD/MBGD SUPPORT FOR DYN. SIZED ANN // STANDARDIZE ACTIVATIONS/OPTIMIZATIONS // ADD LEAKYRELU, ELU TO ANN +// GETTERS/SETTERS ANN // HYPOTHESIS TESTING CLASS // GAUSS MARKOV CHECKER CLASS @@ -365,4 +366,4 @@ int main() { return 0; -} \ No newline at end of file +}