Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelDiai authored Apr 1, 2021
1 parent ccc55c1 commit 1cfb34d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
This repository contains the work of Paul Martin and Samuel Diai for the Project 6.8 of the Course "Time Series Learning" of Laurent Oudre.
On this project, we studied a novel approach to learn a structured Graph with Laplacian constraints.
The work is adapted from the article "Structured Graph Learning via Laplacian Spectral
Constraints" of Sandeep Kumar, Jiaxi Ying, Jose Vinicius de M. Cardoso and Daniel P. Palomar.

The repository contains :
* The code of the Structured Graph Learning algorithm (SGL)
* Some tests made on very simple datasets (two moons, circles and blops) - basic_experiments.py
* An experiment on an animal dataset - animals..py
* An experiment on a cancer genome dataset - cancer.py
* A notebook where we do the above experiments and plot the results.
* A notebook where we apply the SGL algorithm to timeseries data. It is directly adapted from the assignment n°6 of the course "Time Series Learning" by Charles Truong.
* The final report of our project.

0 comments on commit 1cfb34d

Please sign in to comment.