About Me
I am an undergraduate student focusing on Artificial Intelligence, especially deep learning and reinforcement learning.
I am looking forward to pursuing a PhD related to machine learning in the future.
Research Interests
- Deep Learning
- Reinforcement Learning
- Large Language Models
Projects
-
AlphaZero Implementation: A simplified reproduction of the AlphaZero algorithm based on Monte-Carlo Tree Search.
The framework supports self-play training for board games; further optimization and ablation experiments are ongoing.
[Code]
-
MNIST Classification Experiment: Handwritten digit recognition using convolutional neural networks.
Completed dataset pipeline, model training and result visualization for basic vision tasks.
[Code]