Commit Graph

16 Commits

Author SHA1 Message Date
249b1f197d Update Python version in notebooks to 3.13.3 and adjust kernel display name 2025-09-01 16:14:59 +02:00
e4b90bce89 Refactor code in numerical methods notebooks
- Updated import order in Point_Fixe.ipynb for consistency.
- Changed lambda functions to regular function definitions for clarity in Point_Fixe.ipynb.
- Added numpy import in TP1_EDO_EulerExp.ipynb, TP2_Lokta_Volterra.ipynb, and TP3_Convergence.ipynb for better readability.
- Modified for loops in TP1_EDO_EulerExp.ipynb and TP2_Lokta_Volterra.ipynb to include strict=False for compatibility with future Python versions.
2025-09-01 16:14:53 +02:00
b4c5eb9d19 Refactor code for improved readability and consistency across notebooks
- Standardized spacing around operators and function arguments in TP7_Kmeans.ipynb and neural_network.ipynb.
- Enhanced the formatting of model building and training code in neural_network.ipynb for better clarity.
- Updated the pyproject.toml to remove a specific TensorFlow version and added linting configuration for Ruff.
- Improved comments and organization in the code to facilitate easier understanding and maintenance.
2025-07-01 20:46:08 +02:00
c8fa881ac8 Add TP2 and Project 2025-06-21 14:20:46 +02:00
506e091704 Implement code changes to enhance functionality and improve performance 2025-06-21 14:17:47 +02:00
4b40a33b0d Implement code changes to enhance functionality and improve performance 2025-05-05 16:52:07 +02:00
8f912f6435 Improve TP Noté 2025-04-07 17:03:03 +02:00
77d7bd5434 Add tp noté 2025-04-07 16:44:41 +02:00
3766adf4ac Add TP noté 2025-04-07 16:39:59 +02:00
448a06d948 add: TP1/2 2025-03-26 11:36:59 +01:00
e1ec07b5c7 add: TP1/2 2025-03-24 16:07:17 +01:00
f41866ea2f add: TP2 (NN) 2025-03-24 14:11:13 +01:00
5b55a30299 start: tp1 2025-03-24 14:11:04 +01:00
ba3a598ab8 Fix TP1 in Numerical methods 2025-03-04 13:51:09 +01:00
9e12030dba Fix TP1 in Numerical methods 2025-03-04 13:49:19 +01:00
fa23d8e08e Add TP1 in numerical methods 2025-03-03 16:34:14 +01:00