Initiation aux structures des données, à l'algorithmique et à l'analyse des algorithmes (amphis).
Perfectionnement à la programmation en Java (TDs).
Ce cours entend amener les élèves de niveau INF361 au niveau de fin de INF371, afin de pouvoir poursuivre le cursus d'informatique de l'Ecole. L'enseignement porte essentiellement sur les structures de données (hachage, arbres, graphes), sur l'algorithmique, et sur un minimum de théorie de la complexité. Ce cours est également l'occasion de se perfectionner en Java. Les TDs explorent en profondeur une partie du matériel présenté en amphi.
Niveau requis : INF361
Modalités d'évaluation : Un contrôle continu (devoir à la maison), un examen classant en salle (3h).
Langue du cours : Français
Credits ECTS : 5
- Profesor: Albenque Marie
- Profesor: Chiche Nathan
- Profesor: Filliâtre Jean-Christophe
- Profesor: Haucourt Emmanuel
- Profesor: Izabachene Malika
- Profesor: Lairez Pierre
- Profesor: Mezzarobba Marc
- Profesor: Pilaud Vincent
- Profesor: Filliâtre Jean-Christophe
Ce cours présente les fondements de l'informatique en tant que science. Si l'idée d'utiliser des machines pour effectuer des calculs est ancienne, c'est dans les années 30 que les travaux d'Alan Turing, Alonzo Church, Kurt Goedel et d'autres ont posé les bases de ce qui allait devenir l'informatique que nous connaissons aujourd'hui.
Leurs travaux ont révélé que le raisonnement et le calcul sont intimement liés et ces bases doivent donc se comprendre dans la tradition, plus ancienne, de la logique et des fondements des mathématiques, de Peano à Zermelo en passant par Hilbert et bien d'autres. Il est remarquable que ces bases sont toujours d'actualité, malgré les progrès technologiques spectaculaires.
Alors que d'autres cours montrent comment programmer, on explicite ici le cadre de ce qui est faisable, en termes
- de calculabilité : certains problèmes ne peuvent pas être résolus par une machine ;
- de complexité : certains problèmes ne peuvent être résolus en un temps raisonnable.
C'est par exemple sur ces points que reposent les technologies cryptographiques et le fameux problème "P=NP" à $1.000.000.
Programme
Logique des propositions et des prédicats : Formules, modèles, satisfiabilité, validité, prouvabilité
Exemples de théories: arithmétique et théorie des ensembles
Modèle de calcul : machines de Turing, calculabilité, décidabilité, théorème de l'arrêt, machine universelle
Classes de complexité : P, NP, réduction de problème, NP-complétude, problèmes SAT
Niveau requis : Pas de pré requis.
En revanche, ce cours est un pré-requis pour les thématiques "Algorithmique et optimisation" et "Langages, preuves, calcul" du PA Info en 3ème année.
Modalités d'évaluation : Examen sur table.
Langue du cours : Français
- Profesor: Blanc Manon
- Profesor: Bournez Olivier
- Profesor: Mimram Samuel
- Profesor: Zeilberger Noam
- Profesor: Blanc Manon
- Profesor: Bournez Olivier
Algorithms are the heart of all computation. This course, building on the algorithmic foundations laid in the first computer science courses (INF321 or INF311+INF411), equips the student with a solid background in modern algorithmics. Having followed this course, the student will have a profound knowledge of the most central algorithms, both understanding how and why they work and being able to solve a wide range of computational problems with these building blocks. This is material that everyone aiming to work in a computer science or computing related context needs to know, let it be in a research or industrial environment. In addition to this, we shall also give a brief introduction to several more recent topics like randomized algorithms, evolutionary algorithms, online algorithms, or algorithmic game theory, which had a significant impact on how we understand computing today.The course is taught in English (amphis, poly), for all the rest including the exam both French and English are offered.
- Profesor: Albenque Marie
- Profesor: Coupechoux Marceau
- Profesor: Doerr Benjamin
- Profesor: Krejca Martin
- Profesor: Loiseau Patrick
- Profesor: Zhou Hang
Modern data analysis relies on the use of high-level languages such as Python or R for data handling and processing. However, behind standard libraries like Scikit-Learn hide core implementations in low-level languages such as C or C++, for faster execution and optimized resources management. Hence the utility of this course, the goal of which is twofold: first, to get acquainted with some of the standard techniques in data analysis and machine learning; second, to acquire some expertise in C/C++ programming, so that students can then adapt existing low-level implementations to their needs. Note that the programming paradigms seen in this course are almost exclusively sequential, concurrent programming being addressed only marginally during the last session and being the subject of other courses.
Topics of the sessions (data analysis / C++):
1. Short introduction to data analysis / C++ as C (1/2)
2. Nearest neighbors search and retrieval in databases / C++ as C (2/2)
3. k-means / structs and classes (1/2)
4. Hierarchical clustering / structs and classes (2/2)
5. Density estimation / inheritance
6. k-NN classification and regression / genericity
7. Linear models for regression / STL
8. Linear models for classification / C++11
9. Feature extraction / -
10. Neural networks / multithreading
References:
On data analysis:
- Hastie, Tibshirani, Friedman: The Elements of Statistical Learning: Data Mining, Inference, and Prediction (2nd ed.). Springer, 2017.
- Bishop: Pattern Recognition and Machine Learning. Springer, 2006.
On C++:
- Weiss: C++ for Java Programmers. Prentice Hall, 2003.
- Stroustrup. The C++ Programming Language (4th ed.). Addison-Wesley, 2013.
Prerequisites : INF371 or INF411
Recommended : MAP433 and INF421
- Profesor: Beguinot Julien
- Profesor: Berkemer Sarah
- Profesor: Ehrhardt Adrien
- Profesor: Krejca Martin
- Profesor: Oudot Steve
- Profesor: Pogudin Gleb
- Profesor: Tomchuk Bogdan
- Profesor: Tsigaridas Elias
(course in french)
- Profesor: Braune Theo
- Profesor: Bredif Mathieu
- Profesor: Cani Marie-Paule
- Profesor: Desbrun Mathieu
- Profesor: Rohmer Damien