Skip to content
View xuyl0104's full-sized avatar
  • NY State

Block or report xuyl0104

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
xuyl0104/README.md

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on Computer Vision and Natural Language Processing;
  • ๐Ÿ… I use daily:
  • ๐ŸŽซ Also have experience with:
  • ๐Ÿ“ซ How to reach me: yxu133 at binghamton dot edu

๐Ÿ“Ž Homepages

๐ŸŽ“ Education

  • 2025.08๏ผš Binghamton University (Master's Degree in Computer Science)
  • 2018.08 - Now: Binghamton University (Computer Science, PhD Candidate)
  • 2014.09 - 2017.06: Shandong University (Computer Science, MEng)
  • 2010.09 - 2014.06: Shandong University at Weihai (Computer Science, BEng)

๐ŸงฉProject

  • Event-Stream User Behavior Prediction (https://github.com/xuyl0104/bitus-ml-predict-api/tree/docker)

    Designed recurrent neural networks (RNN/GRU) to predict sequential user actions (view, add-to-cart, purchase) using large-scale event data.

    Tech Stack: Python, PyTorch, Pandas, PostgreSQL, Docker, Spring Boot, ONNX.

  • LLM-Powered Data & Retrieval Platform (https://github.com/xuyl0104/Research-GPT)

    Built a full-stack conversational AI system integrating LLM, prompt engineering, retrieval-augmented generation (RAG), vector search, database, JWT user session control, and cloud persistence.

    Tech Stack: React + TypeScript, FastAPI, PostgreSQL, FAISS, AWS S3, Docker + Nginx.

    Gained hands-on experience with full-stack data pipelines, API integrations, and scalable deployments.

  • Blockchain Ponzi Scheme Detection (https://github.com/xuyl0104/blockchain_ponzi_detection)

    Scraped and processed large-scale Ethereum transaction data, applying anomaly detection and feature engineering to identify fraudulent contracts.

    Tech Stack: Python, Scikit-learn, Pandas, MongoDB.

  • Industry Software Development Experience (https://github.com/xuyl0104/React-Framework)

    Delivered large-scale UI frameworks in React and backend services in Java/Spring Boot during my role at a multinational company.

๐Ÿ‘จโ€๐Ÿ’ป Experience

  • 2019.08 -- Now: Teaching Assistant, Binghamton University

    I have been working as a TA at Binghamton University for the past five years.

    My job is to 1) help students with their questions on the algorithms and theories in the class, and 2) give topic-related lectures to provide more cutting-edge information about the courses.

    Courses: Machine Learning (course capacity: 45), Object-Oriented Programming & Data Structure (course capacity: 70), Algorithm Design & Analysis (course capacity: 42), Computer Architecture (course capacity: 40)

  • 2017.06 - 2018.06: Software Engineer, Inspur

    I developed a UI framework with React. This UI library includes built-in labels, buttons, cards, tables, inputs, modals, notifications, and more elements in various styles.

    The UI framework is hosted on NPM and surely boosts your development efficiency.

    GitHub: https://github.com/xuyl0104/React-Framework

    NPM: https://www.npmjs.com/package/gsp-react

Pinned Loading

  1. RepDistiller RepDistiller Public

    Forked from HobbitLong/RepDistiller

    [ICLR 2020] Contrastive Representation Distillation (CRD), and benchmark of recent knowledge distillation methods

    Python

  2. xuyl0104.github.io xuyl0104.github.io Public

    Forked from artemsheludko/flexible-jekyll

    Flexible-Jekyll is a simple and clean theme for Jekyll

    CSS

  3. KD_Lib KD_Lib Public

    Forked from SforAiDl/KD_Lib

    A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge Distillation, Pruning, and Quantization.

    Python

  4. React-Framework React-Framework Public

    React framework components

    JavaScript 1 1

  5. blockchain_ponzi_detection blockchain_ponzi_detection Public

    Ponzi Schemes Detection project for Blockchain class

    Python