An open API service indexing awesome lists of open source software.

https://github.com/core-euler/titanic_nn

Neural Network solution of Titanic
https://github.com/core-euler/titanic_nn

Last synced: 24 days ago
JSON representation

Neural Network solution of Titanic

Awesome Lists containing this project

README

          

# 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%