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

https://github.com/petrosdemetrakopoulos/spaceship-titanic

My response in the rolling "Spaceship Titanic" Kaggle Competition
https://github.com/petrosdemetrakopoulos/spaceship-titanic

kaggle machine-learning neural-network tensorflow

Last synced: about 1 month ago
JSON representation

My response in the rolling "Spaceship Titanic" Kaggle Competition

Awesome Lists containing this project

README

        

# Spaceship Titanic

This is the code for my response in the rolling ["Spaceship Titanic"](https://www.kaggle.com/competitions/spaceship-titanic) Kaggle Competition.
This model reached a maximum of 79% accuracy.

## Frameworks used:
- Pandas
- Tensorflow
- SciKitLearn

## The model

The model consists of a 5 layer Sequential Neural Network (2 hidden dense layers of 128 neurons each).
It was trained with the 'adam' oprimizer