In this example, we will use a dataset called The Street View House Numbers (SVHN) dataset from http://ufldl.stanford.edu/housenumbers/. The dataset is also provided in the GitHub in .hd5f format.
This dataset is a real-world dataset and is obtained from house numbers in Google Street View images.
We use Google Colab to train our models. In the first phase, we build a single model using Keras. In the second phase, we ensemble multiple homogeneous models and ensemble the results.