Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add DOI and citation information
  • Loading branch information
cr-xu authored Mar 7, 2024
1 parent 3fbe8fc commit 60a0521
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Tutorial on basic neural network concepts

[![DOI](https://zenodo.org/badge/759758400.svg)](https://zenodo.org/doi/10.5281/zenodo.10792272)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

- [Download the repository](#download-the-repository)
Expand Down Expand Up @@ -133,9 +134,23 @@ The second part of the tutorial is in `2-mnist_training.ipynb`

## Citing the tutorial

This tutorial is registered [Zenodo](https://zenodo.org/), which means that there is a DOI for each code release.
This tutorial is registered [Zenodo](https://zenodo.org/).
Please use this DOI when citing this code:

```bibtex
@software{andrea_santamaria_garcia_2024_10792273,
author = {Andrea Santamaria Garcia and
Chenran Xu},
title = {{machine-learning-tutorial/neural-networks: v1.0.0}},
month = 03,
year = 2024,
publisher = {Zenodo},
version = {v1.0.0},
doi = {10.5281/zenodo.10792273},
url = {https://doi.org/10.5281/zenodo.10792273}
}
```

## Disclaimer

The content of this repository was developed by the [AI4Accelerators team](https://www.ibpt.kit.edu/AI4Accelerators.php) at the [Institute of Beam Physics and Technology (IBPT)](https://www.ibpt.kit.edu/), [Karlsruhe Institute of Technology](https://www.kit.edu/english/).

0 comments on commit 60a0521

Please sign in to comment.