I am a driven computer science student focused on building innovative solutions through AI and software engineering. My academic journey spans Yale University and The Chinese University of Hong Kong, Shenzhen. In my free time, I love traveling, acting in plays, listening to music, and watching films.
My research interests include machine learning, deep learning, reinforcement learning, and robotics. I have hands-on experience from internships at Bosch, OPPO, and CITIC Securities.
Contact me directly at xinyuanzhu2024@163.com, or connect via LinkedIn and Instagram.
Email: xinyuanzhu2024@163.com
Location: China Shanghai
Computer Science
Aug 2025 - Jul 2026
Pursuing advanced coursework in machine learning and artificial intelligence.
Computer Engineering
Jul 2021 - Jul 2025
Computer Science & Engineering
Mar 2024 - Sep 2024
Exchange program with a focus on AI.
Sep 2024 - May 2025
Apr 2024 - Aug 2024
Oct 2022 - Mar 2024
2025 AIMEDIA, Venice, Italy
2023 IEEE International Conference on Robotics and Biomimetics, Koh Samui, Thailand
A precision web tool I built for split-second actions — set an exact start time like
19:00:00 and it fires a click the instant that moment arrives, useful for grabbing
limited tickets or flash-sale items before they sell out.
Scope: a page's JavaScript can never reach into a different tab or site — browsers block that by design (same-origin policy), on iOS, macOS, or anywhere else. So it ships as a bookmarklet that runs directly inside whichever real site you need to act on, since that's the only way to legitimately click something on another site.
This only works while that exact tab stays loaded — closing or refreshing it cancels the schedule, since the timer lives in that page's own JavaScript, nowhere else.