Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,18 @@ embs_i = outputs.hidden_states[layer_to_quant]
|
|
36 |
embs = embs_i
|
37 |
```
|
38 |
|
39 |
-
#
|
40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
- C V Theodoris#, L Xiao, A Chopra, M D Chaffin, Z R Al Sayed, M C Hill, H Mantineo, E Brydon, Z Zeng, X S Liu, P T Ellinor#. Transfer learning enables predictions in network biology. _**Nature**_, 31 May 2023. (#co-corresponding authors)
|
42 |
- H Chen*, M S Venkatesh*, J Gomez Ortega, S V Mahesh, T Nandi, R Madduri, K Pelka†, C V Theodoris†#. Quantized multi-task learning for context-specific representations of gene network dynamics. _**bioRxiv**_, 19 Aug 2024. (*co-first authors, †co-senior authors, #corresponding author)
|
|
|
36 |
embs = embs_i
|
37 |
```
|
38 |
|
39 |
+
# TDC Citation
|
40 |
+
```
|
41 |
+
@inproceedings{
|
42 |
+
velez-arce2024signals,
|
43 |
+
title={Signals in the Cells: Multimodal and Contextualized Machine Learning Foundations for Therapeutics},
|
44 |
+
author={Alejandro Velez-Arce and Kexin Huang and Michelle M Li and Xiang Lin and Wenhao Gao and Bradley Pentelute and Tianfan Fu and Manolis Kellis and Marinka Zitnik},
|
45 |
+
booktitle={NeurIPS 2024 Workshop on AI for New Drug Modalities},
|
46 |
+
year={2024},
|
47 |
+
url={https://openreview.net/forum?id=kL8dlYp6IM}
|
48 |
+
}
|
49 |
+
```
|
50 |
+
|
51 |
+
# Additional Citations
|
52 |
- C V Theodoris#, L Xiao, A Chopra, M D Chaffin, Z R Al Sayed, M C Hill, H Mantineo, E Brydon, Z Zeng, X S Liu, P T Ellinor#. Transfer learning enables predictions in network biology. _**Nature**_, 31 May 2023. (#co-corresponding authors)
|
53 |
- H Chen*, M S Venkatesh*, J Gomez Ortega, S V Mahesh, T Nandi, R Madduri, K Pelka†, C V Theodoris†#. Quantized multi-task learning for context-specific representations of gene network dynamics. _**bioRxiv**_, 19 Aug 2024. (*co-first authors, †co-senior authors, #corresponding author)
|