It works!
It works!
Data Analytics and Learning for Cardiovascular Disease Detection based on ECG Signals
During my research internship at North Carolina State University, under the supervision of Associate Professor Zhishan Guo, I developed a one-class classification model to detect cardiovascular abnormalities using ECG signals. The project aimed to address limitations in traditional methods that focused on specific disease categories by creating a model capable of identifying a broader range of abnormalities, including those not present in the training dataset. The PhysioNet dataset was used to train and validate the models.
Challenge: Variability in real-world datasets, including noise and segmentation errors.
Solution: Tested multiple denoising methods and developed specialized signal templates in collaboration with medical experts.
Challenge: Limited labeled data for abnormal signals.
Solution: Exclusively trained on normal signals to utilize reconstruction errors for anomaly detection.
This project deepened my understanding of biomedical signal analysis, especially in feature extraction and pattern recognition. The collaboration with medical experts highlighted the importance of interdisciplinary research in addressing practical challenges. Building on this experience, I am inspired to explore the application of signal-processing models in neuroscience, particularly for analyzing brain neural signals like EEG and fMRI.
This research was conducted under the guidance of Professor Zhishan Guo at NCSU. I led the development of the autoencoder model and preprocessing pipeline, contributed to adaptive model selection strategies, and collaborated with team members on testing, result visualization, and paper writing.
Reinforcement Learning for Inverted Pendulum Control
This project involved applying Reinforcement Learning (RL) algorithms to control both single and double inverted pendulum systems. Using algorithms such as Q-Learning, DQN, DDPG, and PPO, we implemented controllers to achieve swing-up and stabilization tasks. The project explored the dynamic complexities of inverted pendulum systems and highlighted the effectiveness of RL techniques for non-linear control problems.
Report PDF | GitHub (Chinese README)
This project deepened my understanding of reinforcement learning and its application to real-world control problems. It highlighted the importance of tailored reward functions and robust algorithm selection for dynamic systems. The challenges in handling chaotic behaviors inspired further exploration into model-based strategies to enhance RL performance.
The eMeritBox project combines traditional Buddhist cultural elements with modern technology, creating an interactive gravity-sensing electronic donation box. Built with a Raspberry Pi, the system integrates PWM control, motion sensing, and a web-based interface to modernize the concept of a traditional donation box. This innovative design bridges traditional practices with digital solutions, offering a seamless and meaningful user experience.
GitHub (Chinese README) | Presentation PDF (Chinese version)
GY25Ctrl
for gyroscope data processing.MatrixCtrl
for donation ball display updates.BGMPlayer
for background music playback.dtparam=i2c_vc=on
.The eMeritBox represents a modernized approach to traditional Buddhist donation practices, seamlessly integrating spiritual elements with advanced technology. By reimagining the donation process with dynamic visuals and interactive controls, this project demonstrates the potential of technology to preserve and innovate cultural traditions. The challenges in hardware-software integration further highlighted the importance of modular design and multi-threaded programming in building robust embedded systems.
National Undergraduate Electronic Design Contest
In the National Undergraduate Electronic Design Contest (Aug 2023), our team designed and developed a laser motion control and auto-tracking system, earning a provincial second prize. This competition required participants to build an innovative system under rigorous time constraints. Our solution featured precise motion control and real-time tracking using advanced image processing and feedback algorithms.
[Report PDF (Chinese version)]
This competition was a test of endurance, adaptability, and teamwork. The intense four-day schedule required rapid problem-solving and collaboration. The experience highlighted the importance of robust system design and precise calibration in achieving high-performance results. It also reinforced the value of integrating advanced algorithms, such as Kalman filtering, to address real-world constraints.
National Undergraduate Embedded Chip and System Design Competition
In the National Undergraduate Embedded Chip and System Design Competition (July 2023), I developed a dual-quadcopter control system using STM32F4 and NRFx series controllers. The project demonstrated motion synchronization between a primary and a secondary quadcopter through innovative wireless communication and control algorithms. This work earned us district-level recognition for its technical complexity and application potential.
[Report PDF (Chinese version)]
This project offered valuable insights into embedded system design and wireless communication. Working through challenges such as signal interference and parameter tuning enhanced my problem-solving skills. The experience also underscored the importance of collaboration and iterative debugging in achieving stable and synchronized quadcopter control.
SUSTech Electronic Design Competition
In the SUSTech College Student Electronic Design Competition, our team developed an embedded system for a smart medicine delivery vehicle. The system utilized modular design to complete tasks such as path tracking, room number recognition, and automatic medicine delivery and return. Using Arduino Mega2560 as the main controller and OpenMV Cam H7 Plus for vision-based recognition, we successfully implemented a functional prototype that met the core requirements.
[Report PDF (Chinese version)]
This competition underscored the importance of modular system design in solving complex real-world problems. From refining vision models to debugging hardware components, the experience deepened my understanding of embedded systems and control algorithms. It also highlighted the critical role of interdisciplinary approaches in achieving reliable system performance.
Mathematical Contest In Modeling
As part of the Mathematical Contest in Modeling (MCM), our team developed models to analyze and predict trends in the game “Wordle.” Leveraging ARIMA for time-series forecasting, BP neural networks for player behavior prediction, and K-means clustering for difficulty classification, we provided actionable insights for game developers and researchers. The project demonstrated the applicability of machine learning techniques to analyze complex patterns in player data.
This competition provided valuable experience in applying statistical and machine learning techniques to real-world problems. It reinforced the importance of data cleaning, feature extraction, and model validation. The integration of multiple models (ARIMA, BP neural networks, and K-means) highlighted the versatility of these methods in addressing diverse challenges.