Tags starting with A:
A/B-testing:
- 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:
- 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.
- Implement a simple ReAct Agent using OpenAI function calling 21 Jan 2014 Simple example of using OpenAI Function Calling in a ReAct Loop to execute simple multistep tasks.