I built a Neural Network library in pure PHP with GPU support (OpenCL) - looking for feedback!

Posted by Artistic_Farmer8019@reddit | learnprogramming | View on Reddit | 1 comments

I've been working on a Neural Network library written in PHP. It started as a learning project but has grown into a fairly feature-rich library that I wanted to share.

Key Features:

I'm looking for feedback on the code structure, especially regarding the backend detection logic and matrix operations. If anyone has experience optimizing math operations in PHP, I'd love to hear your thoughts.

Here is the code: https://github.com/GuilhermeBiancardi/Neural-Network-PHP

If you like give me a star!

Thanks!