This project is the first project from Udacity's Machine Learning with TensorFlow program and aims to train a supervised machine learning algorithm using census data. Once trained, this model will be used to predict whether other census individuals make more or less than 50k a year.
The 'finding_donors.ipynb' is the main file of this submission and contains most relevant code and comments for the project.
An HTML version of the 'finding_donors.ipynb' file.
The files 'census.csv', 'test_census.csv', and 'visuals.py' were all copied from the projects main repository created by Udacity. The link to this repo can be found here