Fashion, Trees, and Convolutions: Part III - Convolutions
March 10, 2020
In this mini-series of posts, I will describe a hyper-parameter tuning experiment on the fashion-mnist dataset.
I wanted to test out a guided and easy way to run hyper-parameter tuning. In Part II, I described setting up the end-to-end pipeline with a baseline, and running hyper-parameter tuning with the hyperopt package. In this third and final chapter, I describe my target models, a convolutional neural network trained from scratch and a transfer learning model.
...
Read more