M. Z. Hubail
Welcome to my blog
This a project I did for Software Engineering II course I took in college. For this project I used Laravel/PHP, which was good for me as Laravel supports (or include libraries that does support) many functionalities, like validation, Query builder/Object-Relational Mapper (ORM), generating fake data to seed the database, etc. Directory Structure Here is a brief description of the structure of the system: Route definitions: all of the systems routes are define in routes/web....
I was asked to fit several ML models to the well known Iris Species dataset. I’ll be going through the process and explaining the steps starting from preprocessing the data, to doing k-fold cross validation. ...