a-shlash / AppliedNeuralNetworkTitanicSurvival

This notebook applies the architecture from Andrew Ng's Deep Learning Specialization from Coursera on the Titanic Survival data set from kaggle.

Home Page:https://medium.com/@janzawadzki/applying-andrew-ngs-1st-deep-neural-network-on-the-titanic-survival-data-set

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppliedNeuralNetworkTitanicSurvival

This notebook applies the architecture from Andrew Ng's Deep Learning Specialization from Coursera on the Titanic Survival data set from kaggle. Please refer to the Medium post for instructions how to adjust the network to suit your binary classification problem. https://medium.com/p/b77edbc83816/edit

In order to use the github repo, please enroll into the Coursera course on Deep Learning and Neural Networks. https://www.coursera.org/learn/neural-networks-deep-learning You can find the "Deep Neural Network Application - v3" and "dnn_utils_v2.py" in the programming assignments from week 4. Download both notebooks and save them locally. If you're using the code from this repo, please copy and paste the code from the L_layer_model function into the corresponding cell.

You can download the Titanic Survival data sets from kaggle here: https://www.kaggle.com/c/titanic/data

All rights of this course belong to Coursera and deeplearning.ai.

About

This notebook applies the architecture from Andrew Ng's Deep Learning Specialization from Coursera on the Titanic Survival data set from kaggle.

https://medium.com/@janzawadzki/applying-andrew-ngs-1st-deep-neural-network-on-the-titanic-survival-data-set


Languages

Language:Jupyter Notebook 98.3%Language:Python 1.7%