Transformer Concept Exploration and Practice in Pytorch 2024-11-29 2024-11-29 projects an hour read (About 6784 words)This post explores the principles about the impressive transformer structure and for downstream tasks, such as machine translate, it achieves the full implementation and training details. Transformer,NLP Read more
3D Gaussian Splatting 真实场景的光场图像渲染 2024-11-28 2024-11-28 projects 7 minutes read (About 997 words)本文介绍如何利用 3D Gaussian Splatting(3DGS) 实现真实场景的光场图像渲染. 3D Vision,3DGS Read more
Design of A Basic Computer Model With Stack Function 2023-11-07 2023-12-15 projects a few seconds read (About 42 words)This post introduces how to design a basic computer model which can achieve commmon stack functions. Computer Principle Read more
Markov Decision Process Model Based on Value Iteration 2023-10-20 2023-12-15 projects 11 minutes read (About 1704 words)Using the taxi example of OpenAI Gym to achieve and tune MDP model in Reinforcement Learning based on value iteration. Deep Reinforcement Learning Read more
2D Virtual Try-on Based on Deep Learning 2023-10-05 2024-04-12 projects 4 minutes read (About 627 words)This post is the introduction about my project of 2D Virtual Try-on Based on Deep Learning. Computer Vision Read more