Machine Learning training project utilising TensorFlow to build a deep neural network model and make predictions.
The intention of this project was to build a functioning neural network using TensorFlow, experiment with hidden layers and nodes and see the effect of other hyperparameters in the model.
This was based on examples used in the excellent Machine Learning Crash Course offered by Google.
- EDA
- Machine Learning
- Deep Neural Networks
- Loss Function Plotting
- Gradient Descent
- Activation Functions
- Feature Engineering
- Data visualisation
California Housing Dataset based on the 1990 US Census. The data is at the 'block' level, so each record contains data for multiple houses or apartments.
This is a familiar dataset for Machine Learning training, so apologies for the lack of originality!
Sourced from Google.
- Clone this repo (for help see this tutorial).
- Raw Data is kept in the CSV files in the data folder of this repo.
- All code is contained within the Jupyter Notebook for this project, stored in the root folder as Neural_Nets.ipynb
All feedback is warmly received. Craig Dickson can be contacted at craigdoesdata.com.