From e8624e1ebcabcc831d651e0beefe32df1463c903 Mon Sep 17 00:00:00 2001 From: jvech Date: Mon, 26 Aug 2024 12:12:40 -0500 Subject: add: mini batch learning implemented --- doc/ml.1 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'doc') 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] -- cgit v1.2.3-70-g09d2