Skip to content

Commit 91bd22f

Browse files
committed
readme: update content
1 parent 67c8eaa commit 91bd22f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,23 @@ computer.
1717
## Content
1818

1919
The material covers the following topics:
20+
1. [Graphs: creation, models, properties, visualization][graphs]
21+
1. [Spectral Graph Theory: spectral clustering, Laplacian eigenmaps][spectral]
22+
1. [Graph signals: gradient, divergence, smoothness][signals]
23+
1. [Fourier: modes, transform][fourier]
24+
1. [Filters: filterbanks, filtering, approximations][filters]
25+
1. [Applications to point clouds: denoising and curvature estimation][point_clouds]
26+
1. [Applications to neuroscience: fMRI signals on brain connectome][neuroscience]
27+
28+
[graphs]: https://nbviewer.jupyter.org/github/mdeff/pygsp_tutorial_graphsip/blob/outputs/notebooks/01_graphs.ipynb
29+
[spectral]: https://nbviewer.jupyter.org/github/mdeff/pygsp_tutorial_graphsip/blob/outputs/notebooks/02_spectral.ipynb
30+
[signals]: https://nbviewer.jupyter.org/github/mdeff/pygsp_tutorial_graphsip/blob/outputs/notebooks/03_signals.ipynb
31+
[fourier]: https://nbviewer.jupyter.org/github/mdeff/pygsp_tutorial_graphsip/blob/outputs/notebooks/04_fourier.ipynb
32+
[filters]: https://nbviewer.jupyter.org/github/mdeff/pygsp_tutorial_graphsip/blob/outputs/notebooks/05_filters.ipynb
33+
[point_clouds]: https://nbviewer.jupyter.org/github/mdeff/pygsp_tutorial_graphsip/blob/outputs/notebooks/06_point_clouds.ipynb
34+
[neuroscience]: https://nbviewer.jupyter.org/github/mdeff/pygsp_tutorial_graphsip/blob/outputs/notebooks/07_neuroscience.ipynb
35+
36+
Notes:
2037
* representation of graphs and signals
2138
* some standard graph models (e.g. Erdos-Renyi, Barabasi-Albert)
2239
* graph construction (e.g. from point clouds)

0 commit comments

Comments
 (0)