Intro

Hello! I’m Md Moinul Azim — a passionate data analyst and aspiring researcher with a strong background in machine learning, data visualization, and environmental/health data analysis.

I recently graduated in Computer Science and Engineering from the Bangladesh University of Engineering and Technology (BUET). My academic and project work reflects a commitment to using data for social impact — from predictive modeling in healthcare to visual analytics of global trends.

Welcome to my portfolio — a collection of carefully crafted projects that combine analytical depth with storytelling through tools like SQL, Python, Power BI, Tableau, and Excel.

Projects

  • Python
  • SQL
  • Excel
  • Power BI
  • Tableau
  • Machine Learning

❤️ Heart Disease Prediction (Python)

Built a classification model using ensemble methods like Random Forest and Gradient Boosting to predict the presence of heart disease. The project includes feature selection, preprocessing, model evaluation using accuracy, F1-score, and AUC-ROC, and visualization of confusion matrix and feature importance.

🎬 Movie Dataset Analysis (Python)

Performed in-depth EDA on a movie dataset using pandas, matplotlib, and seaborn. Tasks included cleaning nulls, converting columns to numeric, extracting release year, and visualizing trends like budget vs gross earnings, top-grossing production companies, and feature correlations.

📈 Seasonal Water Quality Forecasting (Python)

Used classical time series models (ARIMA, SARIMA, VAR) to forecast seasonal water quality metrics like pH, DO, BOD, TDS, and more. Data was grouped by season to calculate seasonal CCME Water Quality Index (WQI), helping to track environmental trends over 8 years.

💧 Water Potability Prediction (Python)

Trained machine learning models to classify drinking water as potable or non-potable based on physicochemical parameters. The project includes data cleaning, outlier handling, normalization, and classification using ensemble algorithms with accuracy and confusion matrix metrics.

🏢 Web Scraping U.S. Company Financials (Python)

Scraped the Fortune 500 company table from Wikipedia using `requests` and `BeautifulSoup`. Cleaned and structured the data with pandas to extract key financial fields such as revenue, profit, and employee count, and saved it as a CSV file for further analysis.

🦠 COVID-19 Global Impact Analysis (SQL Server + Tableau)

Analyzed global COVID-19 cases, deaths, and vaccination trends using SQL Server. Created interactive Tableau dashboards to visualize time-based patterns and country-wise impact for better data-driven awareness.

📉 Layoffs Data Analysis (MySQL)

Investigated global tech and corporate layoffs between 2020–2023 using MySQL. Uncovered insights into which sectors, companies, and regions were most affected, helping contextualize employment trends during global downturns.

🏡 Nashville Housing Data Cleaning (SQL Server)

Performed extensive data cleaning in SQL Server Management Studio to prepare a raw housing dataset for downstream analytics. Tasks included removing duplicates, parsing dates, and normalizing address fields for clarity and structure.

🚲 Bike Buyers Data Cleaning (Excel)

Cleaned customer demographic and sales data in Excel and created an interactive dashboard using pivot tables and slicers. Helped identify potential buyer segments based on income, occupation, and commuting behavior.

🧹 President Information Data Cleaning (Excel)

Standardized and cleaned U.S. president data including term dates and party affiliations for reliable use in analysis and visualization. The dataset was prepared for use in dashboards or historical studies.

🏡 AirBnB Data Visualization (Excel + Tableau)

Cleaned AirBnB listing data in Excel and visualized pricing trends, room types, availability, and locations using Tableau dashboards. The project highlights differences in host behavior and regional patterns across a city.

📊 Data Professional Survey Dashboard (Power BI)

Built a Power BI dashboard from a global survey dataset of developers and data professionals. Explored relationships between job roles, salary, learning platforms, and satisfaction using interactive visuals and DAX filters.

🏡 AirBnB Data Visualization (Excel + Tableau)

Cleaned AirBnB listing data in Excel and visualized pricing trends, room types, availability, and locations using Tableau dashboards. The project highlights differences in host behavior and regional patterns across a city.

🦠 COVID-19 Global Impact Analysis (SQL Server + Tableau)

Analyzed global COVID-19 cases, deaths, and vaccination trends using SQL Server. Created interactive Tableau dashboards to visualize time-based patterns and country-wise impact for better data-driven awareness.

❤️ Heart Disease Prediction

Built a classification model using ensemble methods like Random Forest and Gradient Boosting to predict the presence of heart disease. The project includes feature selection, preprocessing, model evaluation using accuracy, F1-score, and AUC-ROC, and visualization of confusion matrix and feature importance.

📈 Seasonal Water Quality Forecasting

Used classical time series models (ARIMA, SARIMA, VAR) to forecast seasonal water quality metrics like pH, DO, BOD, TDS, and more. Data was grouped by season to calculate seasonal CCME Water Quality Index (WQI), helping to track environmental trends over 8 years.

💧 Water Potability Prediction

Trained machine learning models to classify drinking water as potable or non-potable based on physicochemical parameters. The project includes data cleaning, outlier handling, normalization, and classification using ensemble algorithms with accuracy and confusion matrix metrics.

Research

🎓 Undergraduate Thesis

Title: Comparative Study of U-Net Variants in QCT Bone Image Segmentation

Objective: To evaluate and compare the performance of different U-Net-based deep learning architectures—U-Net, Multi-Res U-Net, and Attention U-Net—for segmenting femur bones from Quantitative Computed Tomography (QCT) images.

Motivation: Accurate QCT image segmentation plays a crucial role in diagnosing bone diseases such as osteoporosis and in planning personalized treatments. Traditional manual segmentation is prone to inconsistency and expert-dependence. This study investigates deep learning models that can automate and improve segmentation accuracy, consistency, and efficiency.

Methodology:

  • Preprocessed QCT images using normalization, voxel resampling, and augmentation.
  • Implemented three deep learning architectures:
    • U-Net – A conventional encoder-decoder structure with skip connections.
    • Multi-Res U-Net – Introduces multi-resolution blocks to capture multi-scale features.
    • Attention U-Net – Employs attention gates to focus on relevant image regions.
  • Compared models using metrics like Dice coefficient, Mean IoU, RMSE, MAE, and Relative Error for both surface area and volume segmentation.

Key Results:

  • U-Net achieved the highest accuracy and the lowest error in both surface area and volume predictions.
  • Multi-Res U-Net captured anatomical variations well but had slightly higher errors.
  • Attention U-Net was more effective in identifying critical regions, though less accurate in surface area estimations.

Conclusion: The study concludes that while each variant has strengths, the standard U-Net model delivers the most balanced performance for femur segmentation in QCT images, especially in terms of reconstruction accuracy and error minimization​:contentReference[oaicite:0]{index=0}.

Tools & Technologies: Python, TensorFlow, NumPy, Medical Image Processing Libraries (e.g., SimpleITK, NiBabel), DICOM imaging.

Supervisor: Dr. Mahmuda Naznin, Department of CSE, BUET

📄 Read Full Thesis (PDF)

About Me

Hello! I’m Md Moinul Azim, a Computer Science and Engineering graduate from the Bangladesh University of Engineering and Technology (BUET) with a passion for data science, machine learning, and impactful research in healthcare and the environment.

My portfolio spans platforms including Python, SQL, Excel, Tableau, and Power BI. I’ve worked on diverse projects — from interactive dashboards analyzing COVID-19 and global layoffs to time series forecasting of environmental water quality and predictive modeling of heart disease risk.

For my undergraduate thesis, I conducted a comparative study of U-Net variants for segmenting femur bones from Quantitative Computed Tomography (QCT) images. I implemented and evaluated three architectures—U-Net, Multi-Res U-Net, and Attention U-Net—on clinical QCT data to determine their effectiveness in capturing anatomical structures. The study focused on segmentation accuracy and 3D reconstruction performance using metrics such as Dice coefficient, mean IoU, RMSE, and relative error. This work contributed insights for selecting optimal deep learning models in bone imaging tasks.

I’ve also contributed to public-facing analytical projects, including Power BI dashboards derived from international survey data, Excel-based dashboards for business insights, and predictive models for environmental and health outcomes.

Beyond academics, I’m deeply committed to teaching and mentoring — helping students prepare for university entrance and math Olympiads. I’ve received multiple national academic awards and have consistently earned a spot on the Dean’s List at the Bangladesh University of Engineering and Technology (BUET).

I’m driven by a goal to apply data and technology for social good. If you're interested in research collaboration, data-driven innovation, or impactful analytics — I’d love to connect!

Want to know more?

You can download my CV here:

Elements

Text

This is bold and this is strong. This is italic and this is emphasized. This is superscript text and this is subscript text. This is underlined and this is code: for (;;) { ... }. Finally, this is a link.


Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

Blockquote

Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.

Preformatted

i = 0;

while (!deck.isInOrder()) {
    print 'Iteration ' + i;
    deck.shuffle();
    i++;
}

print 'It took ' + i + ' iterations to sort the deck.';

Lists

Unordered

  • Dolor pulvinar etiam.
  • Sagittis adipiscing.
  • Felis enim feugiat.

Alternate

  • Dolor pulvinar etiam.
  • Sagittis adipiscing.
  • Felis enim feugiat.

Ordered

  1. Dolor pulvinar etiam.
  2. Etiam vel felis viverra.
  3. Felis enim feugiat.
  4. Dolor pulvinar etiam.
  5. Etiam vel felis lorem.
  6. Felis enim et feugiat.

Icons

Actions

Table

Default

Name Description Price
Item One Ante turpis integer aliquet porttitor. 29.99
Item Two Vis ac commodo adipiscing arcu aliquet. 19.99
Item Three Morbi faucibus arcu accumsan lorem. 29.99
Item Four Vitae integer tempus condimentum. 19.99
Item Five Ante turpis integer aliquet porttitor. 29.99
100.00

Alternate

Name Description Price
Item One Ante turpis integer aliquet porttitor. 29.99
Item Two Vis ac commodo adipiscing arcu aliquet. 19.99
Item Three Morbi faucibus arcu accumsan lorem. 29.99
Item Four Vitae integer tempus condimentum. 19.99
Item Five Ante turpis integer aliquet porttitor. 29.99
100.00

Buttons

  • Disabled
  • Disabled

Form