Talk in English - US at php[tek] 2023
Track Name:
Laravel Studio
Checkout the code: https://github.com/markpruett571/rubixml-laravel-housing
View Slides: https://bit.ly/house-prices-rubixml-laravel
Short URL: https://joind.in/talk/6bc39
(QR-Code (opens in new window))
In this talk, I will give an overview of using the RubixML PHP library to build machine learning models and run predictions. I will build an MVP using a dataset, model, and predictions with Rubix and the Laravel framework. 1. Quick Introduction to Machine Learning 2. Examples of Where Machine Learning Is Beneficial. 3. Quick Overview of RubixML and Laravel. 4. Choosing a Classifier/Regressor for Your Model 5. Example: Building a Housing Price Predictor with a Gradient Boosted Machine (GBM) (Open source example from RubixML) 6. Questions/Discussion
Demo Repo: https://github.com/markpruett571/rubixml-laravel-housing
Jupyter PHP Kernel: https://github.com/Rabrennie/jupyter-php-kernel
Comments
Comments are closed.
Very good intro to using Rubix with Laravel.
Really appreciate the code examples and demo repo
I really appreciate the introduction to RubixML. I was unaware of it, and knowing that there's an ML library for PHP makes it much easier to get started. It definitely lowers the barrier to entry of dabbling in ML.
This was really beneficial and I will be trying this at work. It would be nice to have a better understanding of what ML is as part of the intro. You dropped terms like "neuron" and I wasn't sure if that had been explained. Thanks for the talk
Machine Learning is a complex topic, and this was a great intro to how to dip your toes into it with a PHP background. I personally would've liked just a little bit more info on core Machine Learning concepts.