Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

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