Skip to content

gasse/nn_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CONFIGURATION

Machine CPE

Bootez sous Linux.

Activez l'environnement du TP:

export PATH="/softwares/INFO/Module_ML/miniconda3/bin:$PATH"

Machines perso (Linux)

Installez miniconda:

wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash ./Miniconda3-latest-Linux-x86_64.sh

Installez les paquets suivants:

conda install jupyter=1.0.0 matplotlib=2.1.0 scikit-learn=0.19.1 
conda install pytorch=0.2.0 torchvision=0.1.9 -c soumith

IDE

Lancez un serveur jupyter:

jupyter notebook

Notebooks

Suivez les notebooks suivants, dans l'ordre:

  1. from_scratch.ipynb
  2. mnist.ipynb

Rendu: vos notebooks avec votre code, réponse aux questions et résultats.

File -> Download as -> Notebook (ipynb)

Compressez votre fichier dans une archive ZIP, avec pour nom TP_NN_VOSNOMSDEFAMILLE.zip.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published