「复试」英语口语
Good morning, professors. My name is Yang Aijun. I am from Beihang University, where I majored in Computer Science and Technology. During my undergraduate studies, I built a strong foundation in mathematics and programming, and I try to keep up with the latest developments in computer science by reviewing journal papers. I actively participated in various competitions, and earned awards for my efforts. And my graduation thesis was recognized as one of the most outstanding project at the school level.
Additionally, I have gained practical experience through internships at China Software and Technology Company, Beihang University, and Tsinghua University. During these experiences, I worked on AI-related projects such as world models, time series prediction, reinforcement learning, and object detection. These experiences have greatly enhanced my skills and deepened my passion for computer science.
As for my master studies, I plan to focus on both the theoretical and practical aspects of artificial intelligence, particularly reinforcement learning. My goal is to become an outstanding engineer and contribute meaningfully to this industry. I strongly believe that the progress made in these fields will drive significant changes in technology.
That’s all for my brief introdution. Thank you very much for taking the time to interview me.
不要说自己英文不好,按照自己理解的逻辑即可。主要是靠英文能力,不是考内容。能表达自己听到的问题,流利回答,语速不要太快。有前置语言。所有的问题是没有标准答案的,要自信。
有五到六个考官,面对主考官说即可。眼睛一定要面对老师。就算老师没关注我,也要注视老师,可眼神互动。
不要说,自己可能回答的不够好,要展现自己的自信。
Choose Shanghai Jiao Tong University
I chose SJTU because it is widely recognized for its strong Computer Science department. The university’s academic resources align perfectly with my goal to deepen my knowledge in AI and systems design. I’m confident that studying at SJTU will provide me with unparalleled opportunities to grow as both a researcher and a future industry professional.
favorite undergraduate course
My favorite course was Computer Organization. What made it truly memorable was the final project, where I designed and implemented a simplified CPU. This was my first large-scale engineering project. Through this hands-on experience, I gained a profound understanding of how instructions are fetched, decoded, and executed at the hardware level.
professional books have you read?
One of the most important books I have read is “Compilers /kəmˈpaɪ.lɚ/” commonly referred to the “Dragon Book.” I actually studied it in preparation for my computer organization course, and it gave me a deep understanding of how programming languages interact with hardware. It wasn’t easy, but pushing through it helped me connect theoretical concepts to practical experiences.
Handling Challenges in Graduate Studies
When facing difficulties, I plan to approach them by breaking down the problem into smaller, manageable parts. Sometimes I will seek advice and collaborate with peers and professors. I see challenges as growth opportunities, and I’m eager to embrace them during my graduate journey.
Personal character:
I would describe myself as an optimistic and persistent person. Even when facing challenges, I try to stay positive and keep working hard. I am also passionate about learning new things, which motivates me to continue growing and improving every day.
Hobbies and interests:
In my free time, I enjoy playing the piano and listening to music. Music helps me relax, especially when I’m feeling stressed.
I also like to run regularly to stay fit and clear my mind. It’s a great way for me to balance both mental and physical health.
Introduction to your undergraduate university:
I graduated from Beihang University, which is located in Beijing. The environment in my school is ideal for study. There are plenty of resources available for students, like free academic lessons and well-equipped study spaces. which provide a great place for students.
Additionally, there’s a beautiful garden in my school, where we can take a relaxing walk after dinner.
Introduction to your hometown:
I am from Guizhou, a beautiful province in southwest China. One of the most famous landmarks is the Huangguoshu Waterfall, which is known for its stunning natural beauty. Guizhou is also famous for its diverse culture and unique landscapes, making it a wonderful place to visit and explore.
Graduate study plan:
As for my master studies, I plan to focus on both the theoretical and practical aspects of artificial intelligence, particularly reinforcement learning. My goal is to become an outstanding engineer and contribute meaningfully to this industry. I strongly believe that the progress made in these fields will drive significant changes in technology.
Reason for pursuing graduate studies:
I am pursuing master degree to continue challenging myself and to push the boundaries of my knowledge. I believe that this is an essential step to further improve my technical skills, deepen my understanding of cs, and develop the critical thinking abilities required for high-level research.
Plans after graduation:
After graduating, I plan to stay in Shanghai and join a well-known company. I would like to become an outstanding engineer and contribute to the development of this industry. My goal is to work on innovative projects that can make a positive impact, and eventually, I hope to advance to a leadership role where I can mentor others and contribute to AI advancements at a larger scale.
Strengths and weaknesses:
One of my strengths is that I am very patient. I firmly believe that with enough dedication and hard work, I can achieve anything I set my mind to. This helps me stay focused and persistent, especially when facing challenges.
For my weakness…As I am new to this field, there are areas where I need to improve and develop further. I know that there is still a lot I do not know, and I recognize that there is plenty of room for growth. I am committed to working hard to become more proficient.
What if I am not admitted:
If I am not admitted, I will accept the outcome and continue to work hard. I will use this as an opportunity to reflect on my weaknesses and further improve my skills. I believe that rejection is not the end but rather a chance to learn and grow. I will continue to explore other opportunities and aim to apply again in the future, ensuring that I am better prepared next time.
Research and Implementation of Psychological Crisis Prediction (Graduation Project)
For my graduation project, I worked on a system that predicts psychological crisis in school students. The idea was to create a tool that could identify students who might be at risk early, so mental health professionals could help them before things get worse.
I built a prediction model using Attention-LSTM. I added an “attention” feature to make the model focus on the most important parts of the data. This made the model more accurate and easier to understand. The model worked really well, which was much better than traditional ones, such as DNN and GRU.
I also made another model using LightGBM to check how serious the risks were. LightGBM is a fast machine learning tool that works well with large data. This model not only predicted if a student was at risk, but also told us how serious the risk was. This helped mental health professionals know who needed more urgent help.
In the end, we put these models into an online platform, so students could easily check their own mental health and ask for help if needed. The platform also protected students’ privacy.
Another important feature was that the system looked at groups of students, not just one student. In this way, schools could see common problems and take action as a group. This made things faster and helped reduce the workload for the mental health staff.
介绍用的模型
LSTM models are good at processing sequential data, and the attention mechanism helps the model focus on the critical parts of the input sequence, improving prediction results.
I chose LightGBM because it is very fast and works well with large data. It uses a method called gradient boosting, which helps make accurate predictions. LightGBM can also handle missing data and categories, making it a good choice for my project.
为什么想做论文这个研究
I want to do this research because I’ve noticed that many students with mental health problems don’t get help in time, which can lead to serious problems. As AI is one of the latest technologies, I believe it should be used to serve humanity. After analyzing many related data and research, I decided to focus on helping students’ mental health from a group point of view.
相关知识
介绍神经网络
A neural network is a type of computer system inspired by how the human brain works. It is made up of layers of connected neurons. These neurons work together to solve problems.
如何减少神经网络的误差?
- We can use more and better data for training.
- Regularization methods like dropout can prevent the network from overfitting.
- Lastly, adjusting the learning rate can help the network learn more effectively.
什么是反向传播
Backpropagation is a method used to train neural networks. The network does this by calculating the error, and then sending this error backward through the network to update the weights.
过拟合
Overfitting happens when the network learns too much from the training data and does not generalize well to new data. You can prevent it by using techniques like regularization and dropout.
激活函数
Activation functions help decide whether a neuron should be activated or not. Examples include ReLU and Sigmoid.
梯度下降
Gradient descent is used to minimize the error by updating the weights in the network.
epochs and batches
An epoch is one complete pass through the training data
a batch is a set of the data used to update the weights during training
the difference between supervised and unsupervised learning
Supervised learning uses labeled data to train the model,
while unsupervised learning uses unlabeled data and finds patterns without needing labels.
China Software and Technology Company
During my internship at Zhicheng Technology, I had the chance to work on improving a platform to make risk monitoring better. The goal was to make sure any problems with operational vehicles/ˈvɪə.kəls/ were dealt with properly.
In this project, we had to check about 80 million driving records to find issues like taxi drivers not using the meter /ˈmiː.tər/ or picking up extra passengers. My job was to help find these problems using data analysis and computer vision.
One of the biggest challenges I faced was that the tracking would stop too early if the objects were blocked or not detected well. To fix this, I worked with experts to improve the system. I trained a CNN-based model to better detect features, which made the system more reliable.
I started by using a large dataset of images to teach the model how to identify important features, like shapes and movements.
I worked on tuning the model’s hyperparameters, like the learning rate and the number of layers, to make it more accurate. I also adjusted the batch size and the number of epochs to ensure the model was training well and not overfitting.
Through this process, I was able to improve the model’s ability to detect features more reliably, which made the system better at identifying issues in the data.
Principle: YOLO and Deep SORT were used for object detection and tracking in video data to monitor taxi violations. The Mahalanobis Distance replaced the default association metric to improve tracking robustness under occlusion.
Why it works: YOLO detects objects quickly and accurately, while Deep SORT tracks them over time. Mahalanobis Distance accounts for the relationship between object features, making tracking more reliable.
Tinghua
I explored innovative applications and advancements of World Models in embodied intelligence, focusing on core technologies such as generative AI and reinforcement learning.
Through literature review, I analyzed multimodal perception frameworks and dynamic decision-making mechanisms, studied typical application scenarios, and authored a related survey paper.
Using the PPO algorithm, I trained an autonomous driving agent in the CARLA simulation environment. I designed and implemented a multimodal input processing framework, extracting features via a dynamic network to generate shared representations. The value network predicted state values, while the policy network, modeled with a Beta distribution, controlled throttle, brake, and steering, improving control accuracy and stability.
For the dynamic network, I used a CNN to extract image features and combined road, vehicle, and navigation data as inputs to a GRU for temporal modeling. A linear combination method fused multimodal features, enhancing the agent’s perception and decision-making in complex environments.