-
Notifications
You must be signed in to change notification settings - Fork 85
Useful packages
Long Ouyang edited this page Apr 19, 2016
·
5 revisions
- json: read/write json files
- csv: read/write csv files
- fs: read/write files in general
- dp: dynamic programming (caching for mutually recursive functions)
- linked-list: linked lists
- editor: browser based editor
- viz: visualization utilities
- gridworld: agent simulations
- timeit: timing utilities
- intercache: caching library used for deep amortized inference (daipp)
- adnn: automatic differentiation library used for daipp
- oed: optimal experimental design
Private:
- coarse to fine
Abandoned: