Skip to content
View JJasonSun's full-sized avatar
🎯
Focusing
🎯
Focusing
  • ECNU
  • Shanghai
  • 16:35 (UTC +08:00)

Highlights

  • Pro

Block or report JJasonSun

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. DaSE-ML2025-Assignment1 DaSE-ML2025-Assignment1 Public

    在train.csv进行年龄预测回归任务,基于客户的职业、教育、信贷等特征(C列到Q列)预测客户年龄(B列)。

    Python

  2. DaSE-ML2025-Assignment2 DaSE-ML2025-Assignment2 Public

    本次任务是一个手写数字分类任务,要求在 train.npz 训练数据上,基于 Kernel + SVM 实现一个手写体识别模型,模型输入为 28×28像素的灰度手写数字图片,输出为 0~9 共10类数字标签。请实现 SVM 的核心算法逻辑,通过合理的特征工程与参数选择提升模型性能。

    Python