From 25e99f99e817ebb42c409ca3532cc8877b3dd5ad Mon Sep 17 00:00:00 2001 From: Alexis BAYLET Date: Sat, 21 Mar 2026 23:49:03 +0100 Subject: [PATCH] Add README file with course structure and resources --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d411651 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# APM_4AI09 - Statistiques + + +| Chapitre | Titre du cours | Supports (PDF) | Sources (TeX) | +| :--- | :--- | :--- | :--- | +| **Ch. 0** | Introduction à l'Estimation Statistique | [📄 ch0.pdf](./ch0.pdf) | [🛠 ch0.tex](./ch0.tex) | +| **Ch. 1** | Estimation de Densité Non-Paramétrique | [📄 ch1.pdf](./ch1.pdf) | [🛠 ch1.tex](./ch1.tex) | +| **Ch. 2** | Théorie de la Régression | [📄 ch2.pdf](./ch2.pdf) | [🛠 ch2.tex](./ch2.tex) | +| **Ch. 3** | Les réseaux de neurones comme approximateurs | [📄 ch3.pdf](./ch3.pdf) | [🛠 ch3.tex](./ch3.tex) |