Skip to content

Files

Latest commit

f643aff · Sep 13, 2016

History

History

part2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 13, 2016
Sep 13, 2016
Sep 13, 2016
Sep 13, 2016
Sep 13, 2016
Sep 13, 2016

TensorFlow in a Nutshell Part Two: Hybrid Learning

Check out the article explaining all the in's and out's at camron.xyz

To run this code simply type

$ python wide.py

There are two dependencies for this:

  • Pandas
  • TensorFlow

The csv files were processed with preprocess.py

preprocess.py performs 3 actions

  1. Impute missing ages with the median age as an integer.
  2. Fill in the missing embarked with an S
  3. Fill missing Cabin with "None" since the TensorFlow hash bucket expects a string type and not a Nan.