okoloboga / titanic_nn

Neural Network solution of Titanic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

titanic_nn

Code for Kaggle beginners competition "Titanic - Machine Learning from Disaster"

Simple Dense Neural Network for definition of passengers survival Dense NN is good model for that quest, we have binary output and one node in the end of network to make that output Result: 0.78468; top 13%

About

Neural Network solution of Titanic


Languages

Language:Jupyter Notebook 96.7%Language:Python 3.3%