aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2024-08-26 12:12:40 -0500
committerjvech <jmvalenciae@unal.edu.co>2024-08-26 12:12:40 -0500
commite8624e1ebcabcc831d651e0beefe32df1463c903 (patch)
treea5fb8f491b30c01bc301cf0e5c7558cb4497b2b2 /src/util.h
parent65926438256c1ed46993e1c8611597af5a9c23f1 (diff)
add: mini batch learning implemented
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 6ae9bab..10aa4aa 100644
--- a/src/util.h
+++ b/src/util.h
@@ -7,6 +7,7 @@
struct Configs {
/* net cfgs */
size_t epochs;
+ size_t batch_size;
double alpha;
char *loss;
char **input_keys, **label_keys;
Feel free to download, copy and edit any repo