Jakub Zelenka
ff88ddbb2d
Fix error simple train example
2016-08-28 13:32:39 +01:00
Joy Harvel
df0d3efa40
Update test_all.php
2016-08-18 03:10:48 -07:00
Joy Harvel
dea7be11e1
Update test_all.php
2016-08-18 03:05:47 -07:00
Joy Harvel
318449e9f7
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# examples/logic_gates/test_all.php
2016-08-18 02:51:12 -07:00
Joy Harvel
18a9742978
Adding Examples
...
Added AND, NAND, NOR, NOT, OR, XNOR example training data. Added OCR
Example. Added Pathfinder Example. Updated README.md to reflect
additional examples.
2016-08-18 02:49:18 -07:00
Joy Harvel
34f60ecc33
Update test_all.php
2016-08-02 16:16:07 -07:00
Joy Harvel
6c97ba9124
Fixing test_all.php
...
Removed extra comma on inputs display
2016-07-29 00:31:33 -07:00
Joy Harvel
bdf74eb008
Added examples
...
Added train_all.php and test_all.php
2016-07-29 00:25:24 -07:00
Joy Harvel
bbe05abdc6
Added logic gate example training data
...
Added: and.data, nand.data, nor.data, not.data, or.data, xnor.data
2016-07-27 21:21:55 -07:00
Joy Harvel
64b4a588fa
Added output to simple_train.php
...
Added output to simple_train.php so that the page acknowledges that the training was completed and that the network was saved. Additionally a link to the test script was added.
2016-07-25 22:51:44 -07:00
Jakub Zelenka
a02e1f413c
Use only correct examples
2013-08-02 20:25:37 +01:00
Jakub Zelenka
f6b6a17b19
Remove useless tests
2013-08-02 20:14:38 +01:00
Jakub Zelenka
bcb580f9ae
Add fann_[get|set]_training_algorithm
2013-02-07 18:42:44 +00:00
Jakub Zelenka
3828b2a4b7
Add example for testing train parameters
2013-02-07 18:03:47 +00:00
Jakub Zelenka
4394f851ef
Add fan_set_activation_steepness_[hidden|output]
2013-02-06 20:24:45 +00:00
Jakub Zelenka
18fdc4835c
Fix seg fault when checking NULL train_data
2013-02-06 20:10:45 +00:00
Jakub Zelenka
2a6364bf6a
Add xor_train.php example
2013-02-04 19:22:20 +00:00
Jakub Zelenka
fb2e1c1260
Remove xor_float.net example file
2013-02-03 18:02:51 +00:00
Jakub Zelenka
7621d99ac6
Hide fann errors and use them for PHP Warnings
2013-02-03 17:49:47 +00:00
Jakub Zelenka
20eed39e00
Add fann_train_on_file and fann_save
2013-02-01 19:51:01 +00:00
Jakub Zelenka
ca7c486b1e
Add fan_set_activation_function_[hidden|output]
2013-01-31 18:39:31 +00:00
Jakub Zelenka
4707b44dc1
Sort the examples out
2013-01-30 18:36:05 +00:00
Jakub Zelenka
cfc7a9efb2
Add sparse and shortcut creating functions
2013-01-28 19:57:15 +00:00
Jakub Zelenka
1659ce7148
Separate fann_create_* code to minimize code duplication
2013-01-26 19:56:59 +00:00
Jakub Zelenka
c8cf825b5d
Add fann_create_standard_array that breaks php
2013-01-26 15:06:39 +00:00
Jakub Zelenka
a961f1ab81
Add fann_create_standard function
2013-01-23 19:46:37 +00:00
Jakub Zelenka
df8ca9971a
Initial commit with working simple_test.php
2012-12-16 18:05:48 +00:00