Keras Tutorial: How to get started with Keras, Deep Learning, and Python
https://www.pyimagesearch.com/2018/0...ng-and-python/
- Installing Keras and other dependencies on your system
- Loading your data from disk
- Creating your training and testing splits
- Defining your Keras model architecture
- Compiling your Keras model
- Training your model on your training data
- Evaluating your model on your test data
- Making predictions using your trained Keras model