DEV Community

Discussion on: Algorithm explained: Linear regression using gradient descent with PHP

Collapse
 
dansilcox profile image
Dan Silcox

I’m thinking I might have to give it a go some time :)

Thread Thread
 
thormeier profile image
Pascal Thormeier

Is there a specific algorithm or method you're thinking about? Might cover that one in a post next 🙂

Thread Thread
 
dansilcox profile image
Dan Silcox

To be honest I don’t really know! Not done much with machine learning or similar really, too maths heavy for me generally 😂 but willing to give it a go, was just going to basically replicate what you’ve done here initially for learning purposes, maybe with a different data source.