Code for the video -
This is an Artificial Neural Network that predicts the survival of passengers on the Titanic.
titanic-ann.py
is the main code that includes preparing the dataset, building the model and making predictions.
train.csv
is the dataset used from Kaggle (https://www.kaggle.com/c/titanic/data)
Chances of Jack surviving = 10.53%
Chances of Rose surviving = 92.5%
Find out how I came up these predictions by watching the video !