I tried to use simple neural network to predict the survival on the Titanic based on Pytorch implementation
-
preprocess data, delete null data; encode categorized data, etc.
-
Build a model with a simple neural network
-
Predict on the test data
Working well with the random forest method.