Skip to content

Commit b5b57bd

Browse files
committed
update resources
1 parent b7c771c commit b5b57bd

File tree

2 files changed

+32
-31
lines changed

2 files changed

+32
-31
lines changed

_pages/resources.md

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,36 @@ nav: true
77
nav_order: 4
88
---
99

10-
### Internal resources
1110

12-
- [Lab user guide](https://docs.google.com/document/d/1HMHeX9qSOq6PFn_cW47b3tzdJKK6QZGE39u25vsA9QA/edit?usp=sharing)
13-
- [Guide for AWS and remote Jupyter](https://docs.google.com/document/d/1CdVA_doTJZohg9dB8UhPHCgRuOtmLTAvCRV56IqBKvE/edit?usp=sharing)
11+
### Software tools
12+
13+
- Context-Adaptive ML:
14+
- <a href="https://contextualized.ml">
15+
<img src="/assets/img/contextualized_logo.png" alt="ContextualizedML" width="10%"/>
16+
</a>
17+
- An SKLearn-style toolbox for estimating and analyzing models, distributions, and functions with context-specific parameters
18+
19+
20+
- <a href="http://fastlm.ai">
21+
<img src="/assets/img/fastlm_logo.png" alt="FastLM" width="10%"/>
22+
</a>
23+
24+
Tools for large-scale, distributed, parallel, sparsity in LMs. Includes:
25+
26+
- [FastCache](https://github.com/FastLM/FastCache): Fast Caching for Diffusion Transformer Through Learnable Linear Approximation
27+
- [PiKV](https://github.com/FastLM/PiKV): KV Cache Management System for MoE
28+
- [GraphSnapShot](https://github.com/FastLM/GraphSnapShot): Caching Local Structure for Fast Graph Learning
29+
30+
- Explainable Boosting Machines (EBM):
31+
- [TalkToEBM](https://github.com/interpretml/TalkToEBM) - A Natural Language Interface to Explainable Boosting Machines (EBMs)
32+
- [EBM Utils](https://github.com/AdaptInfer/ebm_utils) - Utilities for EBM
33+
- [GAM Purification](https://github.com/AdaptInfer/gam_purification) - Tools for purifying additive models with interaction effects into identifiable representations.
34+
35+
- Academic Utils:
36+
37+
- [ConferenceCountdown](https://github.com/AdaptInfer/ConferenceCountdown) - A countdown website for ML/CompBio conference deadlines.
38+
- [website_utils](https://github.com/adaptinfer/website_Utils) - Some utilities for building this website.
1439

15-
---
1640

1741
### Advice
1842

@@ -32,33 +56,10 @@ nav_order: 4
3256
- [Latex template for preprints](https://www.overleaf.com/read/cbkczmhxbkgj#2a2fc3)
3357
- [Latex template for academic CV](https://www.overleaf.com/read/wgjmndzcfyqr#21999c)
3458

35-
### Software tools
36-
37-
<a href="http://fastlm.ai">
38-
<img src="/assets/img/fastlm_logo.png" alt="FastLM" width="10%"/>
39-
</a>
40-
41-
Fast, light-weight tools for large-scale, distributed, parallel, sparsity. Includes:
42-
43-
- [FastCache](https://github.com/FastLM/FastCache): Fast Caching for Diffusion Transformer Through Learnable Linear Approximation
44-
- [PiKV](https://github.com/FastLM/PiKV): KV Cache Management System for MoE
45-
- [GraphSnapShot](https://github.com/FastLM/GraphSnapShot): Caching Local Structure for Fast Graph Learning
46-
47-
Contextualized ML:
48-
49-
- [ContextualizedML](https://contextualized.ml) - An SKLearn-style toolbox for estimating and analyzing models, distributions, and functions with context-specific parameters
50-
51-
Explainable Boosting Machines (EBM):
5259

53-
- [TalkToEBM](https://github.com/interpretml/TalkToEBM) - A Natural Language Interface to Explainable Boosting Machines (EBMs)
54-
- [EBM Utils](https://github.com/AdaptInfer/ebm_utils) - Utilities for EBM
55-
- [GAM Purification](https://github.com/AdaptInfer/gam_purification) - Tools for purifying additive models with interaction effects into identifiable representations.
56-
57-
EHR:
58-
59-
- [clEHRity](https://github.com/AdaptInfer/clEHRity) - Automatically finding surprises in EHRs
60+
---
6061

61-
Academic Utils:
62+
### Internal resources
6263

63-
- [ConferenceCountdown](https://github.com/AdaptInfer/ConferenceCountdown) - A countdown website for ML/CompBio conference deadlines.
64-
- [website_utils](https://github.com/adaptinfer/website_Utils) - Some utilities for building this website.
64+
- [Lab user guide](https://docs.google.com/document/d/1HMHeX9qSOq6PFn_cW47b3tzdJKK6QZGE39u25vsA9QA/edit?usp=sharing)
65+
- [Guide for AWS and remote Jupyter](https://docs.google.com/document/d/1CdVA_doTJZohg9dB8UhPHCgRuOtmLTAvCRV56IqBKvE/edit?usp=sharing)

assets/img/contextualized_logo.png

93.3 KB
Loading

0 commit comments

Comments
 (0)