Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
ressources [2022/02/07 16:28]
moreajul
ressources [2024/11/26 14:05] (Version actuelle)
moreajul
Ligne 28: Ligne 28:
 {{ :springer-cover-image-220x300.jpeg?0x100|}} {{ :springer-cover-image-220x300.jpeg?0x100|}}
 Pattern Recognition and Machine Learning, Christopher M. Bishop, Microsoft Research, 2006 \\ [[https://www.microsoft.com/en-us/research/people/cmbishop/prml-book/]] Pattern Recognition and Machine Learning, Christopher M. Bishop, Microsoft Research, 2006 \\ [[https://www.microsoft.com/en-us/research/people/cmbishop/prml-book/]]
 +
 +----
 +
 +{{ :algorlszepesvari.jpg?0x100|}}
 +Algorithms for Reinforcement Learning, Csaba Szepesvári, Morgan & Claypool, 2010 \\ [[https://sites.ualberta.ca/~szepesva/rlbook.html]]
  
 ---- ----
Ligne 48: Ligne 53:
 {{ :978-3-319-54413-7.jpeg?0x100|}} {{ :978-3-319-54413-7.jpeg?0x100|}}
 Robotics, Vision and Control - Fundamental Algorithms In MATLAB, Second Edition, Peter Corke, Springer, 2017 \\ [[https://petercorke.com/books/robotics-vision-control-all-versions/]] Robotics, Vision and Control - Fundamental Algorithms In MATLAB, Second Edition, Peter Corke, Springer, 2017 \\ [[https://petercorke.com/books/robotics-vision-control-all-versions/]]
 +
 +----
 +
 +{{ :rlsutton.gif?0x100|}}
 +Reinforcement Learning: An Introduction, Second Edition, Richard S. Sutton and Andrew G. Barto, MIT Press, 2018 \\ [[http://incompleteideas.net/book/the-book.html]]
  
 ---- ----
Ligne 61: Ligne 71:
   * Vision par ordinateur : [[https://vision.in.tum.de/teaching|Cours de l'équipe de D. Cremers (TU Münich)]]   * Vision par ordinateur : [[https://vision.in.tum.de/teaching|Cours de l'équipe de D. Cremers (TU Münich)]]
   * Caméra à événements : [[https://sites.google.com/view/guillermogallego/teaching|Cours de G. Gallego (TU Berlin)]]   * Caméra à événements : [[https://sites.google.com/view/guillermogallego/teaching|Cours de G. Gallego (TU Berlin)]]
 +  * Apprentissage par renforcement : [[https://www.davidsilver.uk/teaching|Cours de D. Silver (UCL)]]
 +
 +====== Tutoriels  et documentations pour mise à niveau Python pour les sciences ======
 +
 +  * Avoir fait l'UV SR01 ou INF2 est un avantage pour mener à bien nos travaux pratiques
 +  * Tutoriel en anglais : [[https://python-course.eu/numerical-programming/]]
 +  * Tutoriel en français (seulement les bases) : [[https://python-scientific-lecture-notes.developpez.com/]]
 +  * Doc Python en français : [[https://docs.python.org/fr/3/]]
 +  * Doc NumPy : [[https://numpy.org/doc/stable/user/index.html]]
 +  * NumPy pour les habitués à Matlab : [[https://numpy.org/doc/stable/user/numpy-for-matlab-users.html]]
 +  * Doc Scikit-image : [[https://scikit-image.org/docs/stable/user_guide.html]]
 +  * Doc Scikit-learn : [[https://scikit-learn.org/stable/user_guide.html]]
 +  * Cours OpenCV gratuits : [[https://opencv.org/opencv-free-course/]]
 +  * Doc API OpenCV : [[https://docs.opencv.org/4.x/]]