From 6276c8b9ae8cc8ab7ea4af292e0af7950b3daf09 Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Tue, 13 May 2025 11:48:33 -0400 Subject: [PATCH] refactor: :building_construction: Separate notebooks into folder --- .../Notebook_IA_Training.ipynb | 0 IA_Training/README.md | 4 ++++ README.md | 2 ++ 3 files changed, 6 insertions(+) rename Notebook_IA_Training.ipynb => IA_Training/Notebook_IA_Training.ipynb (100%) create mode 100644 IA_Training/README.md create mode 100644 README.md diff --git a/Notebook_IA_Training.ipynb b/IA_Training/Notebook_IA_Training.ipynb similarity index 100% rename from Notebook_IA_Training.ipynb rename to IA_Training/Notebook_IA_Training.ipynb diff --git a/IA_Training/README.md b/IA_Training/README.md new file mode 100644 index 0000000..926d271 --- /dev/null +++ b/IA_Training/README.md @@ -0,0 +1,4 @@ +# IA Training XOR +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/git/http%3A%2F%2Fgitea.louisgallet.fr%2FCours-particulier%2FNotebooks/master?urlpath=%2Fdoc%2Ftree%2FNotebook_IA_Training.ipynb) + +This is a simple XOR neural network training script. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..0213f31 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Notebooks +This repository contains Jupyter notebooks for various projects and experiments. Each notebook is organized into a separate directory, with a README file explaining the purpose and content of each notebook. \ No newline at end of file