Update main.cpp

This commit is contained in:
marc 2021-05-26 00:38:53 -07:00 committed by GitHub
parent 558e138948
commit d3969c70c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}