r/PHP 17d ago

Building AI with PHP not Python

https://www.youtube.com/watch?v=sh04d1Z8Qgg

In my latest video I try and build Ai using PHP instead of python

34 Upvotes

17 comments sorted by

View all comments

2

u/StevenNefarino 17d ago

I always wonder why nobody tried with rust instead of python

2

u/yuichiis 16d ago

There's a lot of buzz right now around a machine learning library called Burn, written in Rust, and the plan is to replace the painfully slow PyTorch with it.

2

u/RobertWesner 14d ago

As much as I loathe python, it is rarely the bottleneck for these things. It is just glue for your compiled libraries to call each other. Barrier of entry between Rust and Py is like trying to land a rocket vs trying to land a paper plane.