Skip to content

Commit

Permalink
Merge branch 'main' of github.com:machine-learning-tutorial/neural-ne…
Browse files Browse the repository at this point in the history
…tworks
  • Loading branch information
ansantam committed Jul 4, 2024
2 parents b946ca7 + a494186 commit 642b6cf
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Santamaria Garcia
given-names: Andrea
affiliation: Karlsruhe Institute of Technology
orcid: "https://orcid.org/0000-0002-7498-7640"
- family-names: Xu
given-names: Chenran
affiliation: Karlsruhe Institute of Technology
orcid: "https://orcid.org/0000-0002-5034-2207"
title: "Tutorial on basic neural network concepts"
date-released: 2024-03-25
type: software
version: 1.0.1
doi: 10.5281/zenodo.10792273
license: GPL-3.0
url: "https://github.com/machine-learning-tutorial/neural-networks"
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{santamaria_garcia_2024_10792273,
author = {Santamaria Garcia, Andrea and
Xu, Chenran},
title = {Tutorial on basic neural network concepts},
month = 03,
year = 2024,
publisher = {Zenodo},
version = {v1.0.1},
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 642b6cf

Please sign in to comment.