249 Commits

Autor SHA1 Mensagem Data
Jakub Zelenka ff88ddbb2d Fix error simple train example 2016-08-28 13:32:39 +01:00
Jakub Zelenka 666a9782e9 Merge pull request #27 from geekgirljoy/master
Adding New Examples
2016-08-28 13:29:23 +01:00
Joy Harvel cbceac3277 Update package.xml
Added new examples
2016-08-18 10:41:30 -07: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 31aa82d04e Update README.md 2016-08-18 03:03:15 -07:00
Joy Harvel 9752d4c3b9 Update README.md 2016-08-18 02:56:49 -07:00
Joy Harvel 684fd7efa5 Update README.md 2016-08-18 02:53:06 -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
Jakub Zelenka 456f5d75ac Update README about re-installing libfann 2016-08-14 15:21:29 +01: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 5cb637544a Release 1.1.1 1.1.1 2016-06-26 16:02:40 +01:00
Jakub Zelenka 6ed98be3ff Change test name for bug #23 2016-06-07 20:16:59 +01:00
Jakub Zelenka 39d169640e Fix #23: Segmentation fault after fann_destroy 2016-05-31 20:36:00 +01:00
Jakub Zelenka 3ca0916b35 Release 1.1.0 1.1.0 2016-03-30 19:34:43 +01:00
Jakub Zelenka 53afb65f8d Release 1.1.0RC2 1.1.0RC2 2016-03-13 17:35:28 +00:00
Jakub Zelenka 4e61051906 Fix C89 compat - move TSRMLS_FETCH to the declarations 2016-03-07 20:04:06 +00:00
Jakub Zelenka 65832ece4a Release 1.1.0RC1 1.1.0RC1 2016-03-06 16:08:45 +00:00
Jakub Zelenka 8faf2760be Do not fetch resources before destroying them
It is not needed
2016-03-06 16:05:45 +00:00
Jakub Zelenka cc21a48ea9 Update phpc with fixes for 5.2 2016-02-21 19:43:29 +00:00
Jakub Zelenka 727176d98d Update manual installation notes with recursive clone info 2016-02-11 20:16:41 +00:00
Jakub Zelenka fff2a12180 Use phpc_str_size_t for string length 2016-02-08 20:12:23 +00:00
Jakub Zelenka e6fb918933 Use PHPC_VAL_IS_TRUE in php_fann_callback 2016-02-05 17:50:42 +00:00
Jakub Zelenka 6ea9a54c51 Use PHPC_READ_PROPERTY in FANNConnection 2016-02-03 18:56:56 +00:00
Jakub Zelenka c33271046e Use PHPC_RES_DELETE in fann_destroy 2016-02-02 17:57:47 +00:00
Jakub Zelenka 6564be3baa Note possible mem leak in php_fann_callback 2016-02-01 19:38:17 +00:00
Jakub Zelenka 8b843b50dc Use phpc_val for retval in php_fann_callback 2016-02-01 19:37:27 +00:00
Jakub Zelenka d26b98c0cb Use PHPC_VAL_ASSIGN for assigning FCALL parameters 2016-01-31 19:10:01 +00:00
Jakub Zelenka 6d8769aa60 Use PHPC_ZVAL_IS_TRUE in PHP_FANN_PATH_FORBIDDEN 2016-01-29 20:29:43 +00:00
Jakub Zelenka 86afc91c61 Make fann_get_errstr compatible 2016-01-27 19:03:55 +00:00
Jakub Zelenka b6e1aed06e Make fann_set_cascade_activation_steepnesses compatible 2016-01-26 19:09:05 +00:00
Jakub Zelenka 6d28e19520 Make fann_get_cascade_activation_steepnesses compatible 2016-01-26 19:07:38 +00:00
Jakub Zelenka 44ba64f345 Make fann_set_cascade_activation_functions compatible 2016-01-26 19:05:55 +00:00
Jakub Zelenka 1f58528619 Make fann_get_cascade_activation_functions compatible 2016-01-25 20:00:53 +00:00
Jakub Zelenka 6f952eece7 Make fann_set_callback compatible 2016-01-22 20:10:26 +00:00
Jakub Zelenka 796c86fc8c Make fann_destroy_train compatible 2016-01-07 18:06:48 +00:00
Jakub Zelenka 46e96ae242 Make fann_create_train_from_callback compatible 2016-01-06 19:17:30 +00:00
Jakub Zelenka 2cf2b697fc Make fann_test compatible 2016-01-05 17:56:08 +00:00
Jakub Zelenka b56f751546 Make fann_set_weight_array compatible 2016-01-04 19:04:24 +00:00
Jakub Zelenka 4f00c057ac Make fann_get_connection_array compatible 2016-01-03 16:48:56 +00:00
Jakub Zelenka c45a09b066 Make fann_get_layer_array and fann_get_bias_array compatible 2016-01-02 16:08:52 +00:00
Jakub Zelenka 75ef4b0d5b Make fann_run compatible 2016-01-01 17:45:47 +00:00
Jakub Zelenka 0fab93446d Make fann_copy compatible 2015-12-31 16:10:46 +00:00
Jakub Zelenka 3ac9110e8d Make php_fann_callback compatible 2015-12-30 17:23:16 +00:00
Jakub Zelenka 47bdaf876c Make php_fann_create_array compatible 2015-12-29 16:02:48 +00:00