Skip to content

Commit 30bef9f

Browse files
authored
Update README.md
1 parent d66b647 commit 30bef9f

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,15 @@ model.fit(train_x, train_y)
117117
model.visualize("./", "exnn_demo")
118118
```
119119

120-
References
120+
Citations
121121
----------
122-
Yang, Zebin, Aijun Zhang, and Agus Sudjianto. "Enhancing Explainability of
123-
Neural Networks through Architecture Constraints."
122+
Yang, Zebin, Zhang, Aijun and Sudjianto, Agus, 2020. Enhancing explainability of neural networks through architecture constraints. IEEE Transactions on Neural Networks and Learning Systems.
123+
```latex
124+
@article{yang2020enhancing,
125+
title={Enhancing explainability of neural networks through architecture constraints},
126+
author={Yang, Zebin and Zhang, Aijun and Sudjianto, Agus},
127+
journal={IEEE Transactions on Neural Networks and Learning Systems},
128+
year={2020},
129+
publisher={IEEE}
130+
}
131+
```

0 commit comments

Comments
 (0)