Part 05 - Constructing a Neural Network Models - Regression model with Python (Tensorflow & Keras)
Regression models.
1. Construct a multi-layer neural network model.
2. Tune the hyper-parameters for training a model.
3. Train a model on CPU or GPU.
4. Evaluate a model.
5. Save and load a model.
Notes:
All of the code in this tutorial implemented in Tensorflow 2.1.0.
The source code is available here:
https://github.com/zhailat/Introduction-to-machine-learning-Python
Zeyad Hailat