Youtubed activities
Feb 2021
10
Feb
Real-time Bidding in First and Second Price Auctions with Temporal and Targeting Constraints
Please, find here the abstract and bibliography provided by Professor Mazumdar for his talk: http://www.lincs.fr/wp-content/uploads/2021/01/Bidding_LINCS_Jan2021.pdf Here, Professor Mazumdar's webpage with info on his academic path: [...]
10
Feb
03
Feb
Edit distances, string alignments and dynamic programming
Edit distances quantify how dissimilar two strings are by counting the minimum number of edit operation (insertion, deletion, etc) to transform one string into the [...]
Jan 2021
27
Jan
Presentation of Huggingface Transformers library for Natural Language Processing
Transformers architectures have been dominating the benchmarks of most Natural Language Processing tasks for the past 3 years with new models popping up every week, [...]
20
Jan
"Secure and Robust MIMO Transceiver for Multicast Mission Critical Communications"
Mission-critical communications (MCC) involve all communications between people in charge of the safety of the civil society. MCC have unique requirements that include improved reliability, [...]
20
Jan
A tutorial on Bayesian optimization with Gaussian processes
Bayesian optimization proves to be useful when our goal is to i) optimize an unknown function, that we can learn by sampling ii) our sample [...]
13
Jan
"Self-Adjusting Networks: From Metrics to Algorithms"
In this talk I will present the vision of self-adjusting networks: communication networks whose physical topology adapts to the traffic pattern it serves, in a [...]
13
Jan
Takeaways of building a research-oriented system
Building a modern, scalable and fault-tolerant system in Python has never been so easy and enjoyable. Here is some takeaways of building such system in [...]
06
Jan
Multi-winner voting rules
Multi-winner voting rules aggregate the opinions of several agents and yield a set of several options. We will give an overview of the classic rules [...]
Dec 2020
16
Dec
Python Sockets 101
The socket library permits programs that execute on various machines over a network to communicate. This talk will review the basics of the Python socket [...]