Skip to content

This Repo is used for providing fellow students with a deep learning intro.

Notifications You must be signed in to change notification settings

MironFoerster/Titanic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanic

This Repo is used for providing fellow students with a deep learning intro.

A Artificial Neural Network is built from ground up (except for the gradient calculations which are done with tf.GradientTape()) and trained on the titanic dataset, reaching an acurracy of about 80%.

Different metrics like loss, accuracy, true_pos etc that are calculated during training get plotted. After training a small command line interface allows to enter features of an imaginary person to find out if they would have survived the accident.

About

This Repo is used for providing fellow students with a deep learning intro.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages