Commit Graph

5 Commits

Author SHA1 Message Date
3cb05d3210 Update Python version in Jupyter notebooks to 3.13.9 across multiple files 2025-12-13 23:38:27 +01:00
d5a6bfd339 Refactor code for improved readability and consistency across multiple Jupyter notebooks
- Added missing commas in various print statements and function calls for better syntax.
- Reformatted code to enhance clarity, including breaking long lines and aligning parameters.
- Updated function signatures to use float type for sigma parameters instead of int for better precision.
- Cleaned up comments and documentation strings for clarity and consistency.
- Ensured consistent formatting in plotting functions and data handling.
2025-12-13 23:38:17 +01: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
d28631c1c7 add: TP1 and TP2 in numerical optimisation 2025-03-19 10:07:14 +01:00