Skip to content

Commit 58d5322

Browse files
committed
Adding license badge and citation paragraph
1 parent 7b8429c commit 58d5322

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Tutorial on basic neural network concepts
2+
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
23

34
- [Download the repository](#download-the-repository)
45
- [Getting started](#getting-started)
56
- [Running the tutorial](#running-the-tutorial)
67

8+
## Material for this tutorial
9+
- The theoretical lecture can be found here
10+
- The tutorial in slide form is here
11+
12+
713
## Download the repository
814

915
### Get the repository with Git
@@ -108,3 +114,10 @@ The first part of the tutorial is in `1-neural_networks.ipynb`.
108114
### Part 2 MNIST Training
109115

110116
The second part of the tutorial is in `2-mnist_training.ipynb`
117+
118+
## Citing the tutorial
119+
This tutorial is registered [Zenodo](https://zenodo.org/), which means that there is a DOI for each code release.
120+
Please use this DOI when citing this code:
121+
122+
## Disclaimer
123+
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 commit comments

Comments
 (0)