Youtubed activities
Feb 2022
16
Feb
Securing communications in the C-ITS
Cooperative Intelligent Transport Systems allow connected vehicles to communicate with each other, with the road-side infrastructure, and with other smart devices to improve road safety [...]
09
Feb
Object-Oriented Programming in Python
We will deep dive into the OOP paradigm and see how it’s implemented in Python. This session will be beginner-friendly and aims to give explanations and practical [...]
02
Feb
The Quantum Internet: Recent Advances and Challenges
Quantum information processing is at the cusp of having significant impact on technology and society in the form of providing unbreakable security, ultra-high-precision distributed sensing [...]
02
Feb
Infinite Hidden Markov Models
The Hidden Markov Model is a generative model in which the distribution of the observations depends on the state of a Markov chain. These models [...]
Jan 2022
26
Jan
A stochastic matching between graph theory and linear algebra
Stochastic dynamic matching has numerous applications, ranging from supply-chain management to kidney exchange programs. In a matching problem, different classes arrive according to independent Poisson processes. Unmatched items [...]
19
Jan
Accountable distributed computing
There are two major ways to deal with failures in distributed computing: fault-tolerance and accountability. Fault-tolerance intends to anticipate failures by investing into replication and [...]
19
Jan
Developping in Python
When you develop a Python project, it is highly recommended that you design it as a Python package, which gives you access to a variety [...]
12
Jan
Poisson approximations of sums of Bernoulli random variables
Approximation by Poisson distributions or processes is of great interest in many applications including networks, queueing theory and even neuroscience, as the Poisson distribution arises [...]
Dec 2021
15
Dec
Testing in Python
Thanks to its dynamic nature, it is extremely easy to prototype code with Python. However, this also means that it is difficult to catch errors [...]
08
Dec
MIMO Performance: From Theory to Practice
In the past decades, multiple antenna systems were widely employed in modern wireless network to improve the communication performance. For example, iPhone XS is equipped [...]