Skip to content
View Arc-Celt's full-sized avatar
โ˜ƒ๏ธ
โ˜ƒ๏ธ

Block or report Arc-Celt

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Arc-Celt/README.md

Hi! I'm Archer. Welcome to my GitHub page! ๐Ÿ‘‹

๐ŸŽ“ Master of Data Science UBC '25 | ZJU '24

๐Ÿ’ป Ex-Software QA Engineer Intern @ Isvision | Aspiring Data Scientist

๐Ÿฑ Feel free to connect with me!

โš™๏ธ Technical Skills

Languages

Data Science & Machine Learning

Dev tools

๐Ÿ› ๏ธ Featured Projects & Experiences

Throughout my journey, I've worked on various projects showcasing my expertise in data science, software development, and quality assurance:

๐Ÿ“ˆ Data Science & Machine Learning

  • Topic Modeling and Sentiment Analysis of Social Media

    • Implemented data scraping and cleaning using Python's requests library and Bag-of-Words encoding
    • Analyzed 7,500+ Weibo comments using LDA for topic modeling, identifying 6 distinct conversation themes
    • Fine-tuned SnowNLP classifier on 60,000+ labeled comments for enhanced sentiment analysis
  • Heart Disease Predictor

    • Prepared the heart disease dataset by handling missing values, encoding categorical variables, and normalizing numerical features.
    • Built and fine-tuned Logistic Regression, SVC, and Decision Tree models. Provided interpretable results.
    • Visualized feature coefficients and importances to reveal key predictors. Analyzed misclassified cases for insights into model weaknesses.
    • Abstracted code into reusable functions, implemented corresponding tests. Wrote a Makefile to automate and streamline the execution of all scripts in sequence, enhancing project reproducibility.

๐Ÿ’ป Quality Assurance Testing

  • Software QA Engineer Intern at Isvision Technology
    • Spearheaded Web UI test automation covering 11 pivotal modules for automotive manufacturing
    • Developed comprehensive testing suites for precision chart validation
    • Automated 400+ backend API tests for UserManager system

๐ŸŽฎ Software & Game Development

  • Software QA Engineer Intern at Isvision Technology

    • Developed Go-based simulator generating random deviations for accuracy testing
    • Implemented complex data processing and conversion algorithms
    • Created DMO file output system for measurement analysis
  • Multi-mode Snake Game

    • Developed classic game in C/C++ with EGE graphics library
    • Implemented advanced food spawning algorithms and wall-piercing mechanisms
    • Created 3 innovative gameplay modes enhancing user experience

Pinned Loading

  1. UBC-MDS/heart_disease_predictor_py UBC-MDS/heart_disease_predictor_py Public

    HTML 1

  2. multi-mode_snake_game multi-mode_snake_game Public

    A project centered around implementing a multi-mode Snake game, completed in the Data Structures and Algorithm Analysis course at ZJU.

    C++