Home

Positional Embedding in Transformer

We prove that the summation of positional embedding and word embedding is a specific case of concatenation Report Source code https://github.com/HappyWalkers/ESE546Project.git

Quantize the Network

Among all the methods that can alleviate computational workload during the training process, BinaryConnect is especially effective by binarizing the weights to +1 and -1 during the training process. However, there has been debate about which binarization method is the best over time. Therefore, we reproduced the work of the original BinaryConnec...

Hexo

Hexo Hexo is another tool that helps post blog. Commands Create a new blog: hexo new another-post Deploy the new blog: hexo generate hexo clean hexo deploy Remember to add this line after a short description of this post: <!-- more --> When using the embedded code of an online video, such as the videos on Youtube or Bilibili, w...

Gems -- UE5 Game Development

Introduction Basically, it’s a first person collecting game. Presentation At first, I try to design a new map but find a better alternative, FANTASTIC - Village Pack .

Web application: A course review and comments website

Introduction In the first version, I developed the web with Django and host it with Amazon EC2, a wonderful service provided by AWS.In the second version, I change to Spring Boot and Angular to provide a better front end GUI, and I would like to present some pictures of the second-version-web. Presentation Home page Every course here is a card o...

Smart Home Systems

Introduction // the embedded code Our work is an overall system, constructing a one-stop smart home solution from different perspectives, mainly including three modules: smart door control, smart home appliance control, and active health monitoring. Smart Gate Control Smart Gate Control is a face recognition system based on computer v...