Multi-armed bandit algorithms - ETC Explore then Commit
Key Takeaways
The video discusses the Explore-Then-Commit (ETC) algorithm for solving multi-armed bandit problems, with a focus on determining the optimal strategy for maximizing rewards in a row of slot machines with different reward distributions.
Full Transcript
in a multi-armed bandit problem we have a row of slot machines where each machine provides a random rewards from a probability distribution in real life we can consider each machine as different adds a b testing variants or others now we need to figure out which strategy can give us the best reward the simplest algorithm is the etc explore then commit algorithm let's assume that we have two arms depending on your use case the reward distribution may follow any kinds of distributions here we assume that the reward distribution follow a one sub gaussian arm 1 has a mean of 0.5 and arm 2 has a mean of 0.8 the first step of the algorithm is explore where each arm gets played one after another for a number of times the first round arm 1 returns a 0.6 reward second round arm 2 returns 0.7 and then arm 1 returns 0.5 and then arm 2 returns 0.9 if we just look at these four rounds we can calculate the empirical mean of the rewards for each arm we can see that the improper mean for arm 1 is 0.55 and the empirical mean for arm 2 is 0.8 arm 2 wins here is the mathematical equation of the simple coming calculation where the entire mean mu of the of the arm i around t equals to one of the sum of this indicator function times the sum of the indicator function times the reward at each step again after four rounds the improvement of arm two is greater than arm one if we only consider this four rounds we can say that arm two is better and thus in the commit phase we only use arm 2. the overall algorithm can be summarized as follows in round t we can choose the action a t where it equals t mod k plus 1 if t is less than or equal to mk meaning that we explore k arms m times in the exploration phase if t is greater than mk we choose the action a t that is the arc max of the empirical mean of the rewards of arm i during exploration if we only have two arms k equals two then it is the best to choose m as the max of one or this other term which is a function of delta the mean difference between two arms and n the total number of rounds so that is the etc algorithm for a problem
Original Description
Hi, I plan to make a series of videos on the multi-armed bandit algorithms. Here is the first one ETC Explore then Commit :)
📖 Ref:
https://tor-lattimore.com/downloads/book/book.pdf
https://web.mit.edu/6.246/www/lectures/L13-2021sp.pdf
⭐ Stay in touch:
Medium: https://sophiamyang.medium.com/
Twitter: https://twitter.com/sophiamyang
Linkedin: https://www.linkedin.com/in/sophiamyang/
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from Sophia Yang · Sophia Yang · 8 of 60
1
2
3
4
5
6
7
▶
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Customer lifetime value in a discrete-time contractual setting (math and Python implementation)
Sophia Yang
Time series analysis using Prophet in Python — Math explained
Sophia Yang
Multiclass logistic/softmax regression from scratch
Sophia Yang
Deploy a Python Visualization Panel App to Google Cloud App Engine
Sophia Yang
Deploy a Python Visualization Panel App to Google Cloud Run
Sophia Yang
[Read a paper (with code)] Beyond Accuracy: Behavioral Testing of NLP models with CheckList
Sophia Yang
5-step data science workflow
Sophia Yang
Multi-armed bandit algorithms - ETC Explore then Commit
Sophia Yang
Multi-armed bandit algorithms - Epsilon greedy algorithm
Sophia Yang
User retention analysis framework | data science product sense
Sophia Yang
Visualization and Interactive Dashboard in Python: My favorite Python Viz tools — HoloViz
Sophia Yang
Multi-armed bandit algorithms: Thompson Sampling
Sophia Yang
The Easiest Way to Create an Interactive Dashboard in Python
Sophia Yang
Big Data Visualization Using Datashader in Python | How does Datashader work and why is it so fast?
Sophia Yang
Why do you want to be a data scientist? Don't be a data scientist if ...
Sophia Yang
Johnny Depp v Amber Heard Twitter Sentiment Analysis | Is Camille Vasquez the real winner | 🤗 NLP
Sophia Yang
How to build a product that sells itself | Product-led Growth | Book Summary | Read a book with me
Sophia Yang
Designing Machine Learning Systems | book summary | Read a book with me
Sophia Yang
Where do data scientists/analysts go next? Love and hate in data analytics (ft. Shashank Kalanithi)
Sophia Yang
Meet the Author: Fundamentals of Data Engineering | DS/ML book club
Sophia Yang
What's new in hvPlot releases 0.8.0 & 0.8.1?
Sophia Yang
Meet the Author: Machine Learning Design Patterns | What do ML/Research Engineers do at Google?
Sophia Yang
Machine Learning Design Patterns | Google Executive | Investor | Meet the Author
Sophia Yang
How to solve data quality issues | Data Reliability | Meet the Author
Sophia Yang
Reliable Machine Learning author interview | DS/ML book club
Sophia Yang
Toronto VLOG | First vlog | Meet my favorite author | Toronto ML Summit conference
Sophia Yang
TOP 6 tech news in 2022 #shorts
Sophia Yang
How to deploy a Panel app to Hugging Face using Docker?
Sophia Yang
Tech news this week | ChatGPT, Hacks, Snowflake, CES #shorts
Sophia Yang
🗞️ Tech news this week: ChatGPT, DreamerV3, Muse, VALL-E, Mineral, DoNotPay, Tesla, SBF... #shorts
Sophia Yang
Tech news this week | Boston Dynamics, Microsoft, Snowflake, Google, and more #shorts
Sophia Yang
The story of Metaflow | Effective Data Science Infrastructure | Book author interview
Sophia Yang
Tech news this week #shorts
Sophia Yang
A day in life of a data scientist | Data Day Texas | Interview 12 authors/speakers
Sophia Yang
Tech news this week #shorts
Sophia Yang
Explainable AI with Shapley Values (Part 1: Game Theory)
Sophia Yang
Explainable AI with Shapley Values (Part 2: Estimate Shapley Values)
Sophia Yang
Explainable AI with Shapley Values (Part 3: KernelSHAP)
Sophia Yang
Tech news this week | AI search war between Microsoft and Google #shorts
Sophia Yang
The Story of ChatGPT's creator OpenAI | From Riches to Fame
Sophia Yang
Explainable AI for Practitioners | Must-read for XAI | author interview
Sophia Yang
Train your own language model with nanoGPT | Let’s build a songwriter
Sophia Yang
The easiest way to work with large language models | Learn LangChain in 10min
Sophia Yang
The BEST browser? AI article summary, image generation, website insights. Microsoft Edge Copilot!
Sophia Yang
startup scene in data | insights from 50+ data startups from Data Council
Sophia Yang
NLP with Transformers author interview with Lewis Tunstall from Hugging Face
Sophia Yang
4 ways to do question answering in LangChain | chat with long PDF docs | BEST method
Sophia Yang
5 Steps to Build a Question Answering PDF Chatbot: LangChain + OpenAI + Panel + HuggingFace.
Sophia Yang
4 Autonomous AI Agents: “Westworld” simulation, Camel, BabyAGI, AutoGPT, Camel ⭐ LangChain ⭐
Sophia Yang
MiniGPT4: image understanding & open-source!
Sophia Yang
BEST Practices in Prompt Engineering: Learnings and Thoughts from Andrew Ng's New Course
Sophia Yang
Designing Machine Learning Systems author interview with Chip Huyen
Sophia Yang
Tech news this week: code interpreter, Mojo, Redpajama, MPT7b, StarCoder #shorts
Sophia Yang
🤗 Hugging Face Transformers Agent | LangChain comparisons
Sophia Yang
📢 Tech news this week #shorts
Sophia Yang
📢 Tech news this week #shorts
Sophia Yang
The BEST ChatGPT Plugins | Brand NEW Bing Search | Web browsing, CODING, summarizing, and more
Sophia Yang
Tech news this week #shorts #short
Sophia Yang
📢 Tech news this week #shorts
Sophia Yang
Deep Learning with PyTorch Author Interview with Eli Stevens, Luca Antiga, and Thomas Viehmann
Sophia Yang
More on: ML Maths Basics
View skill →Related Reads
📰
📰
📰
📰
Why LLM-Era AI Systems Break Every Rule You Learned About ML in Production
Medium · Machine Learning
Why LLM-Era AI Systems Break Every Rule You Learned About ML in Production
Medium · LLM
Why LLM-Era AI Systems Break Every Rule You Learned About ML in Production
Medium · ChatGPT
From zero to live in a weekend: Parlàta
Medium · AI
🎓
Tutor Explanation
DeepCamp AI