Tensorflow classification example : Titanic competition

After having completed the first three lectures in Andrew Ng’s excellent deep learning lecture on coursera, I decided to practice my new skills using kaggle competitions.For a first example, I’ll use the Titanic dataset again.The data has already been analysed and processed (log, binning, etc.) in a previous article, so I’ll skip this part. import Read More …