Skip to content

Commit f981e23

Browse files
author
Timur Gilmullin
committed
examples updated
1 parent 58b252b commit f981e23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Some examples are below.
316316

317317
When you run Learning mode in CLI, for example:
318318

319-
python FuzzyClassificator.py --debug-level=info -u 1 --learn config=3,3,2,2 epochs=100 rate=0.5 momentum=0.5 epsilon=0.75 stop=1
319+
python FuzzyClassificator.py --debug-level=info -u 1 --learn config=3,3,2,2 epochs=100 rate=0.5 momentum=0.5 epsilon=0.05 stop=1
320320

321321
Also you can run the same Learning mode command using API:
322322

@@ -331,7 +331,7 @@ Also you can run the same Learning mode command using API:
331331
"epochs": 100,
332332
"rate": 0.5,
333333
"momentum": 0.5,
334-
"epsilon": 0.75,
334+
"epsilon": 0.05,
335335
"stop": 1
336336
}
337337

0 commit comments

Comments
 (0)