Tag: math
Teaching Kids Programming: Videos on Data Structures and Algorithms Introduction to Combinatorial Mathematics (2): Catalan Numbers Catalan numbers are one of the most important sequences in combinatorics. They appear …
Teaching Kids Programming: Videos on Data Structures and Algorithms Introduction to Math Combination Combinations count the ways to choose items when order does not matter. This guide builds intuition …
Reinforcement Learning (RL) — The Art of Learning by Trial and Error Reinforcement Learning 101: The Art of Learning by Trial and Error Deep Dive into Reinforcement Learning: Understanding …
Teaching Kids Programming: Videos on Data Structures and Algorithms How to Prove √2 Is Irrational — Two Methods (Proof by Contradiction & Geometric Infinite Descent) Introduction The statement “√2 …
argmax: Reasoning Backward from the Future The fundamental mathematical principle behind all of machine learning (and optimization) is the following formula: arg_max_{x∈X} F(x) It means: among all possible inputs …