I recently built a website to visualize the polling preferences of political parties in Slovakia, https://volebneprieskumy.sk/. I wanted to see an interactive graph showing polling trends for potential coalitions, but nothing like that existed!
I made 'Great Filter' - Chrome extension to filter content on social media based on custom instructions in natural language (using LLM). Supports HN, too!
While studying for an RL course, I created a reference for several algorithms with a brief description of what limitations they solve. Example:
Problem: SARSA pushes q-values towards the current policy, but ideally we'd want optimal values.
Solution: Use the best action in TD-target calculation -> Q-learning
Haha, cool, thank you! I had some notes ready but didn't get around to finishing it sooner. Besides, I'm sure the course slides were much better material for exam prep ;)
I made a simple website to display dates of matches between rival clubs.
I used Flask as a backend. Dates are scraped from Wikipedia. Hosted on Heroku.