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

https://github.com/florianwoelki/titanic_classification

This is a binary classification problem for the titanic dataset.
https://github.com/florianwoelki/titanic_classification

deep-learning jupyter-notebook kaggle keras machine-learning python tensorflow titanic titanic-dataset

Last synced: 7 months ago
JSON representation

This is a binary classification problem for the titanic dataset.

Awesome Lists containing this project

README

          

Titanic Classification


This simple classification project was meant to learn and train to handle and visualize data.

## 🤔 What is this project about?
With the titanic classification problem you learn, how to normalize data, visualize it and how to apply a neural network or other machine learning model on the dataset.

You can find the Dataset [here](https://www.kaggle.com/c/titanic).

This dataset is pretty simple and do not need to normalize it so heavily.

In this repository I visualized the data and created a DNN for predicting, how much passengers will survive oder die based on the given data (e.g. gender, passenger class).

## 📈 Getting Started
You can run this notebook by downloading it and running it by yourself.
Furthermore you can simply look at the notebook in the jupyter notebook file.

## 🛠 Built with
- [numpy](https://numpy.org/)
- [matplotlib](https://matplotlib.org/)
- [pandas](https://pandas.pydata.org/)
- [tensorflow](https://www.tensorflow.org/)
- [Kaggle Dataset](https://www.kaggle.com/c/titanic)

## 🤝 Contributing
If you have a issue or you want to build it better, feel free to contribute to this project by making a simple
pull request. :)

## 🤠 Authors
- [Florian Woelki](https://florianwoelki.com)