-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathCITATION.cff
More file actions
39 lines (39 loc) · 1.36 KB
/
CITATION.cff
File metadata and controls
39 lines (39 loc) · 1.36 KB
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
cff-version: 1.2.0
message: "If you use these course materials in your teaching or research, please cite as below."
type: software
title: "An Introductory Course to Scientific Computing & Machine Learning in Python"
authors:
- given-names: Felix
family-names: Koehler
repository-code: "https://github.com/Ceyron/scientific-python-course"
license: MIT
keywords:
- "Python"
- "scientific computing"
- "machine learning"
- "NumPy"
- "Matplotlib"
- "SciPy"
- "Scikit-Learn"
- "TensorFlow"
- "Keras"
- "educational resources"
- "course materials"
identifiers:
- type: url
value: "https://youtu.be/CIRGYcCasyI"
description: "Course recording, part 1"
- type: url
value: "https://youtu.be/csEIJvP4z2s"
description: "Course recording, part 2"
- type: url
value: "https://youtu.be/KQ-3KtgZMO4"
description: "Course recording, part 3"
abstract: >-
Slides, source code, and data for the first two days of an introductory
three-day course on scientific computing and machine learning in Python,
originally taught at TU Braunschweig. Covers NumPy, Matplotlib, SciPy,
Scikit-Learn, and TensorFlow/Keras. Targeted at learners with some prior
programming experience (e.g. in MATLAB) and a basic understanding of
linear algebra. Designed as an interactive code-along course; full video
recordings of the sessions are available on YouTube.