Youtubed activities
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 [...]
17
Jan
Understanding quantum computing using Quirk, a drag-and-drop quantum circuit simulator - Basic
Quirk (https://algassert.com/quirk) is a drag-and-drop quantum circuit simulator that is easy to use and very interesting to understand how quantum computers works. In this session, [...]
10
Jan
Authentication through error estimation in QKD
The one-time pad is an encryption technique that is proven to be unbreakable by an eavesdropper. It relies on a single-use secret key shared between [...]
10
Jan
D3.js tutorial: animating a card game
D3.js is a JavaScript library that facilitates the creation and animation of HTML and SVG content representing a (possibly dynamic) data structure. While clearly more [...]