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
- Host: GitHub
- URL: https://github.com/core-euler/titanic_nn
- Owner: core-euler
- Created: 2023-03-11T08:18:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-18T07:05:06.000Z (about 3 years ago)
- Last Synced: 2026-02-28T18:54:07.017Z (4 months ago)
- Language: Jupyter Notebook
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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%