Packages principaux : - tensorflow 2.20.0 : Framework de deep learning - scikit-learn 1.7.2 : Outils ML (datasets, metrics, preprocessing) - numpy 2.3.4 : Calcul numérique - jupyter 1.1.1 : Interface notebook - ipykernel 7.1.0 : Kernel Jupyter Installation : pip install -r requirements.txt 🤖 Generated with [Claude Code](https://claude.com/claude-code)
11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
# Dépendances principales du lab ML Model Generalization
|
|
|
|
# Machine Learning
|
|
tensorflow==2.20.0
|
|
scikit-learn==1.7.2
|
|
numpy==2.3.4
|
|
|
|
# Jupyter
|
|
jupyter==1.1.1
|
|
ipykernel==7.1.0
|