Number of hours
- Lectures 30.0
- Projects -
- Tutorials -
- Internship -
- Laboratory works 30.0
- Written tests -
ECTS
ECTS 5.0
Goal(s)
The purpose of this course is to give an overview of the main techniques of artificial intelligence and a thorough understanding of how to apply them to the robotics and autonomous systems.
At the end of this course, students will be able to:
- Describe and identify the essential blocks of an autonomous system
- Develop autonomous navigation strategies by making assumptions about the environment and integrating the dynamic model of the mobile agent/robot
- Analyze and model the interconnections of multi-agent systems, developing basic strategies for multi-robot coordination.
- Explain and describe the basic methods and fundamental statistical/mathematical tools used in supervised and unsupervised learning
- Compare the characteristics, capabilities and limitations of these different approaches
- Apply these methods to real datasets in the fields of signal and image processing
Lara BRINON-ARRANZ
Content(s)
*Autonomous Systems : Introduction to AI FOR AUTONOMOUS SYSTEMS (30 hours, including courses and lab work)
This part of the course aims at studying the essential blocks of autonomous systems with a focus on planning and navigation techniques. The basic tools to deal with multi-agent systems will be analyzed and several applications for multi-robot systems will be studied.
– Introduction to autonomous systems
– Autonomous Navigation for Mobile Robots
o Representation of the environment
o Path planning
o Artificial potential fields for navigation
– Cooperative Multi-Robots Systems
o Introduction to Graph theory
o Consensus algorithms
o Flocking
o Cooperative Coverage
o Cooperative Exploration
*Artificial Intelligence: Introduction to MACHINE and STATISTICAL LEARNING (30 hours, including courses and lab work)
MACHINE LEARNING and Statistical LEARNING PRINCIPLES (ML)
This part of the course aims at providing the students with the basic methods and statistical/mathematical tools to understand the most classical approaches used in both supervised or unsupervised learning, as well as understanding their capabilities, characteristics and limitations.
ML-1: "Introduction to Machine Learning
- motivations
- basic challenges: classification/regression, Supervised/unsupervised, cost functions, training error/testing
- examples of approaches WITH and WITHOUT models
- Notion of complexity: variance bias trade-off (over or under learning), scourge of the dimension
ML-2: Generative Approaches :
- Discriminant analysis (linear/quadratic, regularization, size reduction)
- Naive Bayesian (parametric and non-parametric
- examples given MNIST, ...
ML-3: Discriminatory approaches :
- generalized linear statistical models for regression and classification (logistic regression)
- ridge regulation, lasso (parsimony bet)
- Complexity and validation (cross-validation) of models
- Data transformation (kernel move)
- Examples given MNIST, ...
ML-4: "DATA REPRESENTATION" (Unsupervised).
- BCP, standardization, small visualization
ML-5. "(Convolutional) Neural Nets."
- Notion of neuronal learning, gradient stoch. GRADIENT, NN
- Deep, convolutional aspects... motivations and examples (scikit-learn, kheras/tensorflow,...)
ML-6. Random trees and forests
- decision tree, random forests
ML-7. "CLUSTERING
- Kmeans, Gaussian mixture model, EM algorithm,
- Ex MNIST data and comparison with CNN
- hierarchical patterns
Probabilities and statistics, main distributions, probability density functions, matrix calculation, basic optimization (Newton's methods, Gradient methods...), basic control theory
The math reminders will be done in general (the prerequisites having been seen in 1A and 2A), but very quickly.
Session 1
Final assessment (ET1) : 1 hour supervised written exam for Artificial Intelligence part (50%), 2h supervised computer exam + MCQ for Autonomous Systems part (50%)
Continuous assessment (CC1) : labs reports for Artificial Intelligence part (50%), labs reports for Autonomous Systems part (50%)
Session 2
Final exam : new assessment (ET2) to replace session 1 assessment (ET1)
Continous assessment : session 1 assessment (CC1) retained, no resit for CC1
The exam is given in english only
The course exists in the following branches:
- Curriculum - Master's Degree in Engineering ASI - Semester 9 (this course is given in english only
)
- Curriculum - Master's Degree in Engineering IEN - Semester 9 (this course is given in english only
)
- Curriculum - Master's Degree in Engineering HOE - Semester 9 (this course is given in english only
)
- Curriculum - Master's Degree in Engineering IEE - Semester 9 (this course is given in english only
)
- Curriculum - Master's Degree in Engineering ME - Semester 9 (this course is given in english only
)
- Curriculum - Master's Degree in Engineering SEM - Semester 9 (this course is given in english only
)
- Curriculum - Master's Degree in Engineering ASI - Semester 9 (this course is given in english only
)
- Curriculum - Master inter MARS - Semester 9 (this course is given in english only
)
Course ID : WEUMAIA0
Course language(s):
You can find this course among all other courses.
Autonomous Systems:
- Steven LaValle's Planning Algorithm Textbook
http://planning.cs.uiuc.edu/ - Francesco Bullo and Stephen L. Smith, Lectures on Robotic Planning and Kinematics
http://motion.me.ucsb.edu/book-lrpk/ - Francesco Bullo, Jorge Cortés and Sonia Martínez, Distributed Control of Robotic Networks
https://motion.me.ucsb.edu/book-dcrn/pdfs/DCRN-BulloCortesMartinez-10mar09.pdf
Artificial Intelligence-ML: - Trevor Hastie, Robert Tibshirani et Jerome Friedman (2009), "The Elements of Statistical Learning," (2nd Edition) Springer Series in Statistics
- Christopher M. Bishop (2006), "Pattern Recognition and Machine Learning," Springer
- Kevin P. Murphy (2012), "Machine Learning: a Probabilistic Perspective", The MIT Press