We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666a978 commit ff88ddbCopy full SHA for ff88ddb
examples/logic_gates/simple_train.php
@@ -15,7 +15,7 @@
15
fann_set_activation_function_output($ann, FANN_SIGMOID_SYMMETRIC);
16
17
$filename = dirname(__FILE__) . "/xor.data";
18
- if (fann_train_on_file($ann, $filename, $max_epochs, $epochs_between_reports, $desired_error)) {
+ if (fann_train_on_file($ann, $filename, $max_epochs, $epochs_between_reports, $desired_error))
19
print('xor trained.<br>' . PHP_EOL);
20
21
if (fann_save($ann, dirname(__FILE__) . "/xor_float.net"))
0 commit comments