Skip to content

Latest commit

 

History

History

census

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Census Income Classification

This sample builds a feed-forward neural network model using the Census dataset to classify a person's income.

Running the Sample

# Download and prepare training and evaluation datasets
python dataset.py

# Train a deep neural network model
./train.sh