This is the code for my response in the rolling "Spaceship Titanic" Kaggle Competition. This model reached a maximum of 79% accuracy.
- Pandas
- Tensorflow
- SciKitLearn
The model consists of a 5 layer Sequential Neural Network (2 hidden dense layers of 128 neurons each). It was trained with the 'adam' oprimizer