From bea561bae2981f53d4c30f0695e4ce56082074c0 Mon Sep 17 00:00:00 2001 From: SamuelDiai <38350776+SamuelDiai@users.noreply.github.com> Date: Thu, 1 Apr 2021 23:49:45 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a483a4..151c8ae 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Constraints" of Sandeep Kumar, Jiaxi Ying, Jose Vinicius de M. Cardoso and Danie 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 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. +* A notebook (SGL_timeseries.ipynb) 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.