Compared 7 ML models for breast cancer detection using clinical biomarkers, achieving 87% accuracy with Random Forest (AUC: 0.91).
Built and compared 7 supervised ML models to classify breast cancer using routine blood biomarkers and anthropometric data (age, BMI) from the Breast Cancer Coimbra Dataset (116 women; 64 cancer, 52 control). Models evaluated: Naive Bayes, LDA, KNN, Random Forest, Gradient Boosting, SVM, and Deep Neural Network. Applied z-normalization, factor encoding, stratified train-test splits, and repeated 10-fold cross-validation for robust evaluation. Performed hyperparameter tuning including KNN-k sweep and RF mtry optimization. Key insight: Glucose, Resistin, and Adiponectin were top predictors — showing non-invasive tests can assist early cancer detection.
A production-grade Retrieval-Augmented Generation (RAG) chatbot with multi-query retrieval, evidence...
An evidence-based AI system using RAG to generate ATS-optimized resumes from GitHub and research dat...
Time series forecasting of Bitcoin prices comparing multiple neural network architectures including ...