Questions tagged [php-ml]

PHP-ML is a a fresh approach to Machine Learning in PHP. Algorithms, Cross Validation, Neural Network, Preprocessing, Feature Extraction and much more in one library.

31 questions
-1
votes
1 answer

Using PHP ML - Machine Learning library, to generate solutions based on a single input value

Problem: I have a door of 2000mm height. I have 2 types of panels to build the door: 615mm standard panels and 495mm standard panels. For the above height, my optimal solution would have to be: 1 x 615mm panel standard 2 x 495mm panel standard 1 x…
1 2
3