Learn how to do multiclass classification and use custom datasets in Keras. The reader is assumed to be proficient with basics of machine learning, especially the reader should know how to use appropriate activation function at the readout layer.
The post explains the following
- The problem statement in hand
- How to use custom datasets and appropriately preprocess it using glob module.
- Designing the Architecture of the network
- Training the network using Keras
The tutorial is available below:
Follow
You may also like:
Introduction to Automatic Image Captioning