Chapters 1 to 4 were the principles of AI. You turned knobs, brought the error down, and saw words turned into numbers. From here on you put those principles to work on real, publicly available data.
Kaggle is a place where the same data and the same question are public, anyone can answer it their own way, and a score comes back. People all over the world work the same problem at the same time. Problems whose answer is not settled yet sit there too.
The Titanic is the problem placed at its entrance.
Almost everyone who starts on Kaggle touches it first.
From the records of 891 people, you work out who survived.
What you do here scores there, just as it is.
The first five people of the training table (the actual train.csv from Kaggle). The green column Survived is whether they lived. 1 for survived, 0 for died. That one column is the only thing missing from the scoring table.