Youtubed activities
Mar 2024
27
Mar
Tournament Solutions
A tournament is an oriented graph where there is exactly one edge between each pair of nodes, in one direction or the other, with the [...]
20
Mar
Double Feature: IPyWidgets + Using LLM
IPyWidgets is a popular Python library for creating interactive, customizable user interfaces in Jupyter Notebooks and other environments using the power of the Widgets system [...]
06
Mar
Introduction to the cake cutting problem
The cake cutting problem arises when a cake must be divided fairly among individuals who have different preferences. In this presentation, after a brief explanation [...]
Feb 2024
28
Feb
Is Reinforcement Learning all you need?
When attacking a new problem, the algorithm designer typically follows 3 main steps: rule out options that are unlikely to work well test the handful [...]
21
Feb
A visual journey to convey complex messages through MAThematical ANIMation - manim
Manim is a tool used to programmatically create precise and high-quality animations. Based (almost) entirely on Python, manim evolved from being a powerful visualization engine [...]
14
Feb
A new perspective of entropy
Have you ever wondered how mathematicians "understand"? In a 1932 lecture, Hermann Weyl identified two key modes of mathematical reasoning: topology and abstract algebra. These, [...]
07
Feb
Bell theorem and the role of complex numbers in quantum information theory
Quantum information theory has several puzzling properties. In particular, it predicts that information carried by quantum objects is incompatible with the use of the logical [...]
07
Feb
An introduction to anonymity networks
Anonymity networks play a crucial role in preserving privacy on the Internet by masking users' identities and guaranteeing the confidentiality of communications. In this talk, [...]
Jan 2024
31
Jan
Everyone procrastinates: a Beamer demo
This tutorial delves into the intricacies of Beamer, a powerful LaTeX document class designed for crafting presentations. We will explore basic and advanced features and [...]
17
Jan
Data Poisoning Attacks in Gossip Learning
Traditional machine learning systems were designed in a centralized man-ner. In such designs, the central entity maintains both the machine learningmodel and the data used [...]