From b78d4ef98344d2f91ad04f1cafa6f7983993bf2f Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Mon, 16 Feb 2026 18:14:00 +0100 Subject: [PATCH] Add new research and academic projects: Dropout Reduces Underfitting, GLM Bikes, ML Loan Prediction, and Breast Cancer Detection - Implemented a new research project on Dropout strategies in deep learning, including detailed objectives, methodology, and usage instructions. - Created a project for predicting bike rentals using Generalized Linear Models, outlining objectives, methodology, and key findings. - Developed a machine learning project for loan prediction, detailing objectives, methodology, and a report on model performance. - Added a project focused on breast cancer detection using various classification models, including objectives, methodology, and resources. - Updated package.json with author information and upgraded dependencies. --- app/components/home/live/StatusPage.vue | 4 +- bun.lock | 1814 ++++++++++------- ....md => dl-dropout-reduces-underfitting.md} | 4 +- .../projects/{bikes-glm.md => glm-bikes.md} | 2 +- content/projects/{loan-ml.md => ml-loan.md} | 4 +- .../{breast-cancer.md => sl-breast-cancer.md} | 2 +- package.json | 52 +- 7 files changed, 1163 insertions(+), 719 deletions(-) rename content/projects/{dropout-reduces-underfitting.md => dl-dropout-reduces-underfitting.md} (99%) rename content/projects/{bikes-glm.md => glm-bikes.md} (99%) rename content/projects/{loan-ml.md => ml-loan.md} (98%) rename content/projects/{breast-cancer.md => sl-breast-cancer.md} (98%) diff --git a/app/components/home/live/StatusPage.vue b/app/components/home/live/StatusPage.vue index de21a12..0d96418 100644 --- a/app/components/home/live/StatusPage.vue +++ b/app/components/home/live/StatusPage.vue @@ -1,7 +1,7 @@