https://github.com/brianhung/random
random python notebooks (hopefully useful in future)
https://github.com/brianhung/random
bandits jupyter random
Last synced: 3 months ago
JSON representation
random python notebooks (hopefully useful in future)
- Host: GitHub
- URL: https://github.com/brianhung/random
- Owner: BrianHung
- Created: 2018-10-28T09:30:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T07:40:05.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T08:26:46.347Z (4 months ago)
- Topics: bandits, jupyter, random
- Language: Jupyter Notebook
- Homepage:
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# random
| title | description |
|:------------|:----------------------------------------------------------------------------------------------------------|
|AutoCrop | crops faces out of a photo; why? eigenfaces. |
|All Recipes | because Warren mentioned that website during lunch (mhmm Imm thai) |
|Bandits | comparison of algorithms for multi armed bandits problem from EE194 |
|Fixed Point | from 3B1B's video on 'what they don't teach you in calculus' |
|LP | because Adish asked me a CS170 question I couldn't answer ðŸ˜; also felt like playing with Google OR tools |
|MW | multiplicative weights algorithm
|MW_bounds | originally used to generate images for MW Lemmas; example of how to generate plots + LaTeX formatting |
|Row Reduce | for an un-named coding challenge, but also because I wanted to 😉 |