Youtubed activities
Apr 2023
				19
				Apr
			
		A Bit of Gymnastics in Python
			In this interactive session, I will propose exercises inspired by the most popular questions about Python in Stack Overflow: https://stackoverflow.com/questions/tagged/python?tab=votes. Here is the approach of [...]
		
		
	
				12
				Apr
			
		Distributed Function Computation over Networks
			Large-scale distributed computing systems, such as MapReduce, Spark, or distributed deep networks, are critical for parallelizing the execution of computational tasks. Nevertheless, a struggle between [...]
		
		
	
				05
				Apr
			
		Age of Information Processes under Strongly Mixing Communication
			The decentralized nature of multi-agent systems requires continuous data exchange to achieve global objectives. In such scenarios, Age-of-Information (AoI) has become an important metric for [...]
		
		
	
				05
				Apr
			
		Gaussian limit laws and generating series
			The Central Limit Theorem states that some sums of random variables, once renormalized, converge to the Gaussian distribution. Some parameters of large combinatorial objects have [...]
		
		
	Mar 2023
				29
				Mar
			
		fAST: How to find relevant regular expression from a small set of positive examples
			Regular expressions are ubiquitous in computer science but are cumbersome to code. In this work, we present a new algorithm, named fAST (find Abstract Syntax [...]
		
		
	
				29
				Mar
			
		Content Delivery Networks: providing content at global scale
			On April 13, 2019, 17.4 million users watched the newly released episode of Games of Thrones. The Trump vs. Clinton debate was streamed to 2 [...]
		
		
	
				22
				Mar
			
		Wireless communications for dummies – part 2
			We will cover Chapter 3 of [1], including important concepts for modern wireless networks such as time/frequency/antenna diversity, space-time codes, and—if time permits—OFDM. [1] Tse, [...]
		
		
	
				15
				Mar
			
		An introduction to the numerical solver for multiple integrals
			Evaluating multiple integrals is challenging when there exists no simple closed form representations. However, they are frequently encountered in network analysis, such as in queueing [...]
		
		
	
				01
				Mar
			
		Coverage and Capacity of Joint Communication and Sensing in Wireless Networks
			From an information theoretic perspective, joint communication and sensing (JCAS) represents a natural generalization of communication network functionality. However, it requires the re-evaluation of network [...]
		
		
	
				01
				Mar
			
		Parse and analyze source codes with Tree-sitter
			Tree-sitter is a library for parsing source codes. Compared to similar libraries, Tree-sitter is very fast and dependency-free. This makes it easy to embed it [...]
		
		
	