From 40382108132e5be29a5c2b1e3ca4c89663dc2172 Mon Sep 17 00:00:00 2001 From: Philippe Roy Date: Thu, 22 Jun 2023 03:35:57 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20r=C3=A9gression=20softmax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../01-regression_lineaire.py | 0 .../02-descente_gradient.py | 0 .../03-descente_gradient_stochastique.py | 0 .../04-descente_gradient_mini-lots.py | 0 .../05-regression_polynomiale.py | 0 .../06-regression_logistique.py | 0 {fondamentaux => 01-fondamentaux}/README.md | 0 .../img/01-regression_lineaire.png | Bin .../img/02-descente_gradient.png | Bin .../img/03-descente_gradient_stochastique.png | Bin .../img/04-descente_gradient_mini-lots.png | Bin .../img/05-regression_polynomiale.png | Bin .../img/06-regression_logistique.png | Bin {intro_rna => 02-intro_rna}/README.md | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {fondamentaux => 01-fondamentaux}/01-regression_lineaire.py (100%) rename {fondamentaux => 01-fondamentaux}/02-descente_gradient.py (100%) rename {fondamentaux => 01-fondamentaux}/03-descente_gradient_stochastique.py (100%) rename {fondamentaux => 01-fondamentaux}/04-descente_gradient_mini-lots.py (100%) rename {fondamentaux => 01-fondamentaux}/05-regression_polynomiale.py (100%) rename {fondamentaux => 01-fondamentaux}/06-regression_logistique.py (100%) rename {fondamentaux => 01-fondamentaux}/README.md (100%) rename {fondamentaux => 01-fondamentaux}/img/01-regression_lineaire.png (100%) rename {fondamentaux => 01-fondamentaux}/img/02-descente_gradient.png (100%) rename {fondamentaux => 01-fondamentaux}/img/03-descente_gradient_stochastique.png (100%) rename {fondamentaux => 01-fondamentaux}/img/04-descente_gradient_mini-lots.png (100%) rename {fondamentaux => 01-fondamentaux}/img/05-regression_polynomiale.png (100%) rename {fondamentaux => 01-fondamentaux}/img/06-regression_logistique.png (100%) rename {intro_rna => 02-intro_rna}/README.md (100%) diff --git a/fondamentaux/01-regression_lineaire.py b/01-fondamentaux/01-regression_lineaire.py similarity index 100% rename from fondamentaux/01-regression_lineaire.py rename to 01-fondamentaux/01-regression_lineaire.py diff --git a/fondamentaux/02-descente_gradient.py b/01-fondamentaux/02-descente_gradient.py similarity index 100% rename from fondamentaux/02-descente_gradient.py rename to 01-fondamentaux/02-descente_gradient.py diff --git a/fondamentaux/03-descente_gradient_stochastique.py b/01-fondamentaux/03-descente_gradient_stochastique.py similarity index 100% rename from fondamentaux/03-descente_gradient_stochastique.py rename to 01-fondamentaux/03-descente_gradient_stochastique.py diff --git a/fondamentaux/04-descente_gradient_mini-lots.py b/01-fondamentaux/04-descente_gradient_mini-lots.py similarity index 100% rename from fondamentaux/04-descente_gradient_mini-lots.py rename to 01-fondamentaux/04-descente_gradient_mini-lots.py diff --git a/fondamentaux/05-regression_polynomiale.py b/01-fondamentaux/05-regression_polynomiale.py similarity index 100% rename from fondamentaux/05-regression_polynomiale.py rename to 01-fondamentaux/05-regression_polynomiale.py diff --git a/fondamentaux/06-regression_logistique.py b/01-fondamentaux/06-regression_logistique.py similarity index 100% rename from fondamentaux/06-regression_logistique.py rename to 01-fondamentaux/06-regression_logistique.py diff --git a/fondamentaux/README.md b/01-fondamentaux/README.md similarity index 100% rename from fondamentaux/README.md rename to 01-fondamentaux/README.md diff --git a/fondamentaux/img/01-regression_lineaire.png b/01-fondamentaux/img/01-regression_lineaire.png similarity index 100% rename from fondamentaux/img/01-regression_lineaire.png rename to 01-fondamentaux/img/01-regression_lineaire.png diff --git a/fondamentaux/img/02-descente_gradient.png b/01-fondamentaux/img/02-descente_gradient.png similarity index 100% rename from fondamentaux/img/02-descente_gradient.png rename to 01-fondamentaux/img/02-descente_gradient.png diff --git a/fondamentaux/img/03-descente_gradient_stochastique.png b/01-fondamentaux/img/03-descente_gradient_stochastique.png similarity index 100% rename from fondamentaux/img/03-descente_gradient_stochastique.png rename to 01-fondamentaux/img/03-descente_gradient_stochastique.png diff --git a/fondamentaux/img/04-descente_gradient_mini-lots.png b/01-fondamentaux/img/04-descente_gradient_mini-lots.png similarity index 100% rename from fondamentaux/img/04-descente_gradient_mini-lots.png rename to 01-fondamentaux/img/04-descente_gradient_mini-lots.png diff --git a/fondamentaux/img/05-regression_polynomiale.png b/01-fondamentaux/img/05-regression_polynomiale.png similarity index 100% rename from fondamentaux/img/05-regression_polynomiale.png rename to 01-fondamentaux/img/05-regression_polynomiale.png diff --git a/fondamentaux/img/06-regression_logistique.png b/01-fondamentaux/img/06-regression_logistique.png similarity index 100% rename from fondamentaux/img/06-regression_logistique.png rename to 01-fondamentaux/img/06-regression_logistique.png diff --git a/intro_rna/README.md b/02-intro_rna/README.md similarity index 100% rename from intro_rna/README.md rename to 02-intro_rna/README.md