This feature allows you to view your educational path, if you enrolled in previous years

Curriculum(s) for 2025 - Mathematical Sciences for Artificial Intelligence (33593)

Single curriculum
Lesson [SSD] [Language] YearSemesterCFU
10616928 | Linear Algebra and Algebraic Structures [MAT/03, MAT/02, MAT/02] [ITA]1st1st12

Educational objectives

The objective of the course Linear Algebra and Algebraic Structures, divided into two parts, is to give an overview and provide the fundamentals of the main structures - algebraic, combinatorial and linear algebra - that are used in Artificial Intelligence.

THREE-DIMENSIONAL MODELING [MAT/03] [ITA]1st1st3

Educational objectives

SPECIFIC OBJECTIVES
Development of the language of linear algebra: vector spaces and their homomorphisms; algebra of matrices; endomorphisms, determinants and diagonalization; applications.

KNOWLEDGE AND UNDERSTANDING
At the end of the course the student will be able to manipulate groups, permutations, and understand the meaning and use of matrices in the study of linear phenomena.

APPLICATION OF KNOWLEDGE AND UNDERSTANDING
Use of diagonalization of operators to provide a geometric interpretation to a linear phenomenon and derive relevant information.

AUTONOMY OF JUDGMENT
Students will be able to choose the most appropriate algebraic tool to study a problem in the context of Artificial Intelligence.

COMMUNICATION SKILLS
Students will learn the language of linear algebra and abstract groups to communicate these concepts accurately, clearly, and rigorously.

LEARNING SKILLS
The course will enable students to discern which topics in linear algebra or algebraic structures find use or are best suited in applications related to Artificial Intelligence Sciences.

THREE-DIMENSIONAL MODELING [MAT/02, MAT/02] [ITA]1st1st9

Educational objectives

SPECIFIC OBJECTIVES
Learning the elementary concepts of algebra. Introduction to the main algebraic structures, applications.

KNOWLEDGE AND UNDERSTANDING
At the end of the course the student will be able to manipulate groups, permutations, and understand the meaning and use of matrices in the study of linear phenomena.

APPLICATION OF KNOWLEDGE AND UNDERSTANDING
Use of group theory in the study of finite combinatorial problems in use in Artificial Intelligence

AUTONOMY OF JUDGMENT
Students will be able to choose the most appropriate algebraic tool to study a problem in the context of Artificial Intelligence.

COMMUNICATION SKILLS
Students will learn the language of linear algebra and abstract groups to communicate these concepts accurately, clearly, and rigorously.

LEARNING SKILLS
The course will enable students to discern which topics in linear algebra or algebraic structures find use or are best suited in applications related to Artificial Intelligence Sciences.

10599697 | Mathematical Analysis I [MAT/05] [ITA]1st1st9

Educational objectives

Educational goals.
The course aims to provide the foundations of mathematical analysis in a rigorous and at the same time concrete way. The student will have to familiarize himself with the elements of calculus, both from the point of view of practical exercises and in terms of abstract definitions and theorems. The proofs of the main theorems highlight some deep aspects of mathematical analysis, and offer the student the opportunity to develop a critical point of view towards computing tools, which will be fundamental during the entire degree course.

Specific objectives:

The course deals with the fundamentals of mathematical analysis. In particular:

The system of integer, rational and real numbers
The concepts of function and limit of a function
Sequences
Series
Continuity
Derivative
The fundamental theorems of differential calculus
Function studies
Polynomials and Taylor series
Integrals

Knowledge and understanding:
The student will acquire competence on the fundamental concepts of differential and integral calculus.

Application of knowledge and understanding:
The student will be able to understand the behavior of even non-simple functions, analyzing them with the methods of differential and integral calculus; he will be able to evaluate the convergence of numerical and Taylor series; he will be able to compute integrals of functions.

Autonomy of judgment:
The student will be able to evaluate the difficulties inherent in the rigorous definition of the foundations of mathematical analysis.

Communication skills:
The student will be able to communicate in a concise, effective and formally correct way the statements of mathematical analysis theorems, their proofs, as well as the solution of exercises.

10603314 | Programming Fundamentals with Laboratory [INF/01] [ITA]1st1st9

Educational objectives

General objectives:
Introduction to programming with the Python programing language.

Specific objectives:
Introduction to programming through the Python language.
Data types, variables, assignments, control structures, functions, classes, modules, and Input/Output.
Data structures: arrays, strings, lists, tuples, and dictionaries.
Design and development of programs through procedural programming and object-oriented programming.
Recursive and iterative algorithms.
Python libraries for graphics, file handling, text/html processing, and internet access.
Program debugging and testing with Spyder as IDE and ipython.

Problem Solving and Understanding of a problem:

Understand and define a problem's requirements.
Choose how to represent the input and what data structures to use for intermediate computations and output.
Define the algorithm solving the problem.
Code the algorithm as a Python program.
Modularize the program as small separate functions/methods.
Test that the program satisfies the requirements.

Apply knowledge and understanding:
Students will work at home on a series of programming tasks, throughout the whole course, to practice and to show what has been learned.
At the end of the course, the exam will be based on a lab test where they should solve and program various programming exercises.

Critical and judgmental skills:
At the end of the course, students should be able to autonomously choose how to solve a programming task (analysis, implementation, and test).

Communication skills:
Students must have good text comprehension abilities for the problem analysis and requirement definition phase.

Learning ability:
The ability to analyze a problem to define its requirements and design both the necessary data structures and the correct algorithm will apply to other programming languages and will be very useful for the following programming courses.

1011790 | PHYSICS [FIS/01] [ITA]1st2nd9

Educational objectives

GENERAL OBJECTIVES
- Learning the main concepts of Physics concerning
mechanics, termodynamics, electromagnetism and optics,
paying attention to observations of common live and
to the applications to real world situations.
- Developing problem-solving ability by using an approach
that describes physical phenomena, combining analytical,
numerical and IT methods, in particular learning to check
physical dimensions and the order of magnitude of the results.
- Developing a critical sense concerning the unavoidable
uncertainties, to be taken into acccount when solving problems
real life data are used in the calculations.

SPECIFIC OBJECTIVES:
A – Knowledge and understanding
- To emonstrate knowledge and understanding at post secondary
instruction of the concepts taught during the course and
of the basic elements of the logic of uncertainty needed
to handle experimental data.
- To emonstrate to see and use, in the problem-solving process,
the analogies between different physical phenomena.
B – Application skills
- To ormalize a physics problem using the tools of algebra,
geometry and analysis.
- To Solve a problem using analytical, numeric or
computational methods, making also use of 'high level'
programming languages.
C – Autonomy of judgment
- To develop the ability to autonomously set up, analyze and
solve problems of physics.
D – Communication skills
- To develop the ability to autonomously set up, analyze and
solve problems of physics.
E – Ability to learn
- Develop the skills necessary to undertake further studies
with a high degree of autonomy.

10603331 | Programming Techniques with Laboratory [ING-INF/05] [ITA]1st2nd9

Educational objectives

General objectives:

Introduce the fundamentals of computational thinking and problem solving through Python programming.
Provide students with the skills necessary to profitably use the computational method for problem solving problems such as object-oriented programming, recursion, basic data structures, and dynamic programming.
The tools will be presented both with a rigorous mathematical treatment aimed at evaluating the correctness and efficiency of the proposed solutions and through programming and numerous examples of computational problem solving.
The course has a strong design connotation and therefore includes weekly laboratory exercises.

Specific objectives:

Knowledge and understanding:
Provide a broad overview of the analysis and design of Python programs that require a thorough understanding of computational thinking.
The various problems addressed are rigorously defined. The theoretical and technological concepts needed to understand the adopted solutions are provided.

Apply knowledge and understanding:
Solve specific programming problems by applying the techniques studied.
Conduct laboratory exercises that allow students to apply the knowledge acquired.

Critical and judgmental skills:
Being able to evaluate the correctness of a program and its adequacy with respect to the requirements.

Communication skills:
Be able to describe the choices made in the solutions adopted and explain the execution mechanism of the programs according to the model adopted.

Learning ability:
Autonomous study of topics presented in the course by carrying out exercises proposed in the laboratory and at home.

1031978 | [MAT/06] [ITA]1st2nd9

Educational objectives

The course aims to introduce the basic concepts of probability and statistics, in particular in relation to the possibility of modelling some concrete problems with probabilistic methods. The course will then present various methods for computing the probability of relatively complex events, the definition and elementary properties of discrete and continuous random variables, detailing important examples and discussing a few limit theorems. At the end of the course the conscientious student should be able to tackle a concrete problem with stochastic elements, build a satisfactory probabilistic modelling, identify if he is able to find an explicit solution within the developed theory and introduce the relevant statistical estimators.

10603329 | Fundamentals of Neuroscience [M-PSI/02, BIO/09] [ITA]1st2nd6

Educational objectives

General skills
The course in Fundaments of Neuroscience is subdivided in two modules, which drive progressively the student to acquire basic knowledges on the nervous systems, starting from its functional unit (the neurons) up to complex circuits. The first module aims at guiding students to a deep knowledge of the morpho-functional characteristics of neurons (the functional unit of the nervous system), through the progressive analysis of the biophysical characteristics of neuronal membranes and their passive and active electrical properties, the generation of nerve signals and their propagation, and the transmission of these signals along neural circuits created by the integration of several functional units. This part of the course requires a brief introduction in cell biology, recapitulating the main basic notions (structure and function of cell organelles, nucleic acid, membranes; protein synthesis and degradation; chemical-physical characteristics of intracellular and extracellular environments). In the second module, students will learn fundamental notions on the anatomy and functioning of brain circuits. This module aims to make the student acquire knowledge useful to understand the relationship between structure and function in the nervous system, with particular reference to the regulation of behavior and mental processes.

Specific skills
Knowledge and understanding
- Knowing and understanding the biophysical characteristics of neuronal membranes
- Knowing and understanding the factors and mechanisms modulating neuronal activity
- Knowing and understanding the propagation of nerve activity through neural circuits
- Knowledge and understanding of examples of neuronal circuits
- Knowledge and understanding of examples of structure-function relationships in the nervous system

Applying knowledge and understanding
- Be able to use the specific terminology and the correct scientific language
- Be able to evaluate the expression of neuronal activity through the reading of electrophysiological traces
- Be able to discuss different aspects of the structure-function relationship in the central nervous system

Making judgements
- Acquire capability of critical judgment
- Learning by questioning

Communication skills
- Ability to synthesize and communicate the acquired knowledge through a written report, and when appropriate also through integration with an oral report.

E) Learning skills
- Learning the specific terminology
- Be able to make logical connection between the acquired knowledge
- Identify the most relevant topics

Lifelong learning skills
- Upon completion of the course students should be able to approach more advanced questions in the context of modern neurosciences
- Upon completion of the course students should be able to further their training in other neuroscience courses.

THREE-DIMENSIONAL MODELING [M-PSI/02] [ITA]1st2nd3

Educational objectives

General skills
The course in Fundaments of Neuroscience is subdivided in two modules, which drive progressively the student to acquire basic knowledges on the nervous systems, starting from its functional unit (the neurons) up to complex circuits.

In this module, students will learn fundamental notions on the anatomy and functioning of brain circuits. This module aims to make the student acquire knowledge useful to understand the relationship between structure and function in the nervous system, with particular reference to the regulation of behavior and mental processes.

THREE-DIMENSIONAL MODELING [BIO/09] [ITA]1st2nd3

Educational objectives

General skills
The course in Fundaments of Neuroscience is subdivided in two modules, which drive progressively the student to acquire basic knowledges on the nervous systems, starting from its functional unit (the neurons) up to complex circuits.

This module aims at guiding students to a deep knowledge of the morpho-functional characteristics of neurons (the functional unit of the nervous system), through the progressive analysis of the biophysical characteristics of neuronal membranes and their passive and active electrical properties, the generation of nerve signals and their propagation, and the transmission of these signals along neural circuits created by the integration of several functional units. This part of the course requires a brief introduction in cell biology, recapitulating the main basic notions (structure and function of cell organelles, nucleic acid, membranes; protein synthesis and degradation; chemical-physical characteristics of intracellular and extracellular environments).

10603315 | Algorithms and Complexity [INF/01] [ITA]2nd1st6

Educational objectives

The training objectives of the course are mainly two. The first is to provide an introduction to the design and analysis of algorithms resting on a solid conceptual and mathematical basis. The second is to provide an introduction to the fundamental phenomenon known as the computational complexity of algorithmic problems. Concerning the first objective, an introduction to the main design techniques will be provided through a series of notable algorithmic problems. For the second, the main focus will be on the notions of undecidability and NP-completeness.

10604473 | Mathematical Modelling for Physics [FIS/02, MAT/07] [ITA]2nd1st12

Educational objectives

General targets: To acquire basic knowledge in classical mechanics and in dynamical systems.

Knowledge and understanding: Students who have passed the exam will be able to construct mathematical models not only for problems of mechanical nature, and to use analytic and qualitative methods of ordinary differential equations to deal with them.

Applying knowledge and understanding: Students who have passed the exam will be able: i) to perform the qualitative analysis on the phase space for one-dimensional conservative systems and to obtain quantitative estimates; ii) to study problems of stability of equilibrium points elementary methods of Liapunov; iii) to calculate frequencies of normal modes around stable equilibria; iv) to choose properly Lagrangian coordinates for particular configuration manifolds; iv) to recognize the variational nature of Lagrange equations and their implications; v) to use specific criteria for searching prime integrals in Lagrange equations and to perform the subsequent reduction to a smaller number of degrees of freedom; vi) to perform numerical simulations of simple ODEs

Making judgements: Students who have passed the exam will have the basis to analyze the similarities between the topics covered in the course and the already acquired knowledges in analysis and geometry; they will also acquire important tools and ideas that have historically led to the solution of fundamental problems of classical mechanics and dynamical systems.

Communication skills: Students who have passed the exam will have gained the ability to communicate concepts, ideas and methodologies of analytical mechanics and dynamical systems.

Learning skills: The acquired knowledge will allow students who have passed the exam to face the study, at an individual level or in a master's degree course, of specialized aspects of classical mechanics and, more generally, of the theory of dynamical systems.

THREE-DIMENSIONAL MODELING [FIS/02] [ITA]2nd1st6

Educational objectives

General targets: To acquire basic knowledge in probability theory and in classical statistical mechanics.

Knowledge and understanding: Students who have passed the exam will be able to construct mathematical models of systems with many degrees of freedom in the limit of non-interacting systems and in some instances of interacting systems with applications to selected problems.

Applying knowledge and understanding: Students who have passed the exam will be able to: i) conduct a quantitative analysis of non-interacting systems with many degrees of freedom using different alternative methodologies [microcanonical, canonical and grancanonical ensembles]; ii) handle the equivalence of the different alternative methodologies; iii) identify the elements of a statistical mechanics approach for the description of interacting systems typically encountered in Physics but also Inference and Machine Learning.

Critical skills: Students who have passed the exam will have developed the ability to think in probabilistic and statistical terms using the concepts of statistical mechanics as toolbox for “problem solving” in applications to problems of physical systems and more broadly in a number of disparate fields (inference, machine learning, AI in general, social-economic systems, biological systems, medical problems).

Communication skills: Students who have passed the exam will have gained the ability to communicate concepts, ideas and methodologies of classical statistical mechanics and its application to systems with many degrees of freedom.

Learning skills: The acquired knowledge will allow students who have passed the exam to face the study, at an individual level or in a master's degree course, of specialized aspects of classical statistical mechanics and, more generally, of the theory of complex systems.

THREE-DIMENSIONAL MODELING [MAT/07] [ITA]2nd1st6

Educational objectives

General targets: To acquire basic knowledge in classical mechanics and in dynamical systems.

Knowledge and understanding: Students who have passed the exam will be able to construct mathematical models not only for problems of mechanical nature, and to use analytic and qualitative methods of ordinary differential equations to deal with them.

Applying knowledge and understanding: Students who have passed the exam will be able: i) to perform the qualitative analysis on the phase space for one-dimensional conservative systems and to obtain quantitative estimates; ii) to study problems of stability of equilibrium points elementary methods of Liapunov; iii) to calculate frequencies of normal modes around stable equilibria; iv) to choose properly Lagrangian coordinates for particular configuration manifolds; iv) to recognize the variational nature of Lagrange equations and their implications; v) to use specific criteria for searching prime integrals in Lagrange equations and to perform the subsequent reduction to a smaller number of degrees of freedom; vi) to perform numerical simulations of simple ODEs

Making judgements: Students who have passed the exam will have the basis to analyze the similarities between the topics covered in the course and the already acquired knowledges in analysis and geometry; they will also acquire important tools and ideas that have historically led to the solution of fundamental problems of classical mechanics and dynamical systems.

Communication skills: Students who have passed the exam will have gained the ability to communicate concepts, ideas and methodologies of analytical mechanics and dynamical systems.

Learning skills: The acquired knowledge will allow students who have passed the exam to face the study, at an individual level or in a master's degree course, of specialized aspects of classical mechanics and, more generally, of the theory of dynamical systems.

10599698 | ANALYSIS II [MAT/05] [ITA]2nd1st9

Educational objectives

General objectives:
Acquire some advanced knowledge of Mathematical Analysis in spaces of several variables.

Specific objectives:
Knowledge and understanding: at the end of the course the student will have acquired basic notions and results relating to the geometry and metric properties of some Hilbert spaces and of some operators acting on them.

1031979 | Numerical Methods [MAT/08] [ITA]2nd2nd9

Educational objectives

Aims
The aim of the course is to teach the main numerical techniques to implement algorithms for solving mathematical problems on the computer.
In addition, the student will be able to implement these algorithms on the computer, verify their quality, reliability and efficiency.

Specific goals
At the end of the course, the student will know classical algorithms to solve linear systems, with direct and iterative methods and will know simple approximation methods and quadrature techniques

Knowledge and understanding:
Understanding the tools needed to approximate the solution of a mathematical problem with an algorithm and knowledge of some algorithms and the related analysis techniques

Application of knowledge and understanding
The knowledge learned is applied in the writing of codes implementing the algorithms studied, and in the construction of test problems to evaluate the quality of the proposed solutions.

Autonomy of judgment
The student learns to observe the results of the codes to diagnose problems in the algorithms and programs obtained.

Communication skills
The student learns to communicate in a technical and unambiguous way through the writing of codes and in the writing of the documentation of his work.

10603316 | Fundamentals of Artificial Intelligence and Data Management [ING-INF/05] [ITA]2nd2nd12

Educational objectives

General goals:
--------------
To present the fundamental methods of artificial intelligence that are based on high-level symbolic representations. To introduce the main techniques for searching, the main languages for the representation of knowledge and the associated reasoning mechanisms.
To study of the fundamental aspects of data management systems and database design methodologies. More precisely, the goal is to provide the student with the notions regarding techniques and methods to address database design problems, with emphasis on modeling languages and their formal properties.

Specific goals:
---------------
To address search problems, use languages for knowledge representation, apply the main techniques of symbolic reasoning.
To conduct projects for the creation of databases using the appropriate methodologies and the appropriate languages for data modeling and manipulation

Knowledge and understanding:
----------------------------
Learning the notion of intelligent agent, automatic search techniques in the space of solutions, mechanisms for knowledge representation, forms of reasoning, logic programming.
Knowledge of data representation models, database management systems, languages to interact with databases, and relational data base design methodologies.

Apply knowledge and understanding:
----------------------------------
Being able to make searches in the space of solutions, define knowledge bases and use automatic reasoning mechanisms over them.
Being able to design relational databases using appropriate methodologies that guarantee correctness and efficiency of the design product.

Critical and judgment skills:
------------------------------
Knowing how to evaluate the quality of symbolic representation, in terms of expressiveness and computational complexity.
Being able to evaluate the correctness of a data base schema, and the efficiency of a data base against information on the application load that will weigh on the data.

Communication skills:
---------------------
Being able to describe the choices made and the design and development methodologies adopted as part of a knowledge base or database project.

Learning ability
--------------------------
The design activities carried out during the course will stimulate the student to autonomously study some topics presented in the course.

10603317 | Machine Learning [INF/01] [ITA]2nd2nd9

Educational objectives

General goals:
Familiarity with fundamental machine learning techniques, both supervised and unsupervised; modeling skills of complex problems using machine learning techniques, and their application to diverse applicative settings.

Specific goals:
Topics include: clustering algorithms; ensemble methods, decision trees and decision forests; deep neural networks, their training and the interpretation of results; convolutional networks and prominent architectures; theory of deep learning and convergence; programming frameworks for implementing fundamental machine learning techniques; principal component analysis and autoencoders; adversarial attacks.

Knowledge and understanding:
How the principal learning models work and their mathematical interpretation (including universal approximation theory). Understanding the limits and potentials of fundamental machine learning models.

Applying knowledge and understanding:
Design, implementation, deployment and analysis of decision forests, clustering algorithms, PCA, and deep learning architectures addressing complex problems in several applicative areas.

Critical and judgmental abilities:
To be able to evaluate the performance of different models, and to assess their generalization capabilities.

Communication skills:
To be able to communicate clearly how to formulate an advanced machine learning problem as well as its implementation, its applicability in realistic settings, and specific architectural and regularization choices.

Ability to learn:
Understanding alternative and more complex techniques such as graph deep learning models, generative models, scattering transforms and the energetic profile of neural networks. To be able to implement existing techniques efficiently, robustly and reliably.

1017662 | Optimization [MAT/09] [ITA]2nd2nd6

Educational objectives

To provide methodologies and algorithmic tools for the formulation, analysis and solution of several optimization problems,
with particular reference to those concerning artificial intelligence.

The mathematical programming topics and the optimization algorithms characterizing
the course will be useful to deeply understand the mathematical models and optimization methods underlying
artificial intelligence tools.
The students of the course will be able to design and implement algorithms
for complex optimization problems and, in particular, for machine learning.

10603328 | Computational Biology [BIO/10, BIO/11] [ITA]3rd1st6

Educational objectives

The course aims to illustrate the main computational approaches used in Biology for analyzing complex regulatory circuits and elaborating simulation models.
The first part of the course will describe the state of art on the main cell regulatory systems at molecular level and the high-throughput techniques applied in genomics, epigenomics, transcriptomics, proteomics and metabolomics.
In the second part the main bioinformatic and computational approaches for data mining, meta-analysis and modelization will be introduced. The final goal is to give the student a preliminary view of possible applications of computational methods to Biology and Biomedicine.

THREE-DIMENSIONAL MODELING [BIO/10] [ITA]3rd1st3

Educational objectives

The course aims to illustrate the main computational approaches used in Biology for analyzing complex regulatory circuits and elaborating simulation models.

In this part of the course bioinformatic and computational approaches for data mining, meta-analysis and modelization will be introduced. The final goal is to give the student a preliminary view of possible applications of computational methods to Biology and Biomedicine.

THREE-DIMENSIONAL MODELING [BIO/11] [ITA]3rd1st3

Educational objectives

The course aims to illustrate the main computational approaches used in Biology for analyzing complex regulatory circuits and elaborating simulation models.

This part of the course will describe the state of art on the main cell regulatory systems at molecular level and the high-throughput techniques applied in genomics, epigenomics, transcriptomics, proteomics and metabolomics.

1031451 | STOCHASTIC PROCESSES [MAT/06] [ITA]3rd1st6

Educational objectives

General objectives: The objective of the course is to give students an overview of the main stochastic processes such as Markov chains and Brownian motion, explaining its fundamental dynamic-probabilistic properties and various relevant applications such as the Monte Carlo method and the probabilistic representation of solutions of differential equations. Entropic concepts of information theory for Markov chains will also be introduced.

Specific objectives: The course mainly deals with the following topics: discrete and continuous time Markov chains (stationarity, reversibility, convergence to equilibrium, ergodic theorem); Monte Carlo method; relative entropy for Markov chains (entropy of a random variable, conditional entropy, relative entropy for a succession of random variables); Brownian motion and heat equation; approximation of Brownian motion by means of random walks.

Knowledge and understanding:
The student will acquire knowledge on stochastic processes and some of their applications in information theory and applied mathematics.

Application of knowledge and understanding:
The student will be able to model random evolutions through stochastic processes, study their qualitative and quantitative behavior. He/she will also become familiar with the probabilistic foundations of important simulation and approximation techniques based on stochastic processes.

Autonomy of judgment:
The student will be able to understand the problems related to random dynamics.

Communication skills:
The student must acquire an appropriate scientific language to explain in a clear and linear way the concepts underlying the stochastic processes.

Learning ability:
The course allows the student to fully understand the use of stochastic processes in various applications, including IT.

Elective course [N/D] [ITA]3rd1st6

Educational objectives

The two courses chosen by the student allow to
- expand the knowledge and training provided for in the course
- bring the student closer to the master degree of his choice, deepening his knowledge in the more specialized areas of interest for the path he intends to follow after graduation

AAF1101 | English language [N/D] [ITA]3rd1st3

Educational objectives

The course aims to improve the command of the English language, starting from the knowledge that students have already acquired in high school, with particular attention to technical-scientific English.

AAF2616 | ETHICS FOR ARTIFICIAL INTELLIGENCE [N/D] [ITA]3rd1st4

Educational objectives

The course aims to provide an overview of the numerous ethical and social issues raised by Artificial Intelligence and its impact on society and individuals.
Students will learn about the main social and ethical challenges posed by AI, their development and their application in daily life. The conceptual analysis will be supported by the discussion of practical case studies that will allow them to critically address the ethical issues of AI

Elective course [N/D] [ITA]3rd2nd6

Educational objectives

The two courses chosen by the student allow to
- expand the knowledge and training provided for in the course
- bring the student closer to the master degree of his choice, deepening his knowledge in the more specialized areas of interest for the path he intends to follow after graduation

AAF1006 | Final exam [N/D] [ITA]3rd2nd8

Educational objectives

The objectives of the final exam are manifold
- Preparation of a paper in which the student faces a problem or a topic close to those that have been dealt with during the degree course, under the supervision of a professor
- Preparation of a presentation for the final oral exam, in front of a committee of professors.
- Through the preparation of the paper and the presentation, the student learns to work independently and to apply the knowledge and tools acquired to tackle a problem or topic that has not already been covered in the planned courses
- The student must also present the result of his work in front of a commission, thereby developing his technical communication skills.

AAF2228 | Scientific Communication [N/D] [ITA]3rd2nd3

Educational objectives

Aims
The first educational objective of the course is to prepare young people for the scientific debate on the media with a focus on artificial intelligence issues. The student will have the opportunity to know the tools and skills required for correct communication. Identification of users and sources. Writing for different textual genres, conducting interviews. Use of the web and "social" communication. The second objective of the course is the optimization of the ability to present one's scientific curriculum to an audience of experts with the ultimate aim of improving the job placement performance of students. The course will be complemented by practical exercises.

Knowledge and understanding
The languages ​​of communication

Ability to apply knowledge and understanding
Communication of scientific data

Critical and judgmental skills
Evaluation of the critical issues of scientific communication relating to the correctness of sources and the identification of the appropriate language for different users.

Ability to communicate what has been learned
Group discussion of the topics of the course, simulation of editorial meetings, simulation of professional interviews.

Ability to continue studying independently throughout life
Maturation of critical skills as well as the understanding of the cultural strength of communication.