aboutsummaryrefslogtreecommitdiff
path: root/doc/ml.1
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 /doc/ml.1
parent65926438256c1ed46993e1c8611597af5a9c23f1 (diff)
add: mini batch learning implemented
Diffstat (limited to 'doc/ml.1')
-rw-r--r--doc/ml.115
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/ml.1 b/doc/ml.1
index 81a9c1b..7c5c7c5 100644
--- a/doc/ml.1
+++ b/doc/ml.1
@@ -19,21 +19,24 @@ Show this message
\fB\-f\fR, \fB\-\-format\fR=\fI\,FORMAT\/\fR
Define input or output FILE format if needed
.TP
+\fB\-O\fR, \fB\-\-only\-out\fR
+Don't show input fields (only works with predict)
+.TP
\fB\-a\fR, \fB\-\-alpha\fR=\fI\,ALPHA\/\fR
Learning rate (only works with train)
.TP
+\fB\-b\fR, \fB\-\-batch\fR=\fI\,INT\/\fR
+Select batch size [default: 32] (only works with train)
+.TP
+\fB\-c\fR, \fB\-\-config\fR=\fI\,FILE\/\fR
+Configuration filepath [default=~/.config/ml/ml.cfg]
+.TP
\fB\-e\fR, \fB\-\-epochs\fR=\fI\,EPOCHS\/\fR
Epochs to train the model (only works with train)
.TP
\fB\-o\fR, \fB\-\-output\fR=\fI\,FILE\/\fR
Output file (only works with predict)
.TP
-\fB\-O\fR, \fB\-\-only\-out\fR
-Don't show input fields (only works with predict)
-.TP
-\fB\-c\fR, \fB\-\-config\fR=\fI\,FILE\/\fR
-Configuration filepath [default=~/.config/ml/ml.cfg]
-.TP
\fB\-p\fR, \fB\-\-precision\fR=\fI\,INT\/\fR
Decimals output precision (only works with predict)
[default=auto]
Feel free to download, copy and edit any repo