Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aksnzhy committed Sep 12, 2018
1 parent a8f3b2d commit 256c611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli_api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ uses ``4`` for this value: ::

xLearn uses *SSE* instruction to accelerate vector operation, and hence the time cost for ``k=2`` and ``k=4`` are the same.

For FM and FFM, users can also set the hyper-parameter ``-u`` for model initialization. By default, this value is set to ``0.66``: ::
For FM and FFM, users can also set the hyper-parameter ``-u`` for scalling model initialization. By default, this value is set to ``0.66``: ::

./xlearn_train ./small_train.txt -s 1 -v ./small_test.txt -u 0.80
./xlearn_train ./small_train.txt -s 1 -v ./small_test.txt -u 0.40
Expand Down

0 comments on commit 256c611

Please sign in to comment.