Instructions d’installation pour les TPs¶
Avec pip¶
Pre-requis : Python 3 (>3.4) avec tkinter (python-tk) pour l’interface graphique
pip3 install -U tensorflow keras h5py scipy sklearn matplotlib pandas nltk pillow
Avec (mini)conda3¶
Installer miniconda3, https://repo.continuum.io/miniconda/ , eg Miniconda3-4.5.12-MacOSX-x86_64.sh
sh Miniconda3-4.5.12-MacOSX-x86_64.sh
Dans un nouveau terminal, conda install tensorflow keras python=3 h5py scipy matplotlib pandas scikit-learn pandas nltk pillow