- Load Model
- Define Model
- Compile Model
- Fit Model
- Evaluate Model
- Using Automatic Verification dataset
- Using Manual Verification dataset
- Using k-fold cross validation
- Evaluate Models with Cross Validation
- Grid Search Deep Learning Parameters
- Developing a Baseline Neural Network Model
- Lifting Performance By Standardizing The Dataset
- Tuning The Neural Network Topology
- Evaluating a Deeper Network Topology
- Evaluating a Wider Network Topology
- Saving and Loading Keras model weights to HDF5 formatted files
- Saving and Loading Keras model structure to JSON files
- Saving and Loading Keras model structure to YAML files
- Checkpointing Neural Network Model Improvements
- Checkpointing Best Neural Network Model Only
- Loading a Saved Neural Network Model
- A plot of accuracy on the training and validation datasets over training epochs
- A plot of loss on the training and validation datasets over training epochs
- Using a Dropout on Visible Layer
- Using a Dropout on Hidden Layers
- Time-Based Learning Rate Schedule
- Drop-Based Learning Rate Schedule
- Feature-wise standardization.
- ZCA whitening.
- Random rotation,shifts,shear and flips.
- Dimension reordering.
- Save augmented images to disk.