refactor: 🏗️ Separate notebooks into folder

This commit is contained in:
Louis Gallet 2025-05-13 11:48:33 -04:00
parent a1294501c1
commit 6276c8b9ae
Signed by: lgallet
GPG Key ID: 84D3DF1528A84511
3 changed files with 6 additions and 0 deletions

4
IA_Training/README.md Normal file
View File

@ -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.

2
README.md Normal file
View File

@ -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.