Spectral Theory on Graphs and Manifold Learning This code is part of the 2nd HW in the Technion course Geometric Learning - 048865/236661
just run the single file, you can activate the part that you would like
This project requires Python3 (tested on 3.6.8)
To install the requirements file:
pip3 install -r requirements.txt
- Networkx - Networkx Library
- Power iteration - Power iteration
- SVM - SVM in schkit learn
- Wielandt Deflation - iterative method used power iteration to find some of the eigenvectors without decompositions
- Moshe Kimhi