Skip to content

afnanenayet/kaggle-titanic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Currently, the challenge has been implemented with a random forest classifier.

TODO:

  • implement solution with multi-layer perceptron with backprop