Tuesday, March 06, 2012

Sharp Kernel:

K(x,x') = exp(-(w.*log((x-x').^2+1)))

No comments:

Python Terminal Animation for Waiting

A nice small tool for terminal animations from yaspin import yaspin with yaspin(): do_stuff()