|
13 | 13 | [](https://codecov.io/gh/coreylammie/MemTorch) |
14 | 14 | [](https://github.com/psf/black) |
15 | 15 |
|
16 | | -MemTorch is a _Simulation Framework for Memristive Deep Learning Systems_, which integrates directly with the well-known PyTorch Machine Learning (ML) library. MemTorch is formally described in _MemTorch: An Open-source Simulation Framework for Memristive Deep Learning Systems_, which is openly accessible [here](https://arxiv.org/abs/2004.10971). |
| 16 | +MemTorch is a _Simulation Framework for Memristive Deep Learning Systems_, which integrates directly with the well-known PyTorch Machine Learning (ML) library. MemTorch is formally described in _MemTorch: An Open-source Simulation Framework for Memristive Deep Learning Systems_, which is openly accessible [here](https://arxiv.org/abs/2004.10971). |
| 17 | + |
| 18 | +_MemTorch: An Open-source Simulation Framework for Memristive Deep Learning Systems_ has been published as an Original Software Publication (OSP) in the *Neurocomputing* journal [here](https://doi.org/10.1016/j.neucom.2022.02.043). We kindly ask that the following [BibTeX entry](https://github.com/coreylammie/MemTorch/blob/master/citation.bib?raw=True) is used to cite MemTorch, if you use it in your work. |
17 | 19 |
|
18 | 20 |  |
19 | 21 |
|
@@ -81,14 +83,15 @@ _Be sure to merge the latest from 'upstream' before making a pull request_. This |
81 | 83 | To cite _MemTorch: An Open-source Simulation Framework for Memristive Deep Learning Systems_, use the following BibTex entry: |
82 | 84 |
|
83 | 85 | ``` |
84 | | -@misc{lammie2020memtorch, |
85 | | - title={{MemTorch: An Open-source Simulation Framework for Memristive Deep Learning Systems}}, |
86 | | - author={Corey Lammie and Wei Xiang and Bernab\'e Linares-Barranco and Mostafa Rahimi Azghadi}, |
87 | | - month=Apr., |
88 | | - year={2020}, |
89 | | - eprint={2004.10971}, |
90 | | - archivePrefix={arXiv}, |
91 | | - primaryClass={cs.ET} |
| 86 | +@Article{Lammie2022, |
| 87 | + author = {Corey Lammie and Wei Xiang and Bernabé Linares-Barranco and Mostafa Rahimi Azghadi}, |
| 88 | + title = {{MemTorch: An Open-source Simulation Framework for Memristive Deep Learning Systems}}, |
| 89 | + journal = {Neurocomputing}, |
| 90 | + year = {2022}, |
| 91 | + issn = {0925-2312}, |
| 92 | + doi = {https://doi.org/10.1016/j.neucom.2022.02.043}, |
| 93 | + keywords = {Memristors, RRAM, Non-Ideal Device Characteristics, Deep Learning, Simulation Framework}, |
| 94 | + url = {https://www.sciencedirect.com/science/article/pii/S0925231222002053}, |
92 | 95 | } |
93 | 96 | ``` |
94 | 97 |
|
|
0 commit comments