Sitemap

A list of all the posts and pages found on the site. For you robots out there, there is an XML version available for digesting as well.

Pages

Posts

Greedy Approach 能拿來過人生嗎?

less than 1 minute read

Published:

最近有幸換了工作,並且順利拿到了 Senior Title。以目前僅工作兩年的人生來說,算是可以接受的成績。

portfolio

AI Advisor - Synology Chatbot

Published:

An AI-powered chatbot serving 50k global users monthly, recognized by CEO for exceptional accuracy and user experience.

publications

Bridging Local and Global Knowledge via Transformer in Board Games

Published in IJCAI-25, 2024

This research introduces ResTNet, which combines residual and Transformer blocks to enhance board game performance by integrating local and global knowledge.

Recommended citation: Yan-Ru Ju, Tai-Lin Wu, Chung-Chin Shih, Ti-Rong Wu. (2025). "Bridging Local and Global Knowledge via Transformer in Board Games." IJCAI-25.
Download Paper

reading

Observer Pattern

4 minute read

Published:

Publish/Subscribe pattern for one-to-many notification.

Design Patterns

less than 1 minute read

Published:

Notes on software design patterns for building maintainable and scalable code.

Abstract Factory Pattern

1 minute read

Published:

Define factory interfaces for creating families of related objects.

Adapter Pattern

less than 1 minute read

Published:

Convert the interface of a class into another interface clients expect.

Facade Pattern

1 minute read

Published:

Provides a simplified interface to a library, framework, or complex set of classes.

State Pattern

3 minute read

Published:

Allow an object to alter its behavior when its internal state changes.

Bridge Pattern

1 minute read

Published:

Decouple an abstraction from its implementation so that the two can vary independently.

Iterator Pattern

less than 1 minute read

Published:

Traverse elements of a collection without exposing its underlying representation.

talks

teaching