-
Notifications
You must be signed in to change notification settings - Fork 3
blog why graph laplacian is like a laplacian
The Laplacian is an important differential operator, and the graph Laplacian is an important graph associated with matrices. As you'd expect from the names, they're related! But I haven't always seen the relationship laid out clearly (for example Wikipedia's page on the graph Laplacian devotes only two fairly unclear sentences to it). This is probably one of those things experts (which I'm not) don't talk about so much because it's so obvious to them.
Imagine heat diffusing in one dimension. Heat flows into the interval
If we let the size of our region go to zero...
discrete approximation
manifolds
[another approach: start with diffusion after finite time t, differentiate to get instantaneous version / laplacian]
it's a matrix, so it's a linear operator on. what does it operate on? vectors. what are vectors? functions on the graph.
why what it does to the function on the graph is like the above
Mikhail Belkin and Partha Niyogi
diffusion in graphs (pagerank isn't quite the same thing, but close)---"solution" (stable point) of pagerank is the highest eigenfunction
smoothness of functions on graphs
machine learning on manifolds
plenty of examples with learning on manifolds