I am trying to implement a machine learning algorithm in a web application using PHP-ML but I got stuck because of the error below

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


I am trying to implement a machine learning algorithm in a web application using PHP-ML but I got stuck because of the error below



I think the problem is implementing Libsvm on windows but I have no idea of implementing that.



Fatal error: Uncaught PhpmlExceptionLibsvmCommandException: Failed
running libsvm command: "C:UsersKanathi
Kevinvendorphp-aiphp-mlbinlibsvmsvm-train.exe -s 0 -t 2 -c 10000
-n 0.5 -d 3 -r 0 -p 0.1 -m 100 -e 0.001 -h 1 -b 0 "C:UsersKanathi Kevinvendorphp-aiphp-mlvarphpml5b58d57c10d0f6.10390009"
"C:UsersKanathi
Kevinvendorphp-aiphp-mlvarphpml5b58d57c10d0f6.10390009-model""
with reason: "operable



program or batch file." in C:UsersKanathi
Kevinvendorphp-aiphp-mlsrcExceptionLibsvmCommandException.php:13
Stack trace: #0 C:UsersKanathi
Kevinvendorphp-aiphp-mlsrcSupportVectorMachineSupportVectorMachine.php(163):
PhpmlExceptionLibsvmCommandException::failedToRun('C:UsersKanath...',
'operable progra...') #1
C:xampphtdocsdissphpmlclassificationlanguageDetection.php(37):
PhpmlSupportVectorMachineSupportVectorMachine->train(Array, Array)



2 {main} thrown in C:UsersKanathi Kevinvendorphp-aiphp-mlsrcExceptionLibsvmCommandException.php on



line 13









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Keycloak server returning user_not_found error when user is already imported with LDAP

PHP parse/syntax errors; and how to solve them?

How to scale/resize CVPixelBufferRef in objective C, iOS