Commit Graph

13 Commits

Author SHA1 Message Date
fbd939c300 Update Python version in notebooks to 3.13.3 and adjust kernel display name 2025-09-01 16:14:59 +02:00
8cf328e18a 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
1a1c3c31f9 Refactor code structure for improved readability and maintainability 2025-09-01 16:04:25 +02:00
f94ff07cab 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
01f64ae022 Implement new feature for user authentication and improve error handling 2025-04-30 10:10:45 +02:00
8af29ceb78 Add: TP3 2025-04-01 19:11:39 +02:00
786ebadefc update: enhance ComputerSession2 and TP4_Ridge_Lasso_and_CV notebooks with execution outputs and code improvements 2025-03-30 20:43:00 +02:00
d28631c1c7 add: TP1 and TP2 in numerical optimisation 2025-03-19 10:07:14 +01:00
d51159ad9e TP2 in Numerical Opti 2025-03-03 16:34:44 +01:00
3b1347c54c Add ComputerSession2.ipynb 2025-02-18 19:19:02 +01:00
0e3c8aca99 Add end of tp 1 of Numerical optimisation 2025-02-04 21:56:39 +01:00
dbf9816453 Add end of tp 1 of Numerical optimisation 2025-02-04 19:09:07 +01:00
d06b212417 Add TP0 for numerical optimization 2025-01-22 11:04:19 +01:00