-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtracks.html
More file actions
218 lines (218 loc) · 8.35 KB
/
tracks.html
File metadata and controls
218 lines (218 loc) · 8.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="A collection of useful links and resources for the master's degree course of Artificial Intelligence for Science and Technology, at University of Milano Bicocca."
/>
<title>Tracks | AI4ST Bicocca</title>
<link rel="stylesheet" href="styles/main.css" />
<link rel="stylesheet" href="styles/tracks.css" />
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon" />
<script src="js/tracks.js" defer></script>
</head>
<body>
<main>
<h1 class="title">Specialization Tracks</h1>
<h2 class="subtitle">which track to choose?</h2>
<a href="/" class="button back-button">< back</a>
[2022/11/17]:
<a
target="_blank"
href="https://elearning.unimib.it/course/view.php?id=47428"
>
Videorecording and documentation of the meeting on the study plan.
</a>
<h3 class="track-title button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon black">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<polyline points="7 7 12 12 17 7"></polyline>
<polyline points="7 13 12 18 17 13"></polyline>
</svg>
Track 1: Industrial and Environmental Applications
</h3>
<div class="track-content hide">
<p>
Focus on <strong>monitoring, control and automation</strong> of
manufacturing processes, for ensuring product quality levels, and for
environmental monitoring and support to the management of that same
environment.
</p>
<p>
Students will be able to use artificial intelligence specifically for:
</p>
<ul>
<li>Analysis of industrial and environmental data.</li>
<li>
<strong>Extraction of information</strong> and knowledge regarding
the <strong>quality and characteristics of products</strong>.
</li>
<li>
<strong>Analysis of signals and images</strong> in a manufacturing
and environmental context.
</li>
<li>
Management of industrial or environmental
<strong>production processes</strong>.
</li>
<li>
Management of <strong>smart and adaptive environments</strong> (e.g.
smart buildings, smart cities, smart infrastructures).
</li>
<li>
Management of manufacturing processes and smart environments in
support of sustainability.
</li>
</ul>
</div>
<h3 class="track-title button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon black">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<polyline points="7 7 12 12 17 7"></polyline>
<polyline points="7 13 12 18 17 13"></polyline>
</svg>
Track 2: Embedded Systems
</h3>
<div class="track-content hide">
<p>
Focus on smart embedded systems for various areas of application,
including
<strong>
consumer electronics, medical devices and systems, prosthetics,
motor vehicles and transport</strong
>. Students will gain a specialised understanding in the use of
artificial intelligence to develop intelligent adaptive behaviours,
and cultivating
<strong>organic interactions between humans and machines</strong>.
</p>
<p>
Students will be able to use artificial intelligence specifically for:
</p>
<ul>
<li>
Analysis of data coming from
<strong>sensors and human-system interfaces</strong>.
</li>
<li>
Extraction of information and knowledge regarding the
<strong>
behaviour of the embedded system and the environment in which it
operates</strong
>.
</li>
<li>
Extraction of information and knowledge from user interactions.
</li>
<li>
<strong>Analysis of signals and images</strong> in smart embedded
systems.
</li>
<li>
Decision-making support in the corresponding areas of application.
</li>
</ul>
</div>
<h3 class="track-title button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon black">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<polyline points="7 7 12 12 17 7"></polyline>
<polyline points="7 13 12 18 17 13"></polyline>
</svg>
Track 3: Signal/Image Processing for Healthcare and Environment
</h3>
<div class="track-content hide">
<p>
Focus on collecting and analysing <strong>multi-sensor data</strong>,
both in the field of
<strong>
environmental monitoring through observations of the Earth
</strong>
and sensor networks, as well as in the healthcare arena, providing
<strong>
decision-making support through the analysis of biomedical images
and signals</strong
>.
</p>
<p>
Students will be able to use artificial intelligence specifically for:
</p>
<ul>
<li><strong>Multi-sensor</strong> management.</li>
<li>
Collecting and processing of signals and images, with specific
<strong>care about the physical phenomena</strong> and the physical
meaning of the data.
</li>
<li>
<strong>Extraction of information</strong> and knowledge about the
<strong> state of the environment and its evolution</strong>.
</li>
<li>
Extraction of information and knowledge about the
<strong>health of patients</strong>.
</li>
<li><strong>Medical diagnostic devices</strong>.</li>
<li>Tools for <strong>environmental observation</strong>.</li>
<li>
Decision-making support in the corresponding application areas.
</li>
</ul>
</div>
<h3 class="track-title button">
<svg xmlns="http://www.w3.org/2000/svg" class="icon black">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<polyline points="7 7 12 12 17 7"></polyline>
<polyline points="7 13 12 18 17 13"></polyline>
</svg>
Track 4: Complex Systems and Quantum Technologies
</h3>
<div class="track-content hide">
<p>
Focus on
<strong>
identification, modelling, and analysis of complex physical systems
</strong>
(including quantum systems) as well as for the
<strong>processing of information using quantum techniques</strong>.
</p>
<p>
Students will be able to use artificial intelligence specifically for:
</p>
<ul>
<li>
<strong>Analysis of data and knowledge</strong> for modelling
complex systems.
</li>
<li>
<strong>Extraction of characteristic behaviours</strong> of complex
systems.
</li>
<li>
<strong>Simulation of the behaviour</strong> of complex systems.
</li>
<li>
Design and
<strong>
development of quantum algorithms to support artificial
intelligence</strong
>.
</li>
</ul>
</div>
</main>
<footer>
<a target="_blank" href="https://github.com/ai4st">
<svg xmlns="http://www.w3.org/2000/svg" class="icon black">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path
d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5"
></path>
</svg>
view on GitHub
</a>
</footer>
</body>
</html>