Skip to content
View Khanz9664's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing

Block or report Khanz9664

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Khanz9664/README.md
Typing SVG


"In God we trust, all others must bring data." – W. Edwards Deming


Tech Arsenal



About Me

class DataScientist:
    def __init__(self):
        self.name        = "Shahid Ul Islam"
        self.role        = "Data Scientist | ML Engineer"
        self.location    = "Kulgam, Kashmir"
        self.education   = "MCA — Islamic University of Science & Technology (CGPA: 9.24)"
        self.languages   = ["en_US", "ur_PK"]
        self.email       = "shahid9664@gmail.com"

    def say_hi(self):
        print("Thanks for visiting! Let's build data-driven solutions together.")

    def current_focus(self):
        return [
            "🏥 Healthcare AI & Clinical Decision Support",
            "🤖 Agentic & Multi-Agent AI Systems",
            "🧠 Deep Learning — CNNs & Vision Transformers",
            "📊 Predictive Modeling & Feature Engineering",
            "🔤 Natural Language Processing & Text Classification",
        ]

    def expertise(self):
        return {
            "ml_ai"      : ["Supervised/Unsupervised Learning", "Transfer Learning",
                            "Class Imbalance Handling", "Model Evaluation"],
            "deep_learn" : ["CNNs", "Vision Transformers (ViT)", "NLP", "TF-IDF",
                            "Sentiment Analysis"],
            "agentic"    : ["Multi-Agent Architectures", "Tool-Augmented AI",
                            "Deterministic Reasoning", "Safety-Critical AI Design"],
            "cloud"      : ["Google Cloud Platform", "BigQuery", "Looker"],
        }

me = DataScientist()
me.say_hi()

Featured Projects

Transfer Learning–Based Classification of Respiratory Diseases with Explainable AI

Multi-class chest X-ray classifier detecting COVID-19, viral & bacterial pneumonia using transfer learning. Applied VGG16 and Vision Transformers (ViT-B/16) on 6,500+ medical images, achieving ~86% accuracy under class imbalance. Evaluated with precision, recall, F1-score, and confusion matrices. And performed Quantitative Faithfulness comparison between CNN's and ViT's using the XAI.

Stack: Python · PyTorch · TensorFlow · CNNs · ViT · Augmentation

Breast Cancer Prediction System

End-to-end ML pipeline classifying tumors as benign or malignant with ~98% accuracy. Performed feature engineering and data preprocessing, improving baseline performance by ~15%. Deployed as an interactive Streamlit web application for real-time clinical predictions.

Stack: Python · Scikit-Learn · Random Forest · Streamlit

Apple Sales Analysis & Predictive Dashboard

Enterprise-grade analytics platform analyzing Apple hardware vs. software revenue trends. Built an NLP-driven Executive Copilot and live telemetry simulator using Random Forest regression and Autoregressive pipelines. Integrated unsupervised clustering (K-Means, DBSCAN) and SciPy optimization (SLSQP) to translate data anomalies into quantified strategic directives.

Stack: Python · Pandas · Plotly · Streamlit · Scikit-Learn · NLP

Certifications

Certificate Issuer
Machine Learning Columbia University
Advanced Learning Algorithms Coursera (DeepLearning.AI)
Supervised ML: Regression & Classification Coursera (DeepLearning.AI)
Unsupervised Learning, Recommenders & Reinforcement Learning Coursera (DeepLearning.AI)
Introduction to Generative AI Google
Introduction to Large Language Models Google
Analyzing & Visualizing Data in Looker Google

GitHub Analytics

GitHub Streak Stats

Contribution Graph

Connect With Me

Email LinkedIn Portfolio GitHub X

Random Dev Quote

Profile Views & Stats

Profile Views followers stars


"Code is like humor. When you have to explain it, it's bad." – Cory House

From Khanz9664 | Thanks for visiting!

Pinned Loading

  1. Transfer-Learning-for-Respiratory-Disease-Classification Transfer-Learning-for-Respiratory-Disease-Classification Public

    Transfer learning is a powerful enabler for medical imaging AI. By reusing knowledge from general images, we circumvent one of medicine’s biggest bottlenecks – limited annotated data.

    Python 2 1

  2. CardioSense-AI CardioSense-AI Public

    CardioSense AI — Where clinical trust meets high-performance ML. An explainable CDSS with automated risk roadmaps, AHA/ACC-aligned safety guardrails, and production-ready CI/CD pipelines.

    HTML 1

  3. Breast-Cancer-Prediction Breast-Cancer-Prediction Public

    Breast cancer is one of the most common cancers in women worldwide. Early detection and accurate diagnosis are crucial for effective treatment and improved survival rates. This project utilizes mac…

    Jupyter Notebook 1 1

  4. Comprehensive-Data-Analysis-Visualization-of-Apple-Product-Sales Comprehensive-Data-Analysis-Visualization-of-Apple-Product-Sales Public

    Performed Comprehensive data analysis and Built an interactive dashboard specifically tracking global Apple hardware distribution versus recurring software (Services) revenue capture.

    Jupyter Notebook 1

  5. Python-For-DataScience Python-For-DataScience Public

    This repository offers a collection of Jupyter notebooks that chronicle my journey in learning Python for Data Science. The notebooks cover a range of topics, from basic programming concepts to adv…

    Jupyter Notebook 1

  6. C-Programming-Practice C-Programming-Practice Public

    Comprehensive solution to a variety of C language programs, including Functions & Pointers, Pattern Printing, Recursion, Arrays.

    C 1 1