PhP code for SVM (Support Vector Machines)
Posted by: Xin888
Date: April 02, 2017 09:02AM

Please share the SVM code in PHP for my thesis project. Or do you know how to program it?

Re: PhP code for SVM (Support Vector Machines)
Date: April 03, 2017 06:50PM

PHP is not a very fast programming language. I think it would not be a very good idea to implement SVM in PHP. Maybe that a better idea is to call some C++ or Java implementation of SVM from your PHP code or just run it offline? That might be easier than implementing SVM by yourself in PHP, or trying to find a library.

Re: PhP code for SVM (Support Vector Machines)
Posted by: ramon
Date: January 15, 2018 04:05PM

hf

Re: PhP code for SVM (Support Vector Machines)
Posted by: Muhammad Riski Saputra
Date: February 23, 2020 05:34AM

You can use this PHP ML Library , here is the link https://php-ml.org/

This forum is powered by Phorum and provided by P. Fournier-Viger (© 2012).
Terms of use.