M. Z. Hubail

Welcome to my blog

Cinema Management System

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....

December 28, 2022 · 348 words

Applying different learners on the Iris dataset

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. ...

May 18, 2023 · 1132 words