Kaggle - Titanic: Machine Learning from Disaster
The sinking of the RMS Titanic is one of the most infamous shipwrecks in history. In this challenge, we ask you to complete the analysis of what sorts of people were likely to survive. In particular, we ask you to apply the tools of machine learning to predict which passengers survived the tragedy. More details please visit https://www.kaggle.com/c/titanic
You can use Anaconda to install the code environment.
- conda env create -f environment.yaml
- source activate tensorflow
- jupyter notebook
- Data processing.
- Data normalization.
- Data split into train set, dev(cross validation) set, test set.
- Data classification by using Deep Learning implemented in TensorFlow.