Tags starting with A:
A/B-testing:
- Beta Priors for Self-Reinforcing Binary Decisions 17 May 2026 See how Beta-Bernoulli updates work one observation at a time in A/B tests and bandits, and how the Pólya urn explains self-reinforcing feedback.
- The Beta Distribution: A Distribution Over Probabilities 14 May 2026 Understand the Beta distribution as a model for unknown success probabilities, and derive the Beta-Bernoulli update for binary data.
- Multi-armed bandit implementation 26 Sep 2018 How to implement a Bayesian multi-armed bandit model in Python, and use it to simulate an online test. The model is based on the beta distribution and Thompson sampling.
Agents:
- Implement a simple ReAct Agent using OpenAI function calling 21 Jan 2024 Simple example of using OpenAI Function Calling in a ReAct Loop to execute simple multistep tasks.
- ReAct REPL Agent 07 Apr 2023 GPT-Based ReAct Python REPL Agent with access to method retrieval. Can execute simple workflows by chaining API calls.