Skip to content

Commit

Permalink
Added oblivious games
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanPriyanshu authored Nov 26, 2024
1 parent 02da72e commit 0b07db1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ Federated learning involves training statistical models over remote devices or s

### Games & Simulations

* [DP Vision](https://www.oblivious.com/games/dp-vision) - Test your image recognition skills with differentially private images! Players manage a privacy budget to reveal image details, aiming to identify the correct image within 5 guesses while minimizing privacy loss.

* [Guess Who (DP Edition)](https://www.oblivious.com/games/guess-who) - A privacy-preserving twist on the classic game where players ask yes/no questions with adjustable accuracy levels. Lower epsilon means less reliable but more private answers, teaching the privacy-utility tradeoff.

* [WORDPL](https://www.oblivious.com/games/wordpl) - A Wordle-style game with differential privacy mechanics. Players guess 5-letter words while managing privacy budgets that affect the accuracy of feedback, demonstrating how DP noise impacts information gathering.

* [Federated Learning Hyperparam Tuning Game](https://amanpriyanshu.github.io/FL-Interactive-Game/) - Understand and play with federated learning hyperparams! In-browser tensorflow-js simulation of FedAvg to understand and gain intuition about IID and Non-IID Federated Learning settings.

* [Differentially Private Tetris](https://amanpriyanshu.github.io/Differentially-Private-Tetris/) - A unique twist on classic Tetris where players manage a privacy budget to reveal blocks, demonstrating differential privacy concepts through gameplay. Experience privacy-utility tradeoffs in an engaging way.
Expand Down

0 comments on commit 0b07db1

Please sign in to comment.