Commit Graph

140 Commits

Author SHA1 Message Date
34bd0307d5 Mise à jour du Makefile pour corriger les chemins des fichiers journaux et ajouter la cible tp2 2025-09-25 09:44:00 +02:00
76620f1d9d Ajout de nouvelles requêtes SQL pour les analyses de données dans TP1.sql 2025-09-25 09:43:30 +02:00
0d00de44e8 Add MySQL setup and initial data scripts
- Created a Docker Compose file to set up a MySQL container named M2_SQL_COURSE with an empty password and a database named TP.
- Added a Makefile with a target to execute a SQL script (TP1.sql) inside the MySQL container and log the output.
- Implemented the TP1.sql script to create tables for Magasin and Localite, insert initial data, and perform several queries.
2025-09-25 09:31:10 +02:00
2768bcb565 Ajout des fichiers journaux au .gitignore 2025-09-25 09:30:53 +02:00
6738419f7c Add new plot 2025-09-15 20:02:19 +02:00
c72538fac3 Add new plot 2025-09-15 19:59:26 +02:00
08d0d93393 Add 'Machine Learning' TP1 2025-09-15 19:58:46 +02:00
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
dfee405ea0 Refactor code structure for improved readability and maintainability 2025-09-01 16:09:30 +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
e273cf90f7 Add TP2 and Project 2025-06-21 14:20:46 +02:00
ecbdbc1dce Implement code changes to enhance functionality and improve performance 2025-06-21 14:17:47 +02:00
192c4e02f1 Add K-means clustering notebook and associated image assets for statistical learning exercises 2025-05-07 19:06:31 +02:00
ad8f5857ca Update execution counts and model definitions in TP6 Keras introduction notebook 2025-05-07 11:02:43 +02:00
c7f0603087 Implement code changes to enhance functionality and improve performance 2025-05-05 16:52:07 +02:00
05222e0e65 Add TP6: Introduction to Keras 2025-04-30 11:40:12 +02:00
01f64ae022 Implement new feature for user authentication and improve error handling 2025-04-30 10:10:45 +02:00
915cfeb97d Update dependencies 2025-04-29 18:05:06 +02:00
1f1f52f3c6 Merge branch 'master' of https://github.com/ArthurDanjou/studies 2025-04-24 12:41:17 +02:00
7438ec6f5f Refactor code structure for improved readability and maintainability 2025-04-24 12:40:42 +02:00
32901d1247 Migrate to uv package manager 2025-04-24 12:39:46 +02:00
6475965bd4 Update README.md 2025-04-17 19:06:13 +02:00
c0a2307c94 Update README.md 2025-04-17 19:05:56 +02:00
07407fcdd4 Improve TP Noté 2025-04-07 17:03:03 +02:00
a4c09c50a5 Add tp noté 2025-04-07 16:44:41 +02:00
5211dc754f Add TP noté 2025-04-07 16:39:59 +02:00
8af29ceb78 Add: TP3 2025-04-01 19:11:39 +02:00
704cefeeb1 add: .vscode in gitignore 2025-04-01 18:38:51 +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
44c277c8a7 add: TP4 about Lasso, Ridge and CV 2025-03-26 11:37:11 +01:00
b784751776 add: TP1/2 2025-03-26 11:36:59 +01:00
52c6012197 add: TP1/2 2025-03-24 16:07:17 +01:00
4853ad1d64 add: TP2 (NN) 2025-03-24 14:11:13 +01:00
bc64c7ddcc start: tp1 2025-03-24 14:11:04 +01:00
632a1c6950 add: tp4 2025-03-19 12:01:36 +01:00
485844f674 work: tp3 2025-03-19 12:01:31 +01:00
f536e28a24 fix: TP2 2025-03-19 12:01:24 +01:00
d28631c1c7 add: TP1 and TP2 in numerical optimisation 2025-03-19 10:07:14 +01:00
d795afe07e fix: remove useless dtype 2025-03-05 11:46:12 +01:00
6e60299ff9 fix: grad_w formula 2025-03-05 11:43:01 +01:00
ba5bc36879 Add TP3 in Statistical Learning 2025-03-05 11:37:37 +01:00
dd760dad03 Fix TP1 in Numerical methods 2025-03-04 13:51:09 +01:00
31f77d59e4 Fix TP1 in Numerical methods 2025-03-04 13:49:19 +01:00
d51159ad9e TP2 in Numerical Opti 2025-03-03 16:34:44 +01:00
458a9b9698 Add TP1 in numerical methods 2025-03-03 16:34:14 +01:00
3b1347c54c Add ComputerSession2.ipynb 2025-02-18 19:19:02 +01:00
964821c058 fix 2025-02-07 17:36:49 +01:00
070892c551 fix 2025-02-07 17:32:41 +01:00