Skip to content

Commit 5ea0f15

Browse files
committed
readme: remove notes
1 parent 124abcf commit 5ea0f15

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,6 @@ The content is inspired by the following resources.
4343
[ntds_assignment]: https://nbviewer.jupyter.org/github/mdeff/ntds_2017/blob/outputs/assignments/04_solution.ipynb
4444
[pygsp_tutorials]: https://pygsp.readthedocs.io/en/stable/tutorials
4545

46-
Notes:
47-
* representation of graphs and signals
48-
* some standard graph models (e.g. Erdos-Renyi, Barabasi-Albert)
49-
* graph construction (e.g. from point clouds)
50-
* graph operators: Laplacian and difference
51-
* smoothness of graph signals
52-
* graph Fourier basis: eigenvectors and spectrum
53-
* applications: spectral clustering, Laplacian eigenmap
54-
* graph Fourier transform
55-
* filtering by convolution in Fourier
56-
* some standard filters & filterbanks
57-
* fast filtering with polynomial approximations
58-
* application: denoising with low-pass filtering as the solution to an optimization problem (maybe EEG / fMRI data), curvature estimation with wavelets (point cloud / shape)
59-
* convex optimization on graph
60-
* application: semi-supervized learning with Thikonov / TV prior
61-
62-
Optional / advanced:
63-
* deep learning on graphs, i.e. learning graph filters
64-
* application: semantic segmentation of point clouds
65-
* spectrum estimation by filtering random signals
66-
* application: spectral clustering, Laplacian eigenmap
67-
* stationarity
68-
6946
## Installation
7047

7148
For a local installation, you will need [git], [Python >= 3.6][python], [Jupyter], and packages from the

0 commit comments

Comments
 (0)