This repository contains a collection of iPython notebooks implementing various algorithms that we encounter. The following is a list of all notebooks with a brief description of the contents for each. Github only serves static snapshots of the notebooks listed. If you want to interact with them, you can launch this repository in binder.
lec3-spectral-planted-cliqueimplements the AKS spectral algorithm for recovering a planted clique of size O(sqrt(k)).lec6-approx-sbm.ipynbimplements the spectral algorithm for approximately recovering partitions in a Stochastic Block Model.lec7-exact-sbm.ipynbimplements the SDP algorithm for exactly recovering partitions in a Stochastic Block Model.