File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
The Python programming language is increasingly popular. It is a
2
2
versatile language for general purpose programming and accessible
3
3
for novice programmers. However, it is also the de facto go-to
4
- language for machine learning applciations. This training
4
+ language for machine learning applications. This training
5
5
introduces modules that are useful in that context.
6
6
7
7
@@ -58,14 +58,14 @@ Video recordings of this training are available on YouTube.
58
58
1 . [ scikit-learn: classification and clustering] ( https://youtu.be/acXmk4Bx8pI ) (12 minutes)
59
59
1 . [ keras: introduction to neural networks] ( https://youtu.be/-CO0Y8wzYeI ) (13 minutes)
60
60
1 . [ keras: multilayer perceptrons for digit recognition] ( https://youtu.be/nAixWMYgzdo ) (34 minutes)
61
- 1 . [ keras: convolutional neural networks for digit recognition] (19 minutes)
61
+ 1 . [ keras: convolutional neural networks for digit recognition] ( https://youtu.be/L_2uTf24RiI ) (19 minutes)
62
62
1 . [ keras: recurrent neural networks for sentiment classification] ( https://youtu.be/TkafYl9APpM ) (26 minutes)
63
63
64
64
65
65
## Target audience
66
66
67
67
This training is for you if you need to use Python for machine learning
68
- pplcations .
68
+ applications .
69
69
70
70
71
71
## Prerequisites
You can’t perform that action at this time.
0 commit comments