Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
Large file storage for the paper `Convergent Representations of Computer Programs in Human and Artificial Neural Networks` by Shashank Srikant*, Benjamin Lipkin*, Anna A. Ivanova, Evelina Fedorenko, and Una-May O'Reilly. The code repository is hosted on [GitHub](https://github.com/ALFA-group/code-representations-ml-brain). Check it out!
|
5 |
+
|
6 |
+
If you use this work, please cite:
|
7 |
+
```bibtex
|
8 |
+
@inproceedings{SrikantLipkin2022,
|
9 |
+
author = {Srikant, Shashank and Lipkin, Benjamin and Ivanova, Anna and Fedorenko, Evelina and O'Reilly, Una-May},
|
10 |
+
title = {Convergent Representations of Computer Programs in Human and Artificial Neural Networks},
|
11 |
+
year = {2022},
|
12 |
+
journal = {Advances in Neural Information Processing Systems},
|
13 |
+
}
|
14 |
+
```
|