Youtubed activities
Jul 2020
01
Jul
"Clean Code" from Robert Martin
What is the difference between "good" and "bad" code? What gain is there to expect from turning to clean code? I know how to code [...]
Jun 2020
24
Jun
Contact process on point processes, part I
I will first review some results on the contact process on graphs. I will then describe ongoing research on this type of dynamics on random [...]
17
Jun
Characterizing the Expressive Power of Invariant and Equivariant Graph Neural Networks
Various classes of Graph Neural Networks (GNN) have been proposed and shown to be successful in a wide range of applications with graph structured data. [...]
17
Jun
Introduction to Pygame
Pygame is a Python package that wraps the SDL library. SDL (Simple DirectMedia Layer) is a cross-platform development library written in C, designed to provide [...]
10
Jun
Gismo: a Generic Information Search... with a Mind of its Own!
Searching for documents is a task that everyone faces on a regular basis, especially when looking for a relevant Internet page, an e-mail, or a [...]
10
Jun
A Mathematical Theory of Communication: Discrete Noiseless Systems
In 1948 Shannon published the article that defines modern information theory. For this reading group, we will present the first part of the article, which [...]
03
Jun
IoT Network Control and Management
Internet of Things (IoT) devices are increasingly present in our lives. This plethora of devices creates a need to manage them easily, transparently and quickly [...]
03
Jun
Input, Output, and the Internet: Part II
Python offers a lot of tools to easily deal with local and Internet files. We will present a selection of these tools illustrated with nice [...]
May 2020
27
May
Beam management in 5G
Beam management is central in the operation of dense 5G cellular networks. Focusing the energy radiated to mobile terminals (MTs) by increasing the number of [...]
27
May
Support-vector networks
Cortes, C., Vapnik, V. Support-vector networks. Mach Learn 20, 273–297 (1995). https://doi.org/10.1007/BF00994018 . Abstract of the paper: "The support-vector network is a new leaming machine [...]