approximation of heaviside functions using convolutional graph filters

Data
Note

We can approximate heaviside functions using the logistic function as a proxy for our target function

Proof

Logistic functions are analytic, and recall that we can represent any analytic function with convolutional graph filters.

As an illustration, we want to find coefficients hk such that k=0K1hkλk=f~(λ),

f~(λ)=11+eα(λc)

Here,

f~(0)=11+eαcf~(λ)=1(1+eα(λc))2eα(λc)+αf~(0)=αeαc(1+eαc)2f~(λ)=α2eα(λc)(1+eα(λc))2+2αe2α(λc)+α(1+eα(λc))3f~(0)=α2eαc(1+eαc)2(2eαc(1+eαc)1)

Then h0=f~(0),h1=f~(0),h2=f~(0)2 etc.

Mentions

File
2025-02-03 graphs lecture 4