Open kwichmann opened 5 years ago
Thank you for this suggestion @kwichmann! I am really looking for good entry points so super appreciate this.
@shiffman! you teach in a beginner-friendly way. I have learned a lot from your channel... Genetic Algorithm, Neural Networks, and Machine Learning... Your videos helped in getting started with all these. And it would be great if you teach Reinforcement Learning too.
Since reinforcement learning is a topic that is frequently suggested (and something I'm personally interested in), I think k-armed bandit would be a good introduction to the subject.
Exploration-exploitation tradeoff could be discussed. Greedy, epsilon-greedy, upper confidence bound etc. strategies could be implemented and compared.