An open API service indexing awesome lists of open source software.

https://github.com/alainlebret/python-et-ia-1

Ressources personnelles du cours "Python & IA" en 2e année GPSE à l'ENSICAEN
https://github.com/alainlebret/python-et-ia-1

artificial-intelligence image-processing machine-learning matplotlib numpy python scikit-image scikit-learn

Last synced: 6 months ago
JSON representation

Ressources personnelles du cours "Python & IA" en 2e année GPSE à l'ENSICAEN

Awesome Lists containing this project

README

          

# [824-1] Cours "Python et intelligence artificielle" / Course "Python and artificial intelligence"

---

### Aperçu

Ce dépôt contient la première partie des blocs-notes Jupyter du cours **"Python et intelligence artificielle"** dispensé en deuxième année de la filière [GPSE](https://www.ensicaen.fr/formation/diplomes-dingenieurs/formation-statut-etudiant/genie-physique-et-systemes-embarques/) à l'[ENSICAEN](https://www.ensicaen.fr). Ces blocs-notes sont spécialement adaptés aux étudiants des filières "Ingénierie Physique et Capteurs" (IPC) et "Génie Nucléaire et Énergie" (GeNE).

### Séances

#### Partie 1

- **Séance n°1 :** [Bases du langage](./seance_01.ipynb)
- **Séance n°2 :** [Visualisation avec Matplotlib](./seance_02.ipynb)
- **Séance n°3 :** [Fonctionnalités avancées du langage](./seance_03.ipynb)
- **Séance n°4 :** [Introduction à la programmation orientée-objet](./seance_04.ipynb)
- **Séance n°5 :** [Polymorphisme et programmation orientée-objet](./seance_05.ipynb)
- **Séance n°6 :** [Concepts avancés de programmation orientée-objet](./seance_06.ipynb)

Pour accéder à la partie 2, consultez le dépôt suivant : [partie 2](https://github.com/alainlebret/python-et-ia-2)

### Licence

![CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)

Ce cours est mis à disposition selon les termes de la [Licence Creative Commons Attribution-NonCommercial 4.0 International](https://creativecommons.org/licenses/by-nc/4.0/).

---

### Overview

This repository contains the first part of the Jupyter notebooks for the course **"Python and artificial intelligence"** given in the second year of the [GPSE](https://www.ensicaen.fr/formation/diplomes-dingenieurs/formation-statut-etudiant/genie-physique-et-systemes-embarques/) program at [ENSICAEN](https://www.ensicaen.fr).

### Sessions

#### Part 1

- **Session 1:** [Basics of Python language](./seance_01.ipynb)
- **Session 2:** [Visualization with Matplotlib](./seance_02.ipynb)
- **Session 3:** [Advanced Python features](./seance_03.ipynb)
- **Session 4:** [Introduction to object-oriented programming](./seance_04.ipynb)
- **Session 5:** [Polymorphism and object-oriented programming](./seance_05.ipynb)
- **Session 6:** [Advanced concepts in object-oriented programming](./seance_06.ipynb)

For part 2 of the course, please visit the following repository: [python-et-ia-2](https://github.com/alainlebret/python-et-ia-2)

### License

![CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)

This course is provided under the terms of the [Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/).

(c) Alain Lebret, 2024.