Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/afnanenayet/kaggle-titanic

The classic Kaggle Titanic data science challenge
https://github.com/afnanenayet/kaggle-titanic

backprop backpropagation classification classifier data forest kaggle layer learn mlp multi numpy pandas perceptron random science scikit sklearn titanic

Last synced: 7 days ago
JSON representation

The classic Kaggle Titanic data science challenge

Awesome Lists containing this project

README

        

# Kaggle Titanic Challenge

The Kaggle Titanic challenge is a beginner challenge which asks a user to
predict whether a passenger on the Titanic would survive based on their
demographics.

# Setup
You can use conda for your setup or pip/with a virtual environment.

We use the following packages:

```
scikit-learn
pandas
numpy
```

# Synopsis

Here are the algorithms that have been implemented so far and their respective scores in the Kaggle
competition.

| random forest classifier | multi-layer perceptron with backprop |
|---|---|
| 0.73684 | 0.70335 |