Talks and presentations

Talk on Principles of Compilers

December 19, 2023

Talk, NanKai University,Principles of Compilers course, Tianjin,China

In the Principles of Compilers course, I completed a project for the Open Topic section that involved implementing classic lexical analysis algorithms. Specifically, I recreated the Thompson algorithm and the Powerset construction method in C++, and began work on the Hopcroft algorithm.

You can view the slides here

Talk on Introduction to Artificial Intelligence Course

June 09, 2023

Talk, NanKai University,Introduction to Artificial Intelligence Course, Tianjin, China

In the “Introduction to Artificial Intelligence” course, we conducted paper readings in groups. Our topic was related to image generation. We read several classic papers on image generation and selected the four most classic ones to complete a literature review. Our review was rated as an excellent major assignment. As the group leader, I reported our research progress in class. You can find the corresponding slides here and the paper here.