Skip to content

Commit 3657f1f

Browse files
committed
Merge branch 'master' into development
2 parents 5d31550 + 0ef5ab8 commit 3657f1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The Python programming language is increasingly popular. It is a
22
versatile language for general purpose programming and accessible
33
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
55
introduces modules that are useful in that context.
66

77

@@ -58,14 +58,14 @@ Video recordings of this training are available on YouTube.
5858
1. [scikit-learn: classification and clustering](https://youtu.be/acXmk4Bx8pI) (12 minutes)
5959
1. [keras: introduction to neural networks](https://youtu.be/-CO0Y8wzYeI) (13 minutes)
6060
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)
6262
1. [keras: recurrent neural networks for sentiment classification](https://youtu.be/TkafYl9APpM) (26 minutes)
6363

6464

6565
## Target audience
6666

6767
This training is for you if you need to use Python for machine learning
68-
pplcations.
68+
applications.
6969

7070

7171
## Prerequisites

0 commit comments

Comments
 (0)