Skip to content

Commit 4df9b03

Browse files
committed
Update StreamX descirption
1 parent bfacb16 commit 4df9b03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Projects/ProjectData.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const projects = [
22
{
33
imgPath: require("../../Assets/projects/StreamX.png"),
44
title: "StreamX - Movie Recommender",
5-
description: "A Personalized Recommender System implementing custom Matrix Factorization. Includes data preprocessing, model evaluation (MAE, RMSE, NDCG), and a full-stack web application.",
5+
description: "A personalized recommender system with Matrix Factorization (SGD, ALS), SVD, and TextCNN, featuring end-to-end preprocessing, evaluation (MAE, RMSE, NDCG), and a full-stack web app.",
66
ghLink: "https://github.com/Magicherry/Movies-Recommendation",
77
demoLink: "https://github.com/Magicherry/Movies-Recommendation",
88
tags: ["Python", "Machine Learning", "Matrix Factorization", "Next.js", "Django", "Text CNN", "Recommender"],
@@ -12,7 +12,7 @@ export const projects = [
1212
{
1313
imgPath: require("../../Assets/projects/Railway.png"),
1414
title: "Intelligent Rail Incident Classifier",
15-
description: "A hierarchical NLP system based on DeBERTa-v3 to automatically classify real-world railway incident logs across multi structured label levels, with end-to-end training and evaluation pipelines.",
15+
description: "A hierarchical NLP system built on DeBERTa pre-trained language models for automatic classification of real-world railway incident logs across multiple structured label levels, supported by an end-to-end training and evaluation pipeline.",
1616
tags: ["Python", "Hierarchical Learning", "Preprocessing", "Fine-tuning", "DeBERTa-v3", "NLP"],
1717
type: "Company Internal",
1818
date: "2025"

0 commit comments

Comments
 (0)