-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
CITATION.cff
90 lines (83 loc) · 2.81 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Introduction to deep learning
message: Learn deep learning with Python
doi: 10.5281/zenodo.8308392
type: software
authors:
- given-names: Sven
family-names: van der Burg
name-particle: A.
email: [email protected]
orcid: 'https://orcid.org/0000-0003-1250-6968'
- given-names: Anne
family-names: Fouilloux
orcid: 'https://orcid.org/0000-0002-1784-2920'
email: [email protected]
- given-names: Florian
family-names: Huber
email: [email protected]
orcid: 'https://orcid.org/0000-0002-3535-9406'
- given-names: Dafne
family-names: van Kuppevelt
- given-names: Peter
family-names: Steinbach
orcid: 'https://orcid.org/0000-0002-4974-230X'
email: [email protected]
- given-names: Berend
family-names: Weel
orcid: 'https://orcid.org/0000-0002-9693-9332'
- given-names: Colin
family-names: Sauze
orcid: 'https://orcid.org/0000-0001-5368-9217'
email: [email protected]
- given-names: Samantha
family-names: Wittke
orcid: 'https://orcid.org/0000-0002-9625-7235'
email: [email protected]
- given-names: Djura
family-names: Smits
orcid: 'https://orcid.org/0000-0003-4096-0260'
email: [email protected]
- given-names: Cunliang
family-names: Geng
orcid: 'https://orcid.org/0000-0002-1409-8358'
email: [email protected]
- given-names: Pranav
family-names: Chandramouli
orcid: 'https://orcid.org/0000-0002-7896-2969'
email: [email protected]
- given-names: Carsten
family-names: Schnober
orcid: https://orcid.org/0000-0001-9139-1577
email: [email protected]
- given-names: Toby
family-names: Hodges
repository-code: >-
https://github.com/carpentries-incubator/deep-learning-intro
url: >-
https://carpentries-incubator.github.io/deep-learning-intro/
abstract: >-
This course describes a hands-on introduction to the first
steps in deep learning,
intended for researchers who are familiar with (non-deep)
machine learning.
The use of deep learning has seen a sharp increase of
popularity and applicability over the last decade. While
deep learning can be a useful tool for researchers from a
wide range of domains, taking the first steps in the world
of deep learning can be somewhat intimidating.
This introduction aims to cover the basics of deep
learning in a practical and hands-on manner,
so that upon completion, students will be able to train
their first neural network and understand what next steps
to take to improve the model.
keywords:
- deep learning
- python
- keras
- neural networks
- tensorflow
- research software
license: CC-BY-4.0