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
- Host: GitHub
- URL: https://github.com/alainlebret/python-et-ia-1
- Owner: alainlebret
- License: apache-2.0
- Created: 2024-09-23T09:15:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T10:32:13.000Z (12 months ago)
- Last Synced: 2024-10-25T08:54:23.671Z (12 months ago)
- Topics: artificial-intelligence, image-processing, machine-learning, matplotlib, numpy, python, scikit-image, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 390 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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

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.