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

Solution to CLRS Problem 16-1 (Coin Changing Problem)

less than 1 minute read

Published:

This post provides a detailed solution and analysis for Problem 16-1 (Coin Changing) from Introduction to Algorithms (CLRS). It discusses the conditions under which the greedy algorithm yields an optimal solution and when dynamic programming is required.

portfolio

publications

Out-of-distribution detection using neural activation prior

Weilin Wan, Weizhong Zhang, Quan Zhou, Fan Yi, Cheng Jin

arXiv preprint arXiv:2402.18162, 2024

This paper introduces Neural Activation Prior (NAP), a parameter-free post-hoc framework that effectively detects out-of-distribution samples by exploiting the distinct “signal-to-noise” activation patterns within feature channels without requiring retraining.

Download Paper

talks

teaching

Introduction to Computer Systems (ICS), AIE210006.01

Undergraduate course, Fudan University, College of Computer Science and Artificial Intelligence, 2024

This course provides an introduction to the internal operation of modern computer systems, covering topics such as data representation, assembly language, memory hierarchy, linking, and exceptional control flow.