An open API service indexing awesome lists of open source software.

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)

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 😉 |