Kaggle's Titanic with deeplearn.js
yarn install
yarn buildOpen ./index.html and the browser console.
Check the GPU process.
- Remove not useful data (
PassengerId,Name,Ticket,Cabin) - Replace missing
Agewith average - Feature scaling (
Age,SibSp,Parch,Fare) - Categorical data to numerical (
Sex,Embarked)
- Multilayer Perceptron
- SGD


