Skip to content
View KianaAbrisham's full-sized avatar

Block or report KianaAbrisham

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
KianaAbrisham/README.md

Hi, I’m Kiana 👋

I’m a data scientist focused on digital cardiovascular research and applied ML.
My portfolio spans end-to-end ML pipelines, classic ML from scratch, unsupervised methods, deep learning on tabular data, computer vision transfer learning, and NLP.

Note: The repositories here are curated portfolio demonstrations (clean, reproducible projects). I also share reproducible paper-code repositories that run on publicly available datasets (with data excluded from the repo).

Selected Projects

Links

Tech

Python · NumPy · pandas · scikit-learn · TensorFlow/Keras · PyTorch

Contact

Email: kianaabrisham@gmail.com

Pinned Loading

  1. stroke-prediction-ml-pipeline stroke-prediction-ml-pipeline Public

    Clinical ML pipeline with ROC/PR and interpretability

    Jupyter Notebook

  2. kmeans-breast-cancer-portfolio kmeans-breast-cancer-portfolio Public

    K-means clustering with PCA visualization and silhouette

    Jupyter Notebook

  3. mlp-pytorch-classifier mlp-pytorch-classifier Public

    PyTorch MLP for tabular classification with early stopping

    Jupyter Notebook

  4. cv-transfer-learning-mobilenetv2 cv-transfer-learning-mobilenetv2 Public

    Transfer learning with MobileNetV2, augmentation & inference

    Jupyter Notebook

  5. naive-bayes-sentiment naive-bayes-sentiment Public

    Sentiment classification using Multinomial NB (scratch + sklearn)

    Jupyter Notebook

  6. ppg-cfpwv-ieee-access ppg-cfpwv-ieee-access Public

    Reproducible Python code for PPG/SDPPG feature extraction and cf-PWV estimation (XGBoost) — IEEE Access.

    Python