Commit Graph

8 Commits

Author SHA1 Message Date
6dcd48ad90 Add 'Machine Learning' TP1 2025-09-15 19:58:46 +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
ac870f9880 Refactor code structure for improved readability and maintainability 2025-09-01 16:09:30 +02:00
3b1e51e267 Refactor code structure for improved readability and maintainability 2025-09-01 16:04:25 +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
6b20a621cd Update dependencies 2025-04-29 18:05:06 +02:00
f793635464 Migrate to uv package manager 2025-04-24 12:39:46 +02:00