This sample builds a feed-forward neural network model using the Census dataset to classify a person's income.
# Download and prepare training and evaluation datasets
python dataset.py
# Train a deep neural network model
./train.sh
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
This sample builds a feed-forward neural network model using the Census dataset to classify a person's income.
# Download and prepare training and evaluation datasets
python dataset.py
# Train a deep neural network model
./train.sh