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

Pandas NumPy Matplotlib scikit-learn SciPy PyTorch

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, and wrote a reproducible report.

๐Ÿ’ป 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

๐ŸŽฎ Game Development

  • 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. 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++

  2. heart_disease_predictor_py heart_disease_predictor_py Public

    Forked from UBC-MDS/heart_disease_predictor_py

    HTML

  3. SharpEdge SharpEdge Public

    Forked from UBC-MDS/SharpEdge

    Collection of image processing tools and techniques, including reposition, padding, colorscale conversion, pooling, image shrinking and seam carving. Designed for efficient manipulation and transfoโ€ฆ

    Python